//core Tom Leonik setInterval("LEscorerGetData()", 1000); function LEscorerGetData() { var competitors = 0 ; var d ; var last ; var xmlhttp=false; /*@cc_on @*/ /*@if (@_jscript_version >= 5) // JScript gives us Conditional compilation, we can cope with old IE versions. // and security blocked creation of the objects. try { xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (E) { xmlhttp = false; } } @end @*/ if (!xmlhttp && typeof XMLHttpRequest!='undefined') { try { xmlhttp = new XMLHttpRequest(); } catch (e) { xmlhttp=false; } } if (!xmlhttp && window.createRequest) { try { xmlhttp = window.createRequest(); } catch (e) { xmlhttp=false; } } var DataFilename = "LEFS6G--.txt" ; try { //Set up a millisecond extension to fake out Browser Caching var z = new Date(); z=z.getTime() ; var aURL=DataFilename +"???"+z ; // window.status = aURL xmlhttp.open("GET",aURL ,false); xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4) { // alert(xmlhttp.responseText) d = xmlhttp.responseText ; // window.status = aURL + " ... " + d } } xmlhttp.send(null) ; if(document.all){ d=d.replace(/.textContent/g,".innerText"); } var s var Cend = "} catch (e) { }" s = "try {" s = s + d s = s + Cend eval(s) ; } catch (e) { } } //end