<!-- Start


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

document.write(' <a href="index.html" class="foot">Home</a> | ');

document.write(' <a href="contact.htm" class="foot">Contact</a> | ');

document.write(' <a href="links.htm" class="foot">Links</a> | ');

document.write(' <a href="site_map.htm" class="foot">Site Map</a>');


document.write('<br>');

document.write('Content &copy; Copyright 2003 - ');

var d=new Date();
document.write(d.getFullYear());

document.write(' Jessco Bathroom Installations');

document.write('<br>');


//  End -->

