<!-- Begin

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

document.write('<div id ="footer_wrapper"> ');

document.write('<span class ="footer">&copy; Copyright ');

    today=new Date();
    year0=today.getFullYear();
    document.write(year0);

document.write(' <a href="/index.html" target="_top" class ="footer">Bowes Manufacturing</a> ');

document.write('All Rights Reserved | ');

document.write(' <A HREF="/contact-us.html" class ="footer">Contact Us</a> | <a href="/about-us.html" class ="footer">About Bowes</a> | <a href="/privacy.html" class ="footer">Privacy Statement</a> | <a href="/tc.html" class ="footer">Terms&nbsp;and&nbsp;Conditions</a> | <a href="/shipping-returns.html">Shipping&nbsp;and&nbsp;Returns</a> | ');

document.write('website&nbsp;design&nbsp;by&nbsp;<a HREF="http://www.swhowarddesign.com" class ="footer" target="_blank">swhoward&nbsp;design</a>'); 

document.write('</span><br><br><br></div>');

//  End -->
