<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW COPYRIGHT
var w3clogo	  = "no"	// SHOW W3C VALID LOGO



document.write('<span class="footer">');

document.write('<a href="index.htm">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="questions.html">Shipping - Free</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');

document.write('<br>');


document.write('<br>All contents &copy;Copyright The Glass Hutch ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">The Glass Hutch</a><br>');







   if (allwebco == "yes") {
document.write('Site Design &copy; All Rights Reserved <a href="http://compasswebdesign.com" target="_blank">Compass Web Designs</a> & <a href="http://compasswebdesign.com" target="_blank">Hosting</a><br>');
}


document.write('<br>');

//  End -->