document.writeln("<DIV ID=siteTitle>");
document.writeln("<table align='center'>");
document.writeln("    <tr>");
document.writeln("        <td colspan='3' align='center'>" + 
                "<h1>CS 487: Special Topics in Computer Science<br>" +
                "Software Development</h1>" +
                 "</td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
// document.writeln("        <td rowspan='2' align='center'><img src='http://www.cs.kzoo.edu/images/fish/fishInPic.jpg' valign='middle'></td>");
document.writeln("        <td align='center'><a href='http://www.kzoo.edu/'");
document.writeln("                CLASS=sTitleA>Kalamazoo College</a></td>");
// document.writeln("        <td rowspan='2' align='center'><img src='http://www.cs.kzoo.edu/images/fish/fishInPic.jpg' valign='middle'></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("        <td align='center'><h1>Winter 2009</H1></td>");
document.writeln("    </tr>");
document.writeln("</table>");
document.writeln("</DIV>");

