var nbimage= 30;
var width;
var height;
var url;
var alte;

function banniere()
{
numimage= Math.round(Math.random()*(nbimage-1)+1);
if (numimage <= 10)
{
gotosite = "";
url = "http://www.kayak-online.fr/site/img/img_header_01.jpg";
alte = "";
}
if (numimage > 10 && numimage <= 20)
{
gotosite = "";
url = "http://www.kayak-online.fr/site/img/img_header_01b.jpg";
alte = "";
}
if (numimage > 20)
{
gotosite = "";
url = "http://www.kayak-online.fr/site/img/img_header_01b.jpg";
alte = "";
}

if(gotosite != "")
	{
	document.write ('<A HREF="' + gotosite + '" target="_blank">');	
	}
document.write('<IMG SRC="' + url + '" ALT="' + alte + '" BORDER=0>')
if(gotosite != "")
	{
	document.write('</A>')
	}
}


function banniere2()
{
numimage= Math.round(Math.random()*(nbimage-1)+1);
if (numimage <= 10)
{
gotosite = "";
url = "http://www.kayak-online.fr/site/img/img_header_02.jpg";
alte = "";
}
if (numimage > 10 && numimage <= 20)
{
gotosite = "";
url = "http://www.kayak-online.fr/site/img/img_header_02b.jpg";
alte = "";
}
if (numimage > 20)
{
gotosite = "";
url = "http://www.kayak-online.fr/site/img/img_header_02b.jpg";
alte = "";
}

if(gotosite != "")
	{
	document.write ('<A HREF="' + gotosite + '" target="_blank">');	
	}
document.write('<IMG SRC="' + url + '" ALT="' + alte + '" BORDER=0>')
if(gotosite != "")
	{
	document.write('</A>')
	}
}

