function bottom() {
document.write ("<html>\r\n");
document.write ("<head>\r\n");
document.write ("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\r\n");
document.write ("<title>New Page 1</title>\r\n");
document.write ("<link rel=\"stylesheet\" type=\"text/css\" href=\"../knowclub.css\">\r\n");
document.write ("<meta name=\"Microsoft Border\" content=\"none\">\r\n");
document.write ("</head>\r\n");
document.write ("<body>\r\n");
document.write ("<table id=maintable cellSpacing=\"0\" cellPadding=\"0\" width=\"100%\" border=\"0\" id=\"table1\">\r\n");
document.write ("\t<tr>\r\n");
document.write ("\t\t<td>\r\n");
document.write ("\t\t<p align=\"center\">&nbsp;<p align=\"center\"><font face=\"Arial\">Copyright © 1999 \r\n");
document.write ("\t\thttp://www.knowclub.com All rights reserved. Revised: 2006/11/16 10:13 \r\n");
document.write ("\t\tÈ.Ù +0330</font></td>\r\n");
document.write ("\t</tr>\r\n");
document.write ("\t<tr>\r\n");
document.write ("\t\t<td>\r\n");

document.write ("\t\t</td>\r\n");
document.write ("\t</tr>\r\n");
document.write ("</table>\r\n");
document.write ("</body>\r\n");
document.write ("</html>\r\n");
}
