document.write('<html> ' 
 + ' ' 
 + ' ' 
 + '<head> ' 
 + '<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> ' 
 + ' ' 
 + ' ' 
 + '<title>Navigational Bar</title> ' 
 + '</head> ' 
 + ' ' 
 + ' ' 
 + '<body link="#FFFF00" vlink="#99CC00" alink="#CCFF66" bgColor="#fffbf0"> ' 
 + ' ' 
 + ' ' 
 + '   <table border="0" width="150" bgcolor="#fffbf0" cellspacing="0" bgColor="#fffbf0" bordercolor="#6699CC">       ' 
 + '      ' 
 + '	 <tr> ' 
 + '         <td width="150" bgcolor="#FFEB9E" valign="top" > ' 
 + '         <br> ' 
 + '         <A href="http://www.csee.usf.edu/" title="Computer Science And Engineering Department" target=_blank><IMG height="70" alt="" src="Image_Vision_Images/CseeLogo.jpg" width="150" border="0"></A> ' 
 + '		<p><br><a title="Vision Lab News" href="Image_Vision_News.htm" ><IMG height="120" alt="" src="Image_Vision_Images/news.jpg" width="150" border="0"></a></p> ' 
 + '		<p>&nbsp;</p> ' 
 + '		<p> ' 
 + '		<a target="_blank" title="Chek CSEE Email" href="https://webmail.csee.usf.edu/cgi-bin/webmail.cgi"><IMG height="90" alt="" src="Image_Vision_Images/email.jpg" width="150" border="0"></a></p> ' 
 + '		<p>&nbsp;</td> ' 
 + ' ' 
 + '         </td>      ' 
 + '	</tr> ' 
 + '	<!-- End --> ' 
 + ' ' 
 + ' ' 
 + '  </table> ' 
 + ' ' 
 + ' ' 
 + '</body> ' 
 + ' ' 
 + ' ' 
 + '</html> ');