var nbimage= 50;
var width;
var height;
var url;
var alte;
function banniere()
{
numimage= Math.round(Math.random()*(nbimage-1)+1);
if (numimage <= 10)
{
gotosite = "http://www.creat2000.com/videos/archives_videos.php";
url = "http://www.creat2000.com/videos/images/maurice.gif";
alte = "cliquez";
}
if (numimage > 10 && numimage <= 20)
{
gotosite = "http://www.creat2000.com/videos/archives_videos06.php";
url = "http://www.creat2000.com/videos/images/verre.gif";
alte = "cliquez";
}
if (numimage > 20 && numimage <= 30)
{
gotosite = "http://www.creat2000.com/videos/archives_videos02.php";
url = "http://www.creat2000.com/videos/images/requin.gif";
alte = "cliquez";
}
if (numimage > 30 && numimage <= 40)
{
gotosite = "http://www.creat2000.com/videos/archives_videos08.php";
url = "http://www.creat2000.com/videos/images/sarkozyG8.gif";
alte = "cliquez";
}
if (numimage > 40)
{
gotosite = "http://www.creat2000.com/videos/archives_videos04.php";
url = "http://www.creat2000.com/videos/images/bolide.gif";
alte = "cliquez";
}
if(gotosite != "")
	{
	document.write ('<A HREF="' + gotosite + '">');	
	}
document.write('<IMG SRC="' + url + '" ALT="' + alte + '" BORDER=0>')
if(gotosite != "")
	{
	document.write('</A>')
	}
}
