//Callable JavaScript file to build CofC header

document.write('<!-- CofC STUDENT HEADER (new User Interface) -->');
document.write('<center>');
document.write('<table width="597" border="0" cellspacing="0" cellpadding="2">');
document.write('<tr valign="middle" align="right">');
document.write('<td width="200" align="left">');
document.write('<IMG SRC="/graphics/ctsmall.jpg" ');
document.write('width="196" height="99" alt="CougarTrail on the Web" border="0">');
document.write('</td>');
document.write('<td width="72">&nbsp;</td>');
document.write('<td width="325" align="LEFT" valign="middle" bgcolor="#ffffff">');
document.write('<div class="headerlinksdiv">');
document.write('<table width="322" border="0" cellspacing="0" cellpadding="2">');
document.write('<tr valign="middle" align="left" height="17">');
document.write('</tr>');
document.write('<tr valign="middle" align="left">');
document.write('<td bgcolor="#FFFFFF"><font size="3">');
document.write('<a href="http://www.cofc.edu/" target="_blank">');
document.write('<font color="#0000FF">CofC&nbsp;Home</font>');
document.write('</a></font>');
document.write('</td>');
document.write('<td bgcolor="#FFFFFF"><font size="3">');
document.write('<a href="http://www.cofc.edu/gradschool/" target="_blank">');
document.write('<font color="#0000FF">Grad.&nbsp;School&nbsp;Home</font>');
document.write('</a></font></td>');
document.write('<td bgcolor="#FFFFFF"><font size="3">');
document.write('<a href="http://registrar.cofc.edu/" target="_blank">');
document.write('<font color="#0000FF">Registrar\'s&nbsp;Office</font>');
document.write('</a></font></td>');
document.write('</tr>');
document.write('<tr valign="middle" align="left">');
document.write('<td bgcolor="#FFFFFF"><font size="3">');
document.write('<a href="http://www.cofc.edu/admissions/" target="_blank">');
document.write('<font color="#0000FF">Admissions</font>');
document.write('</a></font>');
document.write('</td>');
document.write('<td bgcolor="#FFFFFF"><font size="3">');
document.write('<a href="http://www.cofc.edu/~finaid/" target="_blank">');
document.write('<font color="#0000FF">Financial&nbsp;Aid</font>');
document.write('</a></font></td>');
document.write('<td bgcolor="#FFFFFF"><font size="3">');
document.write('<a href="http://www.cofc.edu/~humres/" target="_blank">');
document.write('<font color="#0000FF">Human&nbsp;Resources</font>');
document.write('</a></font></td>');
document.write('</tr>');
document.write('<tr valign="middle" align="left" height="10">');
document.write('</tr>');
document.write('<tr valign="middle" align="left">');
document.write('<td colspan="17" bgcolor="#990000"><img src="/graphics/tdot.gif" alt="" border="0"></td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');
document.write('</td>');
// CofC temporary icon with link...
//document.write('<td width="200">&nbsp;</td>');
//document.write('<td align="right">');
//document.write('<a href="http://www.collegediningsurvey.com/cofc" target="_blank">');
//document.write('<IMG SRC="/gifs/DiningSurvey1.jpg" ');
//document.write('width="140" height="120" alt="Aramark Dining Survey" border="0">');
//document.write('</a>');
//document.write('</td>');
//
document.write('</tr>');
document.write('</table>');
document.write('</center>');
document.write('<!-- CofC STUDENT HEADER (new User Interface) -->');
