function topphoto(){
	myImageCnt = 3;
	myImage = new Array("topphoto/top19.jpg", "topphoto/top20.jpg", "topphoto/top21.jpg")
	myRnd = Math.floor(Math.random() * myImageCnt);
	document.write("<img src='", myImage[myRnd], "' border='0' width='540' height='405' >");
}
