<!-- Begin

document.write('<span class="footer">');
document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');
document.write(' <a href="menu.html">Menu</a>');

document.write('&nbsp;|&nbsp;');
document.write(' <a href="coupons.html">Coupons</a>');

document.write('&nbsp;|&nbsp;');
document.write(' <a href="contact.html">Contact</a>');

document.write('<br>');
document.write('<br>All contents &copy ' + (new Date()).getFullYear());
document.write(' <a href="index.html">Shasta Pizza Company</a><br>');

document.write('<a href="http://cmhweb.com/" target="_blank">cmhweb.com</a><br>');
document.write('</span>');


//  End -->