<!--
img = new Array()
aCaso = Math.floor(5 * Math.random());
img[0] = 'images/0001_lithos_2007.jpg" width="496" height="372" border="1" alt="Lithos 2007"'; 
img[1] = 'images/0002_lithos_2007.jpg" width="496" height="372" border="1" alt="Lithos 2007"'; 
img[2] = 'images/0003_lithos_2007.jpg" width="496" height="372" border="1" alt="Lithos 2007"'; 
img[3] = 'images/0004_lithos_2007.jpg" width="496" height="372" border="1" alt="Lithos 2007"'; 
img[4] = 'images/0005_lithos_2007.jpg" width="496" height="372" border="1" alt="Lithos 2007"'; 
img[5] = 'images/0006_lithos_2007.jpg" width="496" height="372" border="1" alt="Lithos 2007"';
document.write("<img src=\""+img[aCaso]+"\">");
// -->
