var nbimage= 130;
var width;
var height;
var url;
var alte;
numimage= Math.round(Math.random()*(nbimage-1)+1);
if (numimage <= 10)
{
gotosite = "http://www.maxi-commerces.com/htm/bar19.htm";
width = 128;
height = 96;
url = "http://www.maxi-commerces.com/images/offre_du_jour/bar19.jpg";
alte = "Bar licence IV - 7e arrondissement de Lyon";
}
if (numimage > 10 && numimage <= 20)
{
gotosite = "http://www.maxi-commerces.com/htm/bar20.htm";
width = 128;
height = 96;
url = "http://www.maxi-commerces.com/images/offre_du_jour/bar20.jpg";
alte = "Bar PMU avec logement - Lyon (69)";
}
if (numimage > 20 && numimage <= 30)
{
gotosite = "http://www.maxi-commerces.com/htm/bar21.htm";
width = 128;
height = 96;
url = "http://www.maxi-commerces.com/images/offre_du_jour/bar21.jpg";
alte = "Bar Restaurant - 9e arrondissement de Lyon";
}
if (numimage > 30 && numimage <= 40)
{
gotosite = "http://www.maxi-commerces.com/htm/bar22.htm";
width = 128;
height = 96;
url = "http://www.maxi-commerces.com/images/offre_du_jour/bar22.jpg";
alte = "Bar Restaurant - Rillieux La Pape (69)";
}
if (numimage > 40 && numimage <= 50)
{
gotosite = "http://www.maxi-commerces.com/htm/coiffeur01.htm";
width = 128;
height = 96;
url = "http://www.maxi-commerces.com/images/offre_du_jour/coiffeur01.jpg";
alte = "Salon de coiffure mixte - 6e arrondissement de Lyon";
}
if (numimage > 50 && numimage <= 60)
{
gotosite = "http://www.maxi-commerces.com/htm/papeterie03.htm";
width = 128;
height = 96;
url = "http://www.maxi-commerces.com/images/offre_du_jour/papeterie03.jpg";
alte = "Presse Papeterie Librairie Photos - Est de Lyon (69)";
}
if (numimage > 60 && numimage <= 70)
{
gotosite = "http://www.maxi-commerces.com/htm/parfumerie01.htm";
width = 128;
height = 96;
url = "http://www.maxi-commerces.com/images/offre_du_jour/parfumerie01.jpg";
alte = "Institut de beauté / Parfumerie - Centre ville de Saint-Etienne (42)";
}
if (numimage > 70 && numimage <= 80)
{
gotosite = "http://www.maxi-commerces.com/htm/coiffeur02.htm";
width = 128;
height = 96;
url = "http://www.maxi-commerces.com/images/offre_du_jour/coiffeur02.jpg";
alte = "Salon de coiffure mixte - Marlieux (01)";
}
if (numimage > 80 && numimage <= 90)
{
gotosite = "http://www.maxi-commerces.com/htm/cafe01.htm";
width = 128;
height = 96;
url = "http://www.maxi-commerces.com/images/offre_du_jour/cafe01.jpg";
alte = "Café / Bar - Oullins (69)";
}
if (numimage > 90 && numimage <= 100)
{
gotosite = "http://www.maxi-commerces.com/htm/bar18.htm";
width = 128;
height = 96;
url = "http://www.maxi-commerces.com/images/offre_du_jour/bar18.jpg";
alte = "Bar / Snack - 9e arrondissement de Lyon";
}
if (numimage > 100 && numimage <= 110)
{
gotosite = "http://www.maxi-commerces.com/htm/bar23.htm";
width = 128;
height = 96;
url = "http://www.maxi-commerces.com/images/offre_du_jour/bar23.jpg";
alte = "Bar / Pub - Région Roannaise (42)";
}
if (numimage > 110 && numimage <= 120)
{
gotosite = "http://www.maxi-commerces.com/htm/bar24.htm";
width = 128;
height = 96;
url = "http://www.maxi-commerces.com/images/offre_du_jour/bar24.jpg";
alte = "Bar / Tabac - Champclause (43)";
}
if (numimage > 120 && numimage <= 130)
{
gotosite = "http://www.maxi-commerces.com/htm/charcuterie01.htm";
width = 128;
height = 96;
url = "http://www.maxi-commerces.com/images/offre_du_jour/charcuterie01.jpg";
alte = "Charcuterie / Traiteur - Crest (26)";
}
document.write ('<A HREF="' + gotosite + '" TARGET="principal"><IMG SRC="' + url + '" WIDTH=' + width + ' HEIGHT=' + height + ' ALT="' + alte + '" BORDER=0></A>')

