document.write("<table width=800 align=center><tr><td colspan=5 align=left><b><font size=2 face=verdana>Total images in this album: " + picnum + "</font></b></td></tr>");

i=1;
while (i < picnum+1) {
	document.write("<tr>");
	for (j=1; j<6 && i<picnum+1; j++) {
		document.write("<td width=160 align=center><font size=1 face=verdana><img src=thumbnails/" + picname + "-" + i + "t.jpg><br>");
		document.write("<a target=new href=low-res/" + picname + "-" + i + "l.jpg>Low</a><b> | </b>");
		document.write("<a target=new href=hi-res/" + picname + "-" + i + "h.JPG>Hi</a></font>");
		document.write("</td>");
		i++
	}
	document.write("</tr>");
}
document.write("</table><center><hr noshade size=1 width=800><div align=center><font size=1 face=Verdana><strong>COLLEGE OF ENGINEERING:</strong>");
document.write("<a href=http://www.eng.auburn.edu/>HOME</a> | <a href=http://www.eng.auburn.edu/about/index.html>ABOUT ENGINEERING</a> | ");
document.write("<a href=http://www.eng.auburn.edu/about/employment/index.html>EMPLOYMENT</a> | <a href=http://www.eng.auburn.edu/admin/index.html>ADMINISTRATION</a> | ");
document.write(" <a href=http://www.eng.auburn.edu/research/index.html>RESEARCH</a> | <a href=http://www.eng.auburn.edu/about/contacts.html>CONTACTS</a><br />");
document.write("<strong>AUBURN UNIVERSITY:</strong> <a href=http://www.auburn.edu/ target=_blank>HOME</a> | <a href=http://www.auburn.edu/it_policies/copyright.html target=_blank>COPYRIGHT REGULATIONS</a></font></div></body>");