function headLine()
{
	document.write("<table width=770 cellpadding=0 cellspacing=0 align=center bgcolor=white><tr>")
	document.write("<td width=100%><a href='http://sify.com/finance' target='_parent'><img src='/sify/sifylogo.gif' border=0></a></td>")
	document.write("<td width=135 align=center><font style='font-family:arial; font-size:9pt; font-weight:bold; color:black'>Powered by<br><a href='http://www.equitymaster.com' target=new><img src='/icons/logo/premreslogo.gif' border=0></a></td>")
	document.write("</tr><tr><td colspan=2 height=2></td></tr>")
	document.write("<tr><td colspan=2 height=20 bgcolor=#cccc99><font face=arial size=2>&nbsp;Welcome to Equitymaster Premium Research</td></tr>")
	document.write("<tr><td colspan=2 height=1 bgcolor=#777777></td></tr>")
	document.write("<tr><td colspan=2 height=5></td></tr></table>")
}
function bottomLine()
{
	document.write("<table border=0 width=770 align=center>")
	document.write("<tr><td height=1 bgcolor=#cccc99 colspan=2></td></tr>");
	document.write("<tr><td height=2 colspan=2></td></tr>");
	document.write("<tr><td><font style=\"font-family:arial; font-size:9pt; color:black\">")
	document.write("&copy; Quantum Information Services Ltd. All Rights Reserved.")
	document.write("</td><td align=right><font style=\"font-family:arial; font-size:8pt; color:black\"><a href='http://sify.com/finance' target='_parent' style='Color:blue'>HOME</a> | <a href='javascript:window.history.back();' style='Color:blue'>BACK</a></td></tr>");
	document.write("<tr><td height=2 colspan=2></td></tr></table>");
}

