<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


document.write('<span class="footer">');

document.write('<a title="Home" href="welcome.htm">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a title="Contact us" href="contact_us.htm">Contact us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a title="Ordering" href="ordering.htm">Ordering</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a title="Terms" href="terms.htm">Terms</a>');

document.write('<br>');

document.write('</span>');


//  End -->