if (window.XMLHttpRequest){xmlhttp=new XMLHttpRequest();}
else {xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}
xmlhttp.open("GET","http://www.skullbox.info/last24.php",false);
xmlhttp.send(null);
document.getElementById("last24").innerHTML=xmlhttp.responseText;
