
function randomImg() {


imagenum1=Math.round(Math.random()*8)+1
	if      (imagenum1==1){var image1="<img src=http://www.rhochi.org/images/photo_01.jpg width=272 height=121 border=0>"}
	else if (imagenum1==2){var image1="<img src=http://www.rhochi.org/images/photo_02.jpg width=272 height=121 border=0>"}
	else if (imagenum1==3){var image1="<img src=http://www.rhochi.org/images/photo_03.jpg width=272 height=121 border=0>"}
	else if (imagenum1==4){var image1="<img src=http://www.rhochi.org/images/photo_04.jpg width=272 height=121 border=0>"}
	else if (imagenum1==5){var image1="<img src=http://www.rhochi.org/images/photo_05.jpg width=272 height=121 border=0>"}
	else if (imagenum1==6){var image1="<img src=http://www.rhochi.org/images/photo_06.jpg width=272 height=121 border=0>"}
	else if (imagenum1==7){var image1="<img src=http://www.rhochi.org/images/photo_07.jpg width=272 height=121 border=0>"}
	else if (imagenum1==8){var image1="<img src=http://www.rhochi.org/images/photo_08.jpg width=272 height=121 border=0>"}
	else if (imagenum1==9){var image1="<img src=http://www.rhochi.org/images/photo_09.jpg width=272 height=121 border=0>"}
	document.write (image1);

}
