<!-- Begin

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




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

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

document.write(' <a href="about.htm">About Us</a>');

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

document.write(' <a href="products.htm">Products</a>');

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

document.write(' <a href="gallery.htm">Gallery</a>');

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

document.write(' <a href="sitemap.htm">Site map</a>');

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

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



document.write('<br><br>All contents Copyright 2006-2010 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">Windsor Barrel Works</a><br>');

var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT






   if (allwebco == "yes") {
document.write('Site Design &copy; 2006-2010 All Rights Reserved <a href="http://davesmedia.com" target="_blank">DavesMedia</a><br>');

// document.write(' <img src="picts/WBW_Logo_sm.gif" border="0">');


}





//  End -->