<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW COPYRIGHT
var treelogo	  = "yes"	// SHOW W3C VALID LOGO

document.write('<span class="footer1">');

document.write('<a href="http://www.barclayrestorations.ca/index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://www.barclayrestorations.ca/about_us.html">About us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://www.barclayrestorations.ca/our_services.html">Our Services</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://www.barclayrestorations.ca/our_projects.html">Our Projects</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="http://www.barclayrestorations.ca/gallery.html">Photo Gallery</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://www.barclayrestorations.ca/our_staff.html">Our Staff</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="news_and_events.html">News & Events</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://www.barclayrestorations.ca/resources.html">Links & Resources</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://www.barclayrestorations.ca/contact.html">Contact us</a>');


document.write('<br>');

   if (treelogo == "yes") {
document.write('<br><a href="http://www.barclayrestorations.ca"><img src="images/icon8G.gif" alt="Barclay Restorations" border="0" vspace="6"></a><br>');
}

document.write('<br>All contents &copy; Copyright 2009 ');

// EDIT THE NEXT LINE

document.write('<a href="index.html">BarclayRestorations.ca</a><br>');


   if (allwebco == "yes") {
document.write('Site Development &copy; 2009 All Rights Reserved <a href="http://www.freespiritmedia.com" target="_blank">Free Spirit Media</a> & <a href="http://www.freespiritmedia.com" target="_blank">Innovative Web Design Ideas</a><br>');
}


document.write('</span>');


//  End -->