<!-- Start


// NOTE: If you use a ' add a slash before it like this \'


document.write(' <a href="home.html" class="foot">Home</a> | ');

document.write(' <a href="specials.htm" class="foot">SPECIALS!</a> | ');

document.write(' <a href="about.htm" class="foot">About</a> | ');

document.write(' <a href="contact.htm" class="foot">Contact</a> | ');

document.write(' <a href="map.htm" class="foot">Map</a> | ');

document.write(' <a href="weather.htm" class="foot">Weather</a> | ');

document.write('<br>');

document.write('&copy; Copyright 2009 ');

document.write('<a href="home.html" target="_top" class="foot">TinyTIMBERS</a>');

document.write('<br>');


//  End -->