    var url = window.location.href; //Fetch the url
    var nohttp = url.split('//')[1]; //Fine Tuning - I
    var hostPort = nohttp.split('/')[0] // //Fine Tuning - II
    var logourl =  "http://" + hostPort + "/"; // Logourl Url
    
function header_hm()
{
	document.write("<table cellpadding='0' cellspacing='0' border='0' width='995'>")
		document.write("<tr>")
			document.write("<td height='87' width='16'></td>")
			document.write("<td width='237'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='237' height='54' wmode='transparent'><param name='movie' value='images/helpline.swf'><PARAM NAME='wmode' VALUE='transparent'><embed src='images/helpline.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='237' height='54' wmode='transparent'></embed></object></td>")
			document.write("<td width='402'></td>")
			document.write("<td><img src='" + logourl +"images/reliance_logo.gif' hspace='13'></td>")
		document.write("</tr>")
	document.write("</table>")
}

function header_index()
{
	document.write("<table cellpadding='0' cellspacing='0' border='0' width='995'>")
		document.write("<tr>")
			document.write("<td height='87' width='16'></td>")
			document.write("<td width='237'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='237' height='54' wmode='transparent'><param name='movie' value='images/helpline.swf'><PARAM NAME='wmode' VALUE='transparent'><embed src='images/helpline.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='237' height='54' wmode='transparent'></embed></object></td>")
			document.write("<td width='402'></td>")
			document.write("<td><img src='" + logourl +"images/reliance_logo.gif' hspace='13'></td>")
		document.write("</tr>")
	document.write("</table>")
}

function header_index_pkg()
{
	document.write("<table cellpadding='0' cellspacing='0' border='0' width='995'>")
		document.write("<tr>")
			document.write("<td height='87' width='16'></td>")
			document.write("<td width='237'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='237' height='54' wmode='transparent'><param name='movie' value='../images/helpline.swf'><PARAM NAME='wmode' VALUE='transparent'><embed src='../images/helpline.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='237' height='54' wmode='transparent'></embed></object></td>")
			document.write("<td width='402'></td>")
			document.write("<td><img src='" + logourl +"images/reliance_logo.gif' hspace='13'></td>")
		document.write("</tr>")
	document.write("</table>")
}

function header_app()
{
	document.write("<table cellpadding='0' cellspacing='0' border='0' width='995'>")
		document.write("<tr>")
			document.write("<td height='87' width='16'></td>")
			document.write("<td width='237'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='237' height='54'><param name='movie' value='../images/helpline.swf'><param name='quality' value='high'><embed src='../images/helpline.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='237' height='54'></embed></object></td>")
			document.write("<td width='402'></td>")
			document.write("<td><img src='" + logourl +"Images/reliance_logo.gif' hspace='13'></td>")
		document.write("</tr>")
	document.write("</table>")
}

function header_inner()
{
	document.write("<table cellpadding='0' cellspacing='0' border='0' width='995'>")
		document.write("<tr>")
			document.write("<td height='87' width='16'></td>")
			document.write("<td width='237'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='237' height='54'><param name='movie' value='../../images/helpline.swf'><param name='quality' value='high'><embed src='../../images/helpline.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='237' height='54'></embed></object></td>")
			document.write("<td width='402'></td>")
			document.write("<td><img src='" + logourl +"images/reliance_logo.gif' hspace='13'></td>")
		document.write("</tr>")
	document.write("</table>")
}
