/* This is one giant string--each line ends with a backslash. */

document.write('							\
									\
<table border="0" cellpadding="10">					\
<tr>									\
    <td rowspan=2>							\
        <img src="images/mouselogo.jpg">				\
    <td align=center colspan=5>						\
        <h1>CS160: Foundations in Programming</h1>			\
    <td rowspan=2>							\
	<a href="http://www.colostate.edu/">				\
            <img border=0 src="images/logo-a.gif">			\
	</a>								\
<tr>									\
    <th> <a href=".">Home</a>						\
    <th> <a href="lectures.html">Lectures</a>				\
    <th> <a href="syllabus.html">Syllabus</a>				\
    <th> <a href="http://java.sun.com/j2se/1.5/docs/api/">JavaDoc</a>	\
    <th> <a href="http://ramct.colostate.edu">RamCT</a>			\
</table>								\
									\
');
