
function bnrclick(bannerid){
	var xmlhttp =	new ActiveXObject("Msxml2.XMLHTTP");
	url = "http://192.168.0.236/cmincludes/utilities/banner_click.php?bid="+bannerid
	xmlhttp.Open("POST",url,false);
	xmlhttp.send(null)
	//alert(xmlhttp.responseText);
}



