<!-- Start


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

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

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

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

document.write(' <a href="privacypolicy.html" class="foot">Privacy Policy</a> | ');

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

document.write(' <a href="termsconditions.html" class="foot">Terms and Conditions</a>');

document.write('<br>');

document.write('&copy;Copyright 2010 ');

document.write('<a href="index.html" target="_top" class="foot">Somenta: A division of Gilbert Acton Ltd.</a>');

document.write('<br>');


//  End -->
