<!-- 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="contactus.htm" class="foot">Contact Us</a> | ');

document.write(' <a href="legal.htm" class="foot">Legal Disclaimer</a>');

document.write('<br>');

document.write('&copy;Copyright 2008 ');

document.write('<a href="index.html" target="_top" class="foot">Write Brain Publishing</a>');

document.write('<br>');


//  End -->