var updated = "2005/01/15";	

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

