<!-- Fichier barremenu.js -->
//script bannière aléatoire 1
function rand_number(n)
{
	var x;
	x=Math.round(Math.random()*100);
	x%=n;
	return x;
}
function bannermenu1()
{
	var img = new Array();
	<!-- vous pouvez rajouter ou supprimez des images -->
	img[0]='<a href="#null" onmouseover="rollover_tjs(\'img1\',\'http://www.benoit-faye.com/img_ban/ban1/img1b.jpg\')" onmouseout="rollover_tjs(\'img1\',\'http://www.benoit-faye.com/img_ban/ban1/img1.jpg\')" title=""><img id="img1" name="img1" src="http://www.benoit-faye.com/img_ban/ban1/img1.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	img[1]='<a href="#null" onmouseover="rollover_tjs(\'img2\',\'http://www.benoit-faye.com/img_ban/ban1/img2b.jpg\')" onmouseout="rollover_tjs(\'img2\',\'http://www.benoit-faye.com/img_ban/ban1/img2.jpg\')" title=""><img id="img2" name="img2" src="http://www.benoit-faye.com/img_ban/ban1/img2.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	img[2]='<a href="#null" onmouseover="rollover_tjs(\'img3\',\'http://www.benoit-faye.com/img_ban/ban1/img3b.jpg\')" onmouseout="rollover_tjs(\'img3\',\'http://www.benoit-faye.com/img_ban/ban1/img3.jpg\')" title=""><img id="img3" name="img3" src="http://www.benoit-faye.com/img_ban/ban1/img3.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	img[3]='<a href="#null" onmouseover="rollover_tjs(\'img4\',\'http://www.benoit-faye.com/img_ban/ban1/img4b.jpg\')" onmouseout="rollover_tjs(\'img4\',\'http://www.benoit-faye.com/img_ban/ban1/img4.jpg\')" title=""><img id="img4" name="img4" src="http://www.benoit-faye.com/img_ban/ban1/img4.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	<!-- attention, le nombre entre parenthese doit etre egal aux derniers entre crochet +1 exemple : ici 2+1=3 -->
	var n=rand_number(4); 
	document.write(img[n]);
}

//script bannière aléatoire 2
function rand_number(n)
{
	var x;
	x=Math.round(Math.random()*100);
	x%=n;
	return x;
}
function bannermenu2()
{
	var img = new Array();
	<!-- vous pouvez rajouter ou supprimez des images -->
	img[0]='<a href="#null" onmouseover="rollover_tjs(\'img5\',\'http://www.benoit-faye.com/img_ban/ban2/img1b.jpg\')" onmouseout="rollover_tjs(\'img5\',\'http://www.benoit-faye.com/img_ban/ban2/img1.jpg\')" title=""><img id="img5" name="img5" src="http://www.benoit-faye.com/img_ban/ban2/img1.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	img[1]='<a href="#null" onmouseover="rollover_tjs(\'img6\',\'http://www.benoit-faye.com/img_ban/ban2/img2b.jpg\')" onmouseout="rollover_tjs(\'img6\',\'http://www.benoit-faye.com/img_ban/ban2/img2.jpg\')" title=""><img id="img6" name="img6" src="http://www.benoit-faye.com/img_ban/ban2/img2.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	img[2]='<a href="#null" onmouseover="rollover_tjs(\'img7\',\'http://www.benoit-faye.com/img_ban/ban2/img3b.jpg\')" onmouseout="rollover_tjs(\'img7\',\'http://www.benoit-faye.com/img_ban/ban2/img3.jpg\')" title=""><img id="img7" name="img7" src="http://www.benoit-faye.com/img_ban/ban2/img3.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	img[3]='<a href="#null" onmouseover="rollover_tjs(\'img8\',\'http://www.benoit-faye.com/img_ban/ban2/img4b.jpg\')" onmouseout="rollover_tjs(\'img8\',\'http://www.benoit-faye.com/img_ban/ban2/img4.jpg\')" title=""><img id="img8" name="img8" src="http://www.benoit-faye.com/img_ban/ban2/img4.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	<!-- attention, le nombre entre parenthese doit etre egal aux derniers entre crochet +1 exemple : ici 2+1=3 -->
	var n=rand_number(4); 
	document.write(img[n]);
}

