document.writeln("<div id='head'>");
document.writeln("<table>");
document.writeln("<tr>");
document.writeln("<td align='left'>");
document.writeln("<img src='graphics/gabehead.gif' width=400 height=100 alt='GABE logo'>");
document.writeln("</td>");
document.writeln("<td align='right'>");
document.writeln("<img src='graphics/shield_color.gif' width=163 height=138 alt='Penn logo'>");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("</table>");  
document.writeln("</div>");
