function drawHeader() {

    document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td valign="TOP">');
	document.writeln('<img src="../../../images/logo2.gif" width="64" height="69">');
	document.writeln('<a href="../../../students/index.html"><img src="../../../images/azcas.jpg" border="0" width="261" height="70"></a>');
	document.writeln('</td><td align="right">');
	document.writeln('<a href="../../../atass/index.html"><img src="../../../images/atass_goodlogo.jpg" border="0" width="80" height="107"></a>');
	document.writeln('<a href="http://az.transfer.org/cas/CASHome.html"><img ');
	document.writeln('src="../../../images/CASWordLogo.gif" border="0" width="100" height="107"></a></td></tr>');

	document.writeln("<TR><TD COLSPAN=3 BGCOLOR='#006699'><IMG SRC='../../../images/frontstudent.jpg' HEIGHT=8 WIDTH=1 BORDER=0></TD></TR>");

	document.writeln("</TR></TABLE>");


}
