<!-- Start


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

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

document.write(' <a href="contact-simple.htm" class="foot">Contact</a> | ');

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

document.write(' <a href="termsofuse.htm" class="foot">Website Terms of Use and Privacy Policy</a> | ');

document.write(' <a href="inv-terms.htm" class="foot">Inventory Services Terms and Conditions</a> | ');

document.write(' <a href="links.htm" class="foot">Links</a> | ');

document.write(' <a href="site_map.htm" class="foot">Site Map</a> | ');
document.write('<br>');

document.write('&copy;Copyright 2007-2009 ');

document.write('<a href="http://www.activeinventories.co.uk" target="_top" class="foot">Active Management Services Ltd</a>');

document.write('<br>');


//  End -->