

var nbimage= 60;
var width;
var height;
var url;
var alte;
numimage= Math.round(Math.random()*(nbimage-1)+1);
if (numimage <= 10)
{
gotosite = "http://www.tvroute.com/";
width = 468;
height = 60;
url = "image/tvroute2.gif";
alte = "TvRoute";
}
if (numimage > 10 && numimage <= 20)
{
gotosite = "http://www.eurotransfret.com/fournisseurs-transport.htm";
width = 468;
height = 60;
url = "image/snooperban.jpg";
alte = "Snooper, GPS poids-lourd";
}
if (numimage > 20 && numimage <= 30)
{
gotosite = "http://www.eurotransfret.com/fournisseurs-transport.htm";
width = 468;
height = 60;
url = "image/snooperban.jpg";
alte = "Snooper, GPS poids-lourd";
}
if (numimage > 30 && numimage <= 40)
{
gotosite = "http://www.eurotransfret.com/fournisseurs-transport.htm";
width = 468;
height = 60;
url = "image/lavatransban.jpg";
alte = "Lavatrans, le propre du transport";
}
if (numimage > 40 && numimage <= 50)
{
gotosite = "http://www.tvroute.com/";
width = 468;
height = 60;
url = "image/tvroute2.gif";
alte = "TvRoute";
}
if (numimage > 50)
{
gotosite = "http://www.eurotransfret.com/fournisseurs-transport.htm";
width = 468;
height = 60;
url = "image/lavatransban.jpg";
alte = "Lavatrans, le propre du transport";
}
document.write ('<A HREF="' + gotosite + '" TARGET="_blank"><IMG SRC="' + url + '" WIDTH=' + width + ' HEIGHT=' + height + ' ALT="' + alte + '" BORDER=0></A>')

