// JavaScript Document
function privacy() {
	
	window.open("privacy_policy.html","priv","width=620,height=350,top=50,left=100,scrollbars=yes");
}
function disclaimer() {
	
	window.open("disclaimer.html","disc","width=620,height=350,top=50,left=100,scrollbars=yes");
}
document.write('<div class="footerlinks">');
document.write('<div class="footerlink01">');
document.write('<a href="javascript:privacy();">privacy policy</a> |  <a href="javascript:disclaimer();">disclaimer</a>  |  <a href="sitemap.html">site map</a>');
document.write('</div>');
document.write('<div class="footerlink02">Copyright © 2009 of Dharma Productions Pvt. Ltd.<br />');
document.write('<span class="footerlink03">Site Created by : <a href="http://www.idealake.com" target="_blank">Idealake Information Technologies Pvt. Ltd.</a> </span>');
document.write('</div>');
document.write('</div>');