<!-- Start


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


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

document.write(' <a href="faq.htm" class="foot">FAQ</a>');

document.write('<br>');

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

document.write('<a href="index.html" target="_top" class="foot">Teddy Bears That Care Program, Inc.</a>');


//  End -->