<!--//
// Password Protection
//
// This code is free to be used as long as these
// credits are left intact and included with the script:
//
// Original code created by:
// S. Scott Brady, Copyright (C) 1998
// http://www.sbrady.com/
// webmaster at sbrady dot com
// Hide from old browsers
var password = prompt("Entrez le mot de passe","");
if (password == "cfak") {
}

else {
alert("Le mot de passe entré (" +password+ ") est incorrecte. Contactez Sylvain Bérubé à sylvain.berube@gmail.com pour obtenir le bon mot de passe.");

window.location="http://www.cfak.qc.ca/udesenspectacle/";
}