<!--

document.write("<p>Send mail to <a href=\"mailto:webmaster@idealcs.com\">webmaster@idealcs.com</a> with " +
   " questions or comments about this web site. <br> " +
   " Copyright © 2000 &#160;&#160; <a href=\"http://www.idealcs.com\" target=\"_top\"> " +
   " IDEAL Computer Services, Inc.</a> " + 
   " &#160;&#160; <a href=\"http://www.idealcs.com/privacy.htm\">Privacy Policy</a> <br> </p> ");

/* JavaScript to load the last date modified */

  document.write("<p align=\"right\">");
  update= new Date(document.lastModified);
  document.writeln("<font size=1>Last Updated: " + update.toLocaleString() + "</font></p>");

//-->