function copyright() {     
	dateNow = new Date();
	document.write("<table width=\"\" align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");
	document.write("<td style=\"padding-top:0\" align=\"center\" class=\"copyright\">");    
	document.write("<br>Copyright &copy; 2005 - "+dateNow.getFullYear()+" Impact Corporation. All right reserved. Powered by: <a href='http://ctran.net' target='_blank'>ctranNET</a>");  
	document.write("</td></tr></table>")
	}
