function select_pic()
	{
	num= Math.round(0.5+(52*(Math.random())));
	return num;  
	}
document.write("<IMG SRC=");
document.write("\"pic/rndpic/");
document.write(select_pic(), ".jpg\"");
document.write("ALT=\"Portrait KHE\" WIDTH=\"225\" HEIGHT=\"300\" BORDER=\"2\" TITLE=\"Press photos...\">");
