var tab = new Array();
tab[0]='<a href="../realisations-web.html"><img src="../../images/portfolio/realisation1.jpg" alt="Dernières réalisations" width="310" height="154" border="0" /></a>';
tab[1]='<a href="../realisations-web.html"><img src="../../images/portfolio/realisation2.jpg" alt="Dernières réalisations" width="310" height="154" border="0" /></a>';
tab[2]='<a href="../realisations-web.html"><img src="../../images/portfolio/realisation3.jpg" alt="Dernières réalisations" width="310" height="154" border="0" /></a>';
tab[3]='<a href="../realisations-web.html"><img src="../../images/portfolio/realisation4.jpg" alt="Dernières réalisations" width="310" height="154" border="0" /></a>';
tab[4]='<a href="../realisations-web.html"><img src="../../images/portfolio/realisation5.jpg" alt="Dernières réalisations" width="310" height="154" border="0" /></a>';
document.write(tab[parseInt(Math.random()*5)]);
