<!--	
document.writeln("<footer>");
document.writeln("<table width=\"100%\" border=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td class=\"footer\" align=\"left\" valign=\"top\" colspan=\"2\">");
document.writeln("      <hr>");
document.writeln("    </td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td class=\"footer\" align=\"left\" valign=\"top\">");
document.writeln("    URL: "+window.location+"<br>");
document.writeln("		Contact: "+fullname+", "+position+", "+office+", "+phone+"<br>");
document.writeln("		Maintained by: <a href=\"mailto:"+eamiladdress+"\">"+emailname+"</a>");
document.writeln("		<hr>");
document.writeln("		<a href=\"http://www.ipfw.edu/\" title=\"Return to Indiana University - Purdue University Fort Wayne home\">Indiana University - Purdue University Fort Wayne</a><br>");
document.writeln("		2101 E. Coliseum Blvd.<br>");
document.writeln("		Fort Wayne, IN 46805-1499<br>");
document.writeln("		260-481-6512</td>");
document.writeln("		<td width=\"100\" align=\"right\" valign=\"top\"><a href=\"http://www.ipfw.edu/\" title=\"[Indiana University - Purdue University Fort Wayne]\"><img src=\"/fredrikr/images/ipfw/ipfwlogo_color_3d.gif\" width=\"100\" height=\"100\" border=\"0\" alt=\"[Indiana University - Purdue University Fort Wayne]\" align=\"right\"></a></td>");
document.writeln("	</tr>");
document.writeln("</table>");
document.writeln("</footer>");
-->