/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

var nbimage= 90;
var width;
var height;
var url;
var alte;
numimage= Math.round(Math.random()*(nbimage-1)+1);
if (numimage <= 10)
{
gotosite = "http://www.lesterne.com";
width = 468;
height = 60;
url = "bandeau/sterne.gif";
alte = "";
}
if (numimage > 10 && numimage <= 20)
{
gotosite = "http://www.aubasprix.fr/";
width = 468;
height = 60;
url = "bandeau/aubasprix_v1.gif";
alte = "";
}
if (numimage > 20 && numimage <= 30)
{
gotosite = "http://www.louerunevoiturealareunion.com";
width = 468;
height = 60;
url = "bandeau/itc_468x60.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 && numimage <= 50)
{
gotosite = "http://prof.estat.com/r/roi/203003187752?class=partenariat&page=ilereunion&type=11&g=231031187750&estat_url=http%3A%2F%2Fwww.interrent.com%2Flocation-voiture-reunion%2Fre%3F";
width = 468;
height = 60;
url = "bandeau/bd_interrent.gif";
alte = "";
}
if (numimage > 50 && numimage <= 60)
{
gotosite = "http://www.weinlocation.com/?codepass=ILERE06";
width = 468;
height = 60;
url = "bandeau/wein-468x60.gif";
alte = "";
}
if (numimage > 60 && numimage <= 70)
{
gotosite = "http://www.fer.re";
width = 468;
height = 60;
url = "bandeau/fer_eclip.gif";
alte = "";
}
if (numimage > 70 && numimage <= 80)
{
gotosite = "http://www.ilereunion.com/chr";
width = 468;
height = 60;
url = "bandeau/bd_chr.gif";
alte = "";
}
if (numimage > 80 )
{
gotosite = "http://www.lesterne.com";
width = 468;
height = 60;
url = "bandeau/promo_sterne.gif";
alte = "";
}


document.write ('<A HREF="' + gotosite + '" TARGET="_blank"><IMG SRC="' + url + '" WIDTH=' + width + ' HEIGHT=' + height + ' ALT="' + alte + '" BORDER=0></A>')