var updated = "2007/01/05";	

msg = " Last Updated on ";
msg1 = "<font face='Verdana' size='2'><b> ©2003-2007 Precise Accounting & Tax Service - All rights reserved.</b><br /> ";
document.write(msg1);
document.write(msg);
document.write(updated);
msg2 = "</font>";
document.write(msg2);

