function getHTTPObject(){if(typeof XMLHttpRequest!='undefined'){return new XMLHttpRequest();}
try{return new ActiveXObject("Msxml2.XMLHTTP");}catch(e){try{return new ActiveXObject("Microsoft.XMLHTTP");}catch(e){}}
return false;}
var https=getHTTPObject();function handleHttpResponses(){if(https.readyState==4){var temps=https.responseText;document.getElementById("fq").innerHTML=temps;abc();setTimeout("startTimerfxq()",10000);}}
function LoadDatafxq(){no=Math.random()*6;var url="wp-content/themes/fx/fxq.php?r="+no;https.open("GET",url,true);https.onreadystatechange=handleHttpResponses;https.send(null);}
function abc()
{for(i=0,j=3;i<7;i++)
{document.getElementById("currPairs").rows[i].childNodes[3].style.display='none';document.getElementById("currPairs").rows[i].childNodes[5].style.display='none';document.getElementById("currPairs").rows[i].childNodes[7].style.display='none';document.getElementById("currPairs").rows[i].childNodes[9].style.display='none';}}
