/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

var nbimage= 80;
var width;
var height;
var url;
var alte;
numimage= Math.round(Math.random()*(nbimage-1)+1);

if (numimage <= 10)
{
gotosite = "http://www.holidaybycar.com";
width = 468;
height = 56;
url = "../../pub/holiday.gif";
alte = "holiday";
}

if (numimage > 10 && numimage <= 20)
{
gotosite = "http://www.holidaybycar.com";
width = 468;
height = 56;
url = "../../pub/holiday.gif";
alte = "holiday";
}

if (numimage > 20 && numimage <= 60)
{
gotosite = "http://www.holidaybycar.com";
width = 468;
height = 56;
url = "../../pub/holiday.gif";
alte = "holiday";
}

if (numimage > 60)
{
gotosite = "../../pages/pub.html";
width = 468;
height = 56;
url = "../../pub/bandeau.gif";
alte = "pub";
}
document.write ('<A HREF="' + gotosite + '" TARGET="_blank"><IMG SRC="' + url + '" WIDTH=' + width + ' HEIGHT=' + height + ' ALT="' + alte + '" BORDER=1></A>')
