// JavaScript Document

var footerData = '<!--footer-starts-->'+
				'<table cellpadding="0" cellspacing="0" class="footer size10" bgcolor="#dadada" width="778">'+
				'<tr><td height="10"></td></tr>'+
				'<tr>'+
				'<td>'+
				'<a href="moreinfo.html" class="foot" title="More Information">More Information</a> | '+
				'<a href="privacy.html" class="foot" title="Privacy Policy">Privacy Policy</a> | '+
				'<a href="terms.html" class="foot" title="Terms of Use">Terms of Use</a> '+
				'</td>'+
				'</tr>'+
				'<tr>'+
				'<td>&copy; 2009 Manahari Development Institute-Nepal | +977-57-521 133 | New Manakamana Road, Hetaunda Municipality-2</td>'+
				'</tr>'+
				'<tr>'+
				'<td>MDI-Nepal, Improve the livelihoods of rural poor primarily through interventions in agricultural, environment and water sectors</td>'+
				'</tr>'+
				'</table>'+
				'<!--footer-stops-->';