function readystat(){
//var url='action=upstat&siteurl='+siteurl+'&t='+Math.random();
//new Ajax.Updater(sitediv,'/template/inc_footer.php?'+url,{method : 'GET'});
	
	$.get("/template/inc_footer.php?action=upstat&siteurl="+siteurl+"&t="+Math.random(), function(data){
		     document.getElementById(sitediv).style.display="";
		     document.getElementById(sitediv).innerHTML=data; 
	});

}