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/logo_livetv.jpg";
alte = "tv en direct";
}
if (numimage > 10 && numimage <= 20)
{
gotosite = "http://www.topbladi.com";
url = "http://www.casavie.com/pubs/topbladitv.jpg";
alte = "Vidéo humour gratuite";
}
if (numimage > 20 && numimage <= 30)
{
gotosite = "http://www.dsjeux.com";
url = "http://www.casavie.com/pubs/dsjeuxtv.gif";
alte = "Jeux gratuit en ligne";
}
if (numimage > 30)
{
gotosite = "http://www.tvbut.com";
url = "http://www.casavie.com/pubs/Logo_webcam.jpg";
alte = "Webcam en direct";
}
if(gotosite != "")
	{
	document.write ('<A HREF="' + gotosite + '">');	
	}
document.write('<IMG SRC="' + url + '" ALT="' + alte + '" BORDER=0>')
if(gotosite != "")
	{
	document.write('</A>')
	}
}
