var photo=new Array()

photo[0]='<a href="photos.html"><img src="photos/random/img_0005.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

photo[1]='<a href="photos.html"><img src="photos/random/img_0006.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

photo[2]='<a href="photos.html"><img src="photos/random/img_0007.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

photo[3]='<a href="photos.html"><img src="photos/random/img_0008.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

photo[4]='<a href="photos.html"><img src="photos/random/img_0009.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

photo[5]='<a href="photos.html"><img src="photos/random/img_0010.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

photo[6]='<a href="photos.html"><img src="photos/random/img_0011.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

photo[7]='<a href="photos.html"><img src="photos/random/img_0012.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

photo[8]='<a href="photos.html"><img src="photos/random/img_0013.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

photo[9]='<a href="photos.html"><img src="photos/random/img_0014.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

photo[10]='<a href="photos.html"><img src="photos/random/img_0015.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

photo[11]='<a href="photos.html"><img src="photos/random/img_0016.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

photo[12]='<a href="photos.html"><img src="photos/random/img_0017.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

photo[13]='<a href="photos.html"><img src="photos/random/img_0018.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

photo[14]='<a href="photos.html"><img src="photos/random/img_0019.jpg" alt="photo" width="233" height="144" border="0" class="pic_r" /><\/a>'

var whichphoto=Math.floor(Math.random()*(photo.length))
document.write(photo[whichphoto])


