
<!-- 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]='<img src="http://cpasthubert.com/media/hasard/Audrey.jpg" alt width="200" height="400"></a>';
	img[1]='<img src="http://cpasthubert.com/media/hasard/cath.jpg" alt width="200" height="400"></a>';
	img[2]='<img src="http://cpasthubert.com/media/hasard/dom.jpg" alt width="200" height="400"></a>';
	img[3]='<img src="http://cpasthubert.com/media/hasard/Emily.jpg" alt width="200" height="400"></a>';
	img[4]='<img src="http://cpasthubert.com/media/hasard/jean-seb.jpg" alt width="200" height="400"></a>';
	img[5]='<img src="http://cpasthubert.com/media/hasard/kevin.jpg" alt width="200" height="400"></a>';
	img[6]='<img src="http://cpasthubert.com/media/hasard/mariane.jpg" alt width="200" height="400"></a>';
	img[7]='<img src="http://cpasthubert.com/media/hasard/marie_sophie.jpg" alt width="200" height="400"></a>';
	img[8]='<img src="http://cpasthubert.com/media/hasard/valerie.jpg" alt width="200" height="400"></a>';
	img[9]='<img src="http://cpasthubert.com/media/hasard/nova_1.jpg" alt width="200" height="400"></a>';
	img[10]='<img src="http://cpasthubert.com/media/hasard/nova_2.jpg" alt width="200" height="400"></a>';
	img[11]='<img src="http://cpasthubert.com/media/hasard/spect.jpg" alt width="200" height="400"></a>';
	img[12]='<img src="http://cpasthubert.com/media/hasard/dan.jpg" alt width="200" height="400"></a>';
	<!-- attention, le nombre entre parenthese doit etre egal aux derniers entre crochet +1 exemple : ici 2+1=3 -->
	var n=rand_number(13); 
	document.write(img[n]);
}
//-->
