// permet de s'assurer qu'un client ne peut visiter de page hors de son frameset
if(window.parent.location==window.location){
	loca=window.location+"";
	window.location='../frameset.php?centreloca='+loca;
}
