<!-- script créé par le webmaster de : -->
<!-- www.creation-de-site.net -->
<!-- vous y trouverez des javascripts, des images, des tutoriaux et des ressources gratuites. --> 
<!--
function rand_number(n)
{
	var x;
	x=Math.round(Math.random()*100);
	x%=n;
	return x;
}
function banner()
{
	var img = new Array();
	<!-- vous pouvez rajouter ou supprimez des images -->
	img[0]='<a href="http://www.yamaha-motor.fr/" target="_blank"><img src="http://pro.nordnet.fr/teamalainrousseau/Sponsors/yamaha.gif" border=0  alt="Sponsor YAMAHA" ></a>';
	img[1]='<a href="http://www.boulinguezmotos.com/" target="_blank"><img src="http://pro.nordnet.fr/teamalainrousseau/Sponsors/GIF/boulinguez.gif" border=0  alt="Sponsor BOULINGUEZ MOTOS" width=363 height=106></a>';
	img[2]='<a href="http://www.aviva-prevention.com/portail/chez_moi/agence-5915159698.htm?dept=59" target="_blank"><img src="http://pro.nordnet.fr/teamalainrousseau/Sponsors/GIF/aviva.GIF" border=0  alt="Sponsor AVIVA - Claude PELLET - Agent Général"></a>';
	img[3]='<a href="http://www.motul.fr/home.html" target="_blank"><img src="http://pro.nordnet.fr/teamalainrousseau/Sponsors/GIF/motul1.GIF" border=0  width=363 height=106 alt="Sponsor MOTUL"></a>';
	img[4]='<a href="http://www.nolan.com.fr/" target="_blank"><img src="http://pro.nordnet.fr/teamalainrousseau/Sponsors/GIF/nolan.GIF" border=0  width=363 height=106 alt="Sponsor NOLAN"></a>';
	img[5]='<img src="http://pro.nordnet.fr/teamalainrousseau/Sponsors/boostmoto.jpg" border=0 alt="Sponsor BOOST MOTO - Partenaire presse"></a>';
	img[6]='<a href="http://www.nordnet.fr/" target="_blank"><img src="http://pro.nordnet.fr/teamalainrousseau/Sponsors/nordnet.gif" border=0 alt="Sponsor NORDNET"></a>';
	img[7]='<a href="http://www.bering.fr/" target="_blank"><img src="http://pro.nordnet.fr/teamalainrousseau/Sponsors/bering.gif" border=0 alt="Sponsor BERING"></a>';
	img[8]='<a href="http://www.yamaha-motor.fr/" target="_blank"><img src="http://pro.nordnet.fr/teamalainrousseau/Sponsors/yamboul.gif" border=0 alt="Sponsor YAMAHA / BOULINGUEZ"></a>';
	img[9]='<a href="http://www.vinylmotors.com" target="_blank"><img src="http://pro.nordnet.fr/teamalainrousseau/Sponsors/vinylmotors.jpg" border=0 width=250 height=125 alt="Sponsor VINYLMOTORS"></a>';







	<!-- attention, le nombre entre parenthese doit etre egal aux derniers entre crochet +1 exemple : ici 2+1=3 -->
	var n=rand_number(10); 
	document.write(img[n]);
}
//-->
