<!-- 
document.writeln('<TABLE BORDER="0" CELLPADDING="2" WIDTH="100%">');
document.writeln('  <TR>');
document.writeln('    <TD BGCOLOR="#EAE8E8"><P ALIGN=Center>');
document.writeln('      <FONT face="Verdana, Helvetica" size="2">|');
document.writeln('      <A HREF="http://www.web-source.net/web_development.htm">Web Site');
document.writeln('      Development</A> | <A HREF="http://www.web-source.net/html_codes_chart.htm">HTML');
document.writeln('      Codes</A> | <A HREF="http://www.web-source.net/html_tips.htm">HTML Tips</A>');
document.writeln('      | <A HREF="http://www.web-source.net/javascript_codes.htm">Javascript');
document.writeln('      Snippets</A> | <BR>');
document.writeln('      | <A HREF="http://www.web-source.net/web/">Web Resources</A> |');
document.writeln('      <A HREF="http://www.web-source.net/216_color_chart.htm">216 Safe Colors</A>');
document.writeln('      | <A HREF="http://www.web-source.net/symbols.htm">Symbols</A> |');
document.writeln('      <A HREF="http://www.web-source.net/web_development_strategies.htm">Web');
document.writeln('      Development Strategies</A> | <BR>');
document.writeln('      | <A HREF="http://www.web-source.net/feedback.htm">FeedBack</A> |');
document.writeln('      <A HREF="http://www.web-source.net/about.htm">About</A> |');
document.writeln('      <A HREF="http://www.web-source.net/privacy.htm">Privacy Policy</A> |');
document.writeln('      <A HREF="http://www.web-source.net/terms.htm">Terms and Conditions</A> |');
document.writeln('      <A HREF="http://www.web-source.net/sitemap.htm">Site Map</A> |');
document.writeln('      <A HREF="http://www.web-source.net/affiliate.htm">Affiliate Program</A>');
document.writeln('      |</FONT><BR>');
document.writeln('      <BR>');
document.writeln('      <FONT face="Verdana, Helvetica" size="2">Web-Source.net');
document.writeln('      <A HREF="http://www.web-source.net" TARGET="top">http://www.web-source.net</A><BR>');
document.writeln('      Your Guide to Professional Web Site Design and Development<BR>');
document.writeln('      Hosted with');
document.writeln('      <A onMouseOver="window.status=\'http://www.host4profit.com/\';return true;"');
document.writeln('	  onmouseout="window.status=\' \';return true; "HREF="http://www.Host4Profit.com/cgi-bin/home.cgi?1087"');
document.writeln('	  TARGET="blank">Host4Profit</A>.<BR>');
document.writeln('      <I>Copyright &copy; 1997-<SCRIPT language="JavaScript">');
document.writeln('      ' + '<' + '!' + '-' + '-' + '');
document.writeln('      var today_date= new Date()');
document.writeln('      var year=today_date.getYear()');
document.writeln('      if ((navigator.appName == "Microsoft Internet Explorer") && (year < 2000))');
document.writeln('      year="19" + year;');
document.writeln('      if (navigator.appName == "Netscape")');
document.writeln('      year=1900 + year;');
document.writeln('      //document.write("Today\'s date is: ")');
document.writeln('      document.write(year)');
document.writeln('      //' + '-' + '-' + '>' + ' </SCRIPT> Brajusta Publishing, Inc., All Rights Reserved</I></FONT></TD>');
document.writeln('  </TR>');
document.writeln('</TABLE>');
// -->
