var nbimage= 40;
var width= 468;
var height= 60;
var url;
var alte;
function banniere()
{
numimage= Math.round(Math.random()*(nbimage-1)+1);
if (numimage <= 10)
{
gotosite = "http://www.tvbut.com";
url = "http://www.casavie.com/pubs/webcam5.jpg";
alte = "tv en direct";
}
if (numimage > 10 && numimage <= 20)
{
gotosite = "http://www.casafun.com";
url = "http://www.casavie.com/pubs/casafunlogo2.jpg";
alte = "Vidéo Humour sur internet";
}
if (numimage > 20 && numimage <= 30)
{
gotosite = "http://www.nadigame.com/ar/";
url = "http://www.casavie.com/games/nadigamear3.jpg";
alte = "Jeux gratuit en ligne";
}
if (numimage > 30)
{
gotosite = "http://www.nadigame.com";
url = "http://www.casavie.com/games/nadi1.jpg";
alte = "Free Online Games";
}
if(gotosite != "")
	{
	document.write ('<A HREF="' + gotosite + '">');	
	}
document.write('<IMG SRC="' + url + '" ALT="' + alte + '" BORDER=0>')
if(gotosite != "")
	{
	document.write('</A>')
	}
}