//script bannière aléatoire 3
function rand_number(n)
{
	var x;
	x=Math.round(Math.random()*100);
	x%=n;
	return x;
}
function bannermenu3()
{
	var img = new Array();
	<!-- vous pouvez rajouter ou supprimez des images -->
	img[0]='<a href="#null" onmouseover="rollover_tjs(\'img9\',\'http://www.benoit-faye.com/img_ban/ban3/img1b.jpg\')" onmouseout="rollover_tjs(\'img9\',\'http://www.benoit-faye.com/img_ban/ban3/img1.jpg\')" title=""><img id="img9" name="img9" src="http://www.benoit-faye.com/img_ban/ban3/img1.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	img[1]='<a href="#null" onmouseover="rollover_tjs(\'img10\',\'http://www.benoit-faye.com/img_ban/ban3/img2b.jpg\')" onmouseout="rollover_tjs(\'img10\',\'http://www.benoit-faye.com/img_ban/ban3/img2.jpg\')" title=""><img id="img10" name="img10" src="http://www.benoit-faye.com/img_ban/ban3/img2.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	img[2]='<a href="#null" onmouseover="rollover_tjs(\'img11\',\'http://www.benoit-faye.com/img_ban/ban3/img3b.jpg\')" onmouseout="rollover_tjs(\'img11\',\'http://www.benoit-faye.com/img_ban/ban3/img3.jpg\')" title=""><img id="img11" name="img11" src="http://www.benoit-faye.com/img_ban/ban3/img3.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	img[3]='<a href="#null" onmouseover="rollover_tjs(\'img12\',\'http://www.benoit-faye.com/img_ban/ban3/img4b.jpg\')" onmouseout="rollover_tjs(\'img12\',\'http://www.benoit-faye.com/img_ban/ban3/img4.jpg\')" title=""><img id="img12" name="img12" src="http://www.benoit-faye.com/img_ban/ban3/img4.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	<!-- attention, le nombre entre parenthese doit etre egal aux derniers entre crochet +1 exemple : ici 2+1=3 -->
	var n=rand_number(4); 
	document.write(img[n]);
}

//script bannière aléatoire 4
function rand_number(n)
{
	var x;
	x=Math.round(Math.random()*100);
	x%=n;
	return x;
}
function bannermenu4()
{
	var img = new Array();
	<!-- vous pouvez rajouter ou supprimez des images -->
	img[0]='<a href="#null" onmouseover="rollover_tjs(\'img13\',\'http://www.benoit-faye.com/img_ban/ban4/img1b.jpg\')" onmouseout="rollover_tjs(\'img13\',\'http://www.benoit-faye.com/img_ban/ban4/img1.jpg\')" title=""><img id="img13" name="img13" src="http://www.benoit-faye.com/img_ban/ban4/img1.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	img[1]='<a href="#null" onmouseover="rollover_tjs(\'img14\',\'http://www.benoit-faye.com/img_ban/ban4/img2b.jpg\')" onmouseout="rollover_tjs(\'img14\',\'http://www.benoit-faye.com/img_ban/ban4/img2.jpg\')" title=""><img id="img14" name="img14" src="http://www.benoit-faye.com/img_ban/ban4/img2.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	img[2]='<a href="#null" onmouseover="rollover_tjs(\'img15\',\'http://www.benoit-faye.com/img_ban/ban4/img3b.jpg\')" onmouseout="rollover_tjs(\'img15\',\'http://www.benoit-faye.com/img_ban/ban4/img3.jpg\')" title=""><img id="img15" name="img15" src="http://www.benoit-faye.com/img_ban/ban4/img3.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	img[3]='<a href="#null" onmouseover="rollover_tjs(\'img16\',\'http://www.benoit-faye.com/img_ban/ban4/img4b.jpg\')" onmouseout="rollover_tjs(\'img16\',\'http://www.benoit-faye.com/img_ban/ban4/img4.jpg\')" title=""><img id="img16" name="img16" src="http://www.benoit-faye.com/img_ban/ban4/img4.jpg" style="border: 0; width: 120px; height: 80px" alt="" /></a>';
	<!-- attention, le nombre entre parenthese doit etre egal aux derniers entre crochet +1 exemple : ici 2+1=3 -->
	var n=rand_number(4); 
	document.write(img[n]);
}
