function	count_page_hit ( pageid ) {


	jQuery.get('count_page_hit.php?pageid=' + pageid);


	return false;
	

}
