liens = new Array;liens[0] = "../Aid/galerieAID.php";liens[1] = "../Cfa/galerieCFA.php";function goToUrl()	{	secret = Math.round(Math.random() * 1);	window.open(liens[secret],'_self');	}