<!--
 function gamedown(game){
	xmlhttp=false;
	crthttpReq();
	xmlhttp.open("GET",'./admin/downcount.php?id='+game+'&num='+Math.random(),true);
	xmlhttp.onreadystatechange=function ()
	{
		//alert(xmlhttp.responseText);
	}
	xmlhttp.send(null);
 }
-->

