function LastModified()
{

	months = new Array( "January","February","March","April", "May","June","July","August","September", "October","November","December"); 
	modified = new Date(document.lastModified); 
	mmonth = modified.getMonth(); 
	date = modified.getDate(); 
	myear = modified.getFullYear(); 
	dateString = months[mmonth]+" "+date+", "+myear; 
	return dateString;
}

function winOpen(file,wdt,hgt,top,left,resizable)
{
	window.open(file,"pagetitle","toolbar=0,location=0,statusbar=0,scrollbars=yes,resizable="+ resizable +",menubar=0,top="+top+",left="+left+",height="+hgt+",width="+wdt);
}

strfooter=''
strfooter+='<table cellpadding="0" cellspacing="0" border="0" width="100%" >'
strfooter+='<tr><td align="left" valign="top" rowspan="26"><img src="images/pixel.gif" width="5" border="0"></td>'

strfooter+='<tr><td height="15" class="footer"><br>This site is best viewed in 1024x768 monitor resolution.</td></tr>'
strfooter+='<tr><td height="15" class="footer"><a href="javascript:winOpen(\'legal.htm\',662,450,25,100,\'no\');" >Terms Of Use</a> | <a href="javascript:winOpen(\'privacy.htm\',662,325,125,100,\'no\');">Privacy</a> Page Last Updated: '+ LastModified() +'</td></tr>'
strfooter+='<tr><td height="15" class="footer"><a href="http://www.lifeinscouncil.org/" target="_blank">Life Insurance Council</a> | <a href="http://www.ombudsmanindia.org/" target="_blank">Insurance Ombudsman</a></td></tr>'
strfooter+='<tr><td height="15" class="footer">Copyright &copy; 2003 - 2009, Tata AIG Life Insurance Company Ltd. All Rights Reserved.</td></tr>'
strfooter+='<tr><td height="15" class="footer">These products are underwritten by Tata AIG Life Insurance Co. Ltd.</td></tr>'
strfooter+='<tr><td height="15" class="footer">Address and Registration Number:<b>Tata AIG Life Insurance Company Ltd.</b>(Regn. No.:110)</td></tr>'
strfooter+='<tr><td height="15" class="footer">Registered & Corporate Office:Delphi - B Wing, 2nd Floor, Orchard Avenue, Hiranandani Business Park, Powai, Mumbai - 400 076.</td></tr>'
strfooter+='</tr></table>'
document.write(strfooter)
