<!-- 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="terms.html" class="foot">Terms & Conditions</a> | ');

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

document.write('<br>');

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

document.write('<a href="index.html" target="_top" class="foot">Online-Coders.com</a>');

document.write('<br>');


//  End -->