
function memsiteclickcount()
{
	var updatedata = "";
	sendpost("clickcount.php",countreturn);
} 
function countreturn()
{
	if(ajax.readyState==4){
		if(ajax.status==200){
			var res=ajax.responseText;
			}else{				
				}
			}
}
window.onLoad=memsiteclickcount();