//<!--
var docFtg="";
  docFtg += "<CENTER>";
  docFtg += "<HR ALIGN=center>";
  docFtg += "<P>";
  docFtg += "<TABLE CELLSPACING=0 CELLPADDING=0>";
  docFtg += "<TR>";
  docFtg += "<TD ALIGN=CENTER VALIGN=TOP>";
  docFtg += "	<FONT SIZE='-1'><STRONG>[";
  docFtg += "	<A HREF='http://starbase.trincoll.edu/~ram/cpsc352/index.html'>Home</A> ||";
  docFtg += "	<A HREF='http://starbase.trincoll.edu/~ram/cpsc352/syllabus.html'>Syllabus</A> ||";
  docFtg += "	<A HREF='http://starbase.trincoll.edu/~ram/cpsc352/schedule.html'>Schedule</A> ||";
  docFtg += "	<A HREF='http://www.cs.trincoll.edu/'>Computer Science</A> ||";
  docFtg += "	<A HREF='http://www.trincoll.edu/'>Trinity College</A>";
  docFtg += "	]";
  docFtg += "	</STRONG></FONT>";
  docFtg += "</TD>";
  docFtg += "</TR>";
  docFtg += "</TABLE>";

  docFtg += "<BR>";
  docFtg += "<b>Questions or Suggestions: </B>";

  var username = "ralph" +  "." + "morelli";
  var hostname = "trincoll" + "." + "edu";
  var linktext = username + "@" + hostname;;
  docFtg += "<a href=" + "mail" + "to:" + username + "@" + hostname + ">" + linktext + "</a>";
  docFtg += "</CENTER>";

  document.open();
  document.write(unescape(docFtg));

//-->
