function rand_number(n){var x;x=Math.round(Math.random()*100);x%=n;return x;}
function image(){var img = new Array();
img[0]='<img src="images/mg7.jpg" border=1 width="250"  align="center" border="1" alt="Colonnes"></a>';
img[1]='<img src="images/mg6.jpg" border=1 width="248" align="center" border="1"  alt="Boîte"></a>';
img[2]='<img src="images/mg8.jpg" border=1 width="250" align="center" border="1"  alt="Montage"></a>';
img[3]='<img src="images/mg4.jpg" border=1 width="251" align="center" border="1"  alt="Plongeuse"></a>';
img[4]='<img src="images/mg3.jpg" border=1 width="250" align="center" border="1"  alt="Portrait"></a>';
img[5]='<img src="images/mg9.jpg" border=1 width="249" align="center" border="1"  alt="Portrait"></a>';
img[6]='<img src="images/mg5.jpg" border=1 width="250" align="center" border="1"  alt="Mains"></a>';
img[7]='<img src="images/mg0.jpg" border=1 width="250" align="center" border="1"  alt="Plongeuse"></a>';
img[8]='<img src="images/mg2.jpg" border=1 width="250" align="center" border="1"  alt="Plongeuse"></a>';
img[9]='<img src="images/mg1.jpg" border=1 width="251" align="center" border="1" alt="Plongeuse"></a>';
img[10]='<img src="images/mg10.jpg" border=1 width="250" align="center" border="1" alt="Plongeuse"></a>';
img[11]='<img src="images/mg11.jpg" border=1 width="250" align="center" border="1" alt="Plongeuse"></a>';
img[12]='<a href="varia/v11.htm" target="_blank"><img src="images/mg12.gif" border=1 width="250" align="center" border="1" alt="Printemps"></a>';
img[13]='<a href="varia/v12.htm" target="_blank"><img src="images/mg13.gif" border=1 width="250" align="center" border="1" alt="Vénus à la pierre"></a>';
var n=rand_number(14);document.write(img[n]);}
