/* SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT http://www.editeurjavascript.com */
var nbimage= 12;
var goto;
var url;
var nom;
function banniere()
{
numimage= Math.round(Math.random()*(nbimage-1)+1);
if (numimage == 1)
{
goto = "100louis.htm"
url = "anim/100louis.gif";
nom = "Cent louis d'or";
}
if (numimage == 2)
{
goto = "bergere.htm"
url = "anim/bergere.gif";
nom = "La bergère";
}
if (numimage == 3)
{
goto = "ceinture.htm"
url = "anim/ceinture.gif";
nom = "La ceinture";
}
if (numimage == 4)
{
goto = "deprofun.htm"
url = "anim/deprofun.gif";
nom = "De profundis morpionibus";
}
if (numimage == 5)
{
goto = "fanchon.htm"
url = "anim/fanchon.gif";
nom = "Fanchon";
}
if (numimage == 6)
{
goto = "femmemor.htm"
url = "anim/femmemor.gif";
nom = "Ma femme est morte";
}
if (numimage == 7)
{
goto = "guillaum.htm"
url = "anim/guillaum.gif";
nom = "Frère La Guillaumette";
}
if (numimage == 8)
{
goto = "hussard.htm"
url = "anim/hussard.gif";
nom = "Le hussard de la garde";
}
if (numimage == 9)
{
goto = "larochel.htm#ROCH"
url = "anim/larochel.gif";
nom = "Les filles de La Rochelle";
}
if (numimage == 10)
{
goto = "marteaux.htm#MART"
url = "anim/marteaux.gif";
nom = "Les marteaux";
}
if (numimage == 11)
{
goto = "moines.htm#MOIN";
url = "anim/moines.gif";
nom = "Les moines de St Bernardin";
}
if (numimage == 12)
{
goto = "zigouigo.htm";
url = "anim/zigouigo.gif";
nom = "Le zigouigoui";
}
document.write('<a href="' + goto + '">');
document.write('<IMG SRC="' + url + '" ALT="' + nom + '" width=220 height=200 border=0>');
document.write('</' + 'a>');
}