<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">Profile</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">Services</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="location.htm">Location</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="clients.htm">Clients</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="site_map.htm">Site Map</a>');



document.write('<br><br>&copy;Copyright 2009 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">woodwork Refined</a> All rights reserved');



var allwebco	  = "No"	// SHOW ALLWEBCO COPYRIGHT



   if (allwebco == "yes") {
document.write('Site Design &copy; 2008 All Rights Reserved <a href="http://allwebcodesign.com" target="_blank">AllWebCo Design</a> & <a href="http://allwebco.com" target="_blank">Hosting</a><br>');
}





//  End -->