// JavaScript Document
document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td width="100%" colspan="3" class="footer"><a href="index.htm" class="footer">Home</a> | <a href="our_heritage.htm" class="footer">About us</a> | <a href="projects.htm" class="footer">Our Activities</a> | <a href="news.htm" class="footer">In the News</a> | <a href="people_stories.htm" class="footer">Endorsement</a> | <a href="gallery.htm" class="footer">Gallery</a> | <a href="volunteers.htm" class="footer">They Speak</a> | <a href="supporters.htm" class="footer">Contribute</a>| <a href="downloads/index.html" class="footer">Downloads</a> | <a href="contact.php" class="footer">Contact us</a> | <a href="sitemap.htm" class="footer">Sitemap</a> </td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="100%" colspan="3" height="10px"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="1%">&nbsp;</td>');
document.write('<td width="50%" class="bottom">Copyright © Share Your Care. All Rights Reserverd.</td>');
document.write('<td width="49%" align="right" class="bottom">Designed by <a href="http://www.hungama.org/" target="_blank" class="bot">Hungama</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="100%" colspan="3" height="10px"></td>');
document.write('</tr>');
document.write('</table>');