// JavaScript Document
	var str='';
	str+="<table width='172' height='58' border='0' cellpadding='0' cellspacing='0' class='blueBkg'>"
        str+=" <tr><td align='left' valign='top' rowspan='20'><img src='"+path+"images/pixel.gif' width='20' border='0'></td>"
		str+="<tr><td align='left' height='7' valign='top'><img src='"+path+"images/pixel.gif' width='1' height='7' border='0'></td></tr>"
		str+=" <td height='16' align='left' valign='bottom'><div class='blueText'><img src='"+path+"images/pixel.gif' width='1' height='10' border='0'>Contact Us</div></td>"
		str+="</tr><tr><td align='left' valign='top' class='seperator'><img src='"+path+"images/pixel.gif' width='162' height='12' border='0'></td></tr>"
		str+="<tr><td height='26' align='left' valign='middle' class='boldText'>Email:<br><a href='mailto:careers.life@tata-aig.com'>careers.life@tata-aig.com</a></td></tr>"
		str+="<tr><td align='left' height='7' valign='top'><img src='"+path+"images/pixel.gif' width='1' height='7' border='0'></td></tr>"
		str+="</table>";
	document.write(str);