function recharge_page(page){
	var verif = (top.location.href == this.location.href);
	if(verif==true)
	{
//	alert(top.location.href);
	
	top.location.href ='home.php?page='+page;
	}
}
