<!-- 
var maxnumber=1; 
var randomnumber=Math.floor(Math.random()*maxnumber)+1; 
document.write ("<img height=100 width=131 border='0' alt='Local photo' src='../images/photos/press/small/" + randomnumber + ".jpg' />") 
//--> 