function page_load( url ){
	document.location.href = '#'+escape(url);
	window.scrollTo(0, 0) ;
	main_ajax_do( 'ajax.php'+decodeURIComponent(url) ,'' ,'my_content' , 'no' , 'GET','0');
	write_in_id('reload_icon','<a href="'+url+'" onclick="page_load(\''+url+'\');return false;" title="تلاش مجدد "><img src="'+my_site_theme+'img/icon/reload.gif" border="0" /></a></a>');
}
function user_cash_check(){
	main_ajax_do( 'ajax/user_cash_check.php' ,'' ,'my_user_cash_for_check' , 'no', 'POST' , 'no');
	setTimeout("user_cash_check( )", 20000);
}
setTimeout("user_cash_check( )", 2000);