function rndphoto (dir) {
	width = dir == "" ? "200" : "180";
	pfile = dir + "photos/" + photos[parseInt(Math.random()*photos.length)];
	document.writeln("<br><a class='img' href='" + pfile + "'><img border='0' width='" + width + "' src='" + pfile + "'></a>");
}