/* auteur: aline baron */
/* Date de création: 05/11/05 */


function Check(){
	var passe=document.forms[0].elements[0].value;
	if (passe=="banchorybolo"){
		window.location="home.html"; }
	else { 
		alert("Mauvais mot de passe");
	}
}
