var now = new Date();
var name=", Liquid Bread Inc."
document.write('<div align="center" style="font-size: 8pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #ad2802;">');
document.write('To contacted the Webmaster of this site please click <a href="mailto:webmaster@liquidbread.com">here</a> or go to the contact page <a href="contact.html">here</a>. <br>');
document.write('Copyright&nbsp;');
document.write('&#169;&nbsp;');
document.write(now.getFullYear());
document.write(name);
document.write('</div>');