function showAccessCount(count)
{
	if(count!=null){
	document.getElementById("accessCountDiv").innerHTML = parseInt(count) + 30471605 ;
}
}