

function fnTail()
{
	var s = "<table width=\"100%\" cellpadding=0 cellspacing=0>"
		+ "<tr><td height=\"20\" >&nbsp;</td></tr><tr><td height=\"20\" width=\"100%\" align=\"left\"><a href=\"http://www.emailarchitect.net\""
		+ " target=\"_blank\">Copyright &copy; 2008 AdminSystem Software Limited."
		+ " All rights reserved.</a></td></tr></table>";
		
	document.write( s );
}



