var tab = new Array();
tab[0]='<a href="../portfolio-web.html"><img src="../../images/portfolio/realisation1en.jpg" alt="Lastest works" width="310" height="154" border="0" /></a>';
tab[1]='<a href="../portfolio-web.html"><img src="../../images/portfolio/realisation2en.jpg" alt="Lastest works" width="310" height="154" border="0" /></a>';
tab[2]='<a href="../portfolio-web.html"><img src="../../images/portfolio/realisation3en.jpg" alt="Lastest works" width="310" height="154" border="0" /></a>';
tab[3]='<a href="../portfolio-web.html"><img src="../../images/portfolio/realisation4en.jpg" alt="Lastest works" width="310" height="154" border="0" /></a>';
tab[4]='<a href="../portfolio-web.html"><img src="../../images/portfolio/realisation5en.jpg" alt="Lastest works" width="310" height="154" border="0" /></a>';
document.write(tab[parseInt(Math.random()*5)]);
