function getXMLHTTPRequest10(){try{req=new XMLHttpRequest();}catch(err1){try{req=new ActiveXObject("Msxml2.XMLHTTP");}catch(err2){try{req=new ActiveXObject("Microsoft.XMLHTTP");}catch(err3){req=false;}}}return req;}var http=getXMLHTTPRequest10();function getServerText10(){var myurl='http://www.freepsychicnetwork.com/dice_psychic_reading.php';myRand=parseInt(Math.random()*999999999999999);var modurl=myurl+"?rand="+myRand;http.open("GET",modurl,true);http.onreadystatechange=useHttpResponse10;http.send(null);}function useHttpResponse10(){if(http.readyState==4){if(http.status==200){var mytext1=http.responseText;document.getElementById('dice').innerHTML=mytext1;}}else{document.getElementById('dice').innerHTML='<img src= "http://www.freepsychicnetwork.com/images/dice2animation.gif">';}}
