<!-- Start
if (page>5) {
  userName="webmaster";
} else {
  userName=email[page];
}

document.write("<table border=\"0\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\">");
  document.write("<tr>");
  document.write("<td width=\"480\">");
    document.write("Copyright &copy; 2000-2010 ATC Comput8 Services | ");
    document.write("<a href=\"http://validator.w3.org/check/?uri=referer\" target=\"_valid8\" title=\"Validate code as W3C XHTML 1.0 transitional Compliant\">W3C XHTML 1.0</a>");
  document.write("</td>");
document.write("<td align=\"right\">");    
document.write("email: ");
document.write("<a href=\"mailto:" + userName + atDomain +"\">" + userName + "</a>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");

// End -->

