function change()
{
number = Math.floor(Math.random()*20)
if (number==0)
document.write('<img src="../images/photo_1.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==1)
document.write('<img src="../images/photo_2.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==2)
document.write('<img src="../images/photo_3.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==3)
document.write('<img src="../images/photo_4.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==4)
document.write('<img src="../images/photo_5.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==5)
document.write('<img src="../images/photo_6.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==6)
document.write('<img src="../images/photo_7.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==7)
document.write('<img src="../images/photo_8.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==8)
document.write('<img src="../images/photo_9.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==9)
document.write('<img src="../images/photo_10.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==10)
document.write('<img src="../images/photo_11.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==11)
document.write('<img src="../images/photo_12.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==12)
document.write('<img src="../images/photo_13.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==13)
document.write('<img src="../images/photo_14.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==14)
document.write('<img src="../images/photo_15.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==15)
document.write('<img src="../images/photo_16.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==16)
document.write('<img src="../images/photo_17.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==17)
document.write('<img src="../images/photo_18.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==18)
document.write('<img src="../images/photo_19.jpg" width="150" height="150" align="left" alt="photo" border="0">')
if (number==19)
document.write('<img src="../images/photo_20.jpg" width="150" height="150" align="left" alt="photo" border="0">')
}
