/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

var nbimage= 50;
var width;
var height;
var url;
var alte;
numimage= Math.round(Math.random()*(nbimage-1)+1);
if (numimage <= 10)
{
gotosite = "http://www.ilereunion.com";
width = 468;
height = 60;
url = "bandeau/bd_ilereunion.gif";
alte = "";
}
if (numimage > 10 && numimage <= 20)
{
gotosite = "http://www.cavesmas.com";
width = 468;
height = 60;
url = "bandeau/caves.gif";
alte = "";
}
 if (numimage > 20 && numimage <= 30)
{
gotosite = "http://www.ilereunion.com/chr/";
width = 468;
height = 60;
url = "../bandeau/bd_chr.gif";
alte = "";
}
if (numimage > 30 && numimage <= 40)
{
gotosite = "http://www.ilereunion.com/europcar_stat.htm";
width = 468;
height = 60;
url = "bandeau/bd_europcar.gif";
alte = "";
}
if (numimage > 40)
{
gotosite = "http://www.ilereunion.com/europcar_stat.htm";
width = 468;
height = 60;
url = "bandeau/bd_europcar.gif";
alte = "";
}

document.write ('<A HREF="' + gotosite + '" TARGET="_blank"><IMG SRC="' + url + '" WIDTH=' + width + ' HEIGHT=' + height + ' ALT="' + alte + '" BORDER=0></A>')
