<!--
myImageCnt = 13;
myImage = new Array(
 "image/photo01.jpg",
 "image/photo02.jpg",
 "image/photo03.jpg",
 "image/photo04.jpg",
 "image/photo05.jpg",
 "image/photo06.jpg",
 "image/photo07.jpg",
 "image/photo08.jpg",
 "image/photo09.jpg",
 "image/photo10.jpg",
 "image/photo11.jpg",
 "image/photo12.jpg",
 "image/photo13.jpg"
);
myRnd = Math.floor(Math.random()*myImageCnt);
document.write("<IMG SRC='",myImage[myRnd],"' border='0' WIDTH='170' HEIGHT='221' >");
// -->
