/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
<!-- DEBUT DU SCRIPT -->
var nbimage= 50;
var width;
var height;
var url;
var alte;
function banniere()
{
numimage= Math.round(Math.random()*(nbimage-1)+1);
<!--IMAGE 1-->
if (numimage <= 10)
{
gotosite = "";
url = "http://www.stillkiddin.com/images/justice.jpg";
alte = "justice";
}
<!--IMAGE 2-->
if (numimage > 10 & numimage <= 20)
{
gotosite = "";
url = "http://www.stillkiddin.com/images/poste.jpg";
alte = "poste";
}
<!--IMAGE 3-->
if (numimage > 20 & numimage <= 30)
{
gotosite = "";
url = "http://www.stillkiddin.com/images/sncf.jpg";
alte = "sncf";
}
<!--IMAGE 4-->
if (numimage > 30 & numimage <= 40)
{
gotosite = "";
url = "http://www.stillkiddin.com/images/maison.jpg";
alte = "maison";
}
<!--IMAGE 5-->
if (numimage > 40)
{
gotosite = "";
url = "http://www.stillkiddin.com/images/cotes.jpg";
alte = "cotes";
}if(gotosite != "")
	{
	document.write ('<A HREF="' + gotosite + '">');	
	}
document.write('<IMG SRC="' + url + '" ALT="' + alte + '" BORDER=0>')
if(gotosite != "")
	{
	document.write('</A>')
	}
}
function MM_effectGrowShrink(targetElement, duration, from, to, toggle, referHeight, growFromCenter)
{
	Spry.Effect.DoGrow(targetElement, {duration: duration, from: from, to: to, toggle: toggle, referHeight: referHeight, growCenter: growFromCenter});
}
<!-- FIN DU SCRIPT -->