function pass()
{
password=prompt('Entrer votre mot de passe :',"");
if (password == "a")
{
location.href= "http://clandeschevaliers.free.fr/jeu/joueurs.html" 
}
if (password == "jjfoqhguihqighghgqr")
{
location.href= "http://www.votre_site.com/votre_page.htm" 
}
}
document.write('<form><input type=button value="Combattre !" onClick="pass()">')