<!-- Start


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

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

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

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

document.write(' <a href="terms.html" class="foot">Terms Of Use</a> | ');

document.write(' <a href="community.html" class="foot">Community Guidelines</a> | ');

document.write(' <a href="submissions.html" class="foot">Submissions Guidelines</a>');

document.write('<br>');

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

document.write('<a href="index.html" target="_top" class="foot">Sahara Media Holdings, Inc.</a>');

document.write('<br>');


//  End -->