var updated = "2008/03/17";	

msg = "<b><font face='Courier' size='2' color='#B60004'> © 2006-2008  Priority Fitness - All rights reserved. <br />";
document.write(msg);
msg1 = " Last Updated on ";
document.write(msg1);
document.write(updated);
msg2 = " <br /></font></b>";
document.write(msg2);
