var nbimage= 160;
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/contact.htm#contact";
width = 468;
height = 60;
url = "http://www.maxi-commerces.com/images/pubs/ban01.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 10 && numimage <= 20)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 468;
height = 60;
url = "http://www.maxi-commerces.com/images/pubs/ban02.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 20 && numimage <= 30)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 411;
height = 53;
url = "http://www.maxi-commerces.com/images/pubs/ban03.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 30 && numimage <= 40)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 411;
height = 53;
url = "http://www.maxi-commerces.com/images/pubs/ban04.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 40 && numimage <= 50)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 411;
height = 53;
url = "http://www.maxi-commerces.com/images/pubs/ban05.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 50 && numimage <= 60)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 411;
height = 53;
url = "http://www.maxi-commerces.com/images/pubs/ban06.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 60 && numimage <= 70)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 411;
height = 53;
url = "http://www.maxi-commerces.com/images/pubs/ban07.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 70 && numimage <= 80)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 411;
height = 53;
url = "http://www.maxi-commerces.com/images/pubs/ban08.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 80 && numimage <= 90)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 411;
height = 53;
url = "http://www.maxi-commerces.com/images/pubs/ban09.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 90 && numimage <= 100)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 411;
height = 53;
url = "http://www.maxi-commerces.com/images/pubs/ban10.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 100 && numimage <= 110)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 411;
height = 53;
url = "http://www.maxi-commerces.com/images/pubs/ban11.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 110 && numimage <= 120)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 411;
height = 53;
url = "http://www.maxi-commerces.com/images/pubs/ban12.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 120 && numimage <= 130)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 411;
height = 53;
url = "http://www.maxi-commerces.com/images/pubs/ban13.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 130 && numimage <= 140)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 411;
height = 53;
url = "http://www.maxi-commerces.com/images/pubs/ban14.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 140 && numimage <= 150)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 411;
height = 53;
url = "http://www.maxi-commerces.com/images/pubs/ban15.gif";
alte = "Espaces publicitaires disponibles";
}
if (numimage > 150 && numimage <= 160)
{
gotosite = "http://www.maxi-commerces.com/htm/contact.htm#contact";
width = 411;
height = 53;
url = "http://www.maxi-commerces.com/images/pubs/ban16.gif";
alte = "Espaces publicitaires disponibles";
}
document.write ('<A HREF="' + gotosite + '" TARGET="_blank"><IMG SRC="' + url + '" WIDTH=' + width + ' HEIGHT=' + height + ' ALT="' + alte + '" BORDER=0></A>')

