function header(path)
{
	if(path==null) path="./";
	document.write('<table width="100%" cellpadding="0" cellspacing="0"  border="0" bgcolor="#3C7095"><tr><td height="60" align="right" valign="bottom"><img src="'+path+'images/top.jpg"	width="385" height="60" border="0" alt=""></td></tr></table><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="7"><img src="'+path+'images/top-header-left.jpg" width="7" height="114" border="0" alt=""></td><td			style="background-image: url('+path+'images/top-header-repeat.jpg); background-repeat: repeat-x" height="114">		<table width="100%" cellpadding="0" cellspacing="0"><tr><td valign="middle" width="292"><img src="'+path+'images/logo.png" width="292" height="68" border="0" alt=""></td><td width="20px"></td><td valign="top">	<table width="100%" cellpadding="0" cellspacing="0"><tr><td height="85">&nbsp;</td></tr><tr><td valign="bottom">	<table width="100%" cellpadding="0" cellspacing="0"><tr><td style="padding-left: 5px" bgcolor="#1B449C" class="txtWhite"><a href="'+path+'index.html" class="txtWhite">Home</a></td><td width="5px">&nbsp;</td><td style="padding-left: 5px" bgcolor="#1B449C" class="txtWhite"><a href="'+path+'about-india.html" class="txtWhite">About India</a></td><td width="5px">&nbsp;</td><td style="padding-left: 5px" bgcolor="#1B449C" class="txtWhite">India News</td><td width="5px">&nbsp;</td><td style="padding-left: 5px" bgcolor="#1B449C" class="txtWhite"><a href="'+path+'cricket/index.html" class="txtWhite">Cricket</a></td><td>&nbsp;</td><td style="padding-left: 5px" bgcolor="#1B449C" class="txtWhite">Lifestyle</td><td width="5px">&nbsp;</td><td style="padding-left: 5px" bgcolor="#1B449C" class="txtWhite">Travel</td><td style="padding-left: 5px" width="5px">&nbsp;</td><td style="padding-left: 5px" bgcolor="#1B449C" class="txtWhite">Education</td><td>&nbsp;</td><td style="padding-left: 5px" bgcolor="#1B449C" class="txtWhite"><a href="'+path+'cricket/live-cricket-score.html" class="txtWhite">Live Cricket Score</a></td><td>&nbsp;</td></tr></table></td></tr></table></td></tr></table></td><td align="right" width="7"><img src="'+path+'images/top-header-rght.jpg" width="7" height="114" border="0" alt=""></td>	</tr></table>');
}

function footer(path)
{
	if(path==null) path="./";
	document.write('<table width="100%" cellpadding="0" cellspacing="0"><tr><td width="17" height="20"><img src="'+path+'images/bottom-curve.jpg" width="17" height="20" border="0" alt=""></td><td bgcolor="#FFFFFF">&nbsp;</td><td width="17" height="20"><img src="'+path+'images/bottom-curve-rght.jpg" width="17" height="20" border="0" alt=""></td></tr></table><table width="100%" cellpadding="0" cellspacing="0" bgcolor="#3C7095"><tr><td height="5"></td>	</tr><tr><td height="60" align="left" valign="top" style="padding-left: 10px" class="txtWhite10">&copy; 2009 All Rights Reserved</td><td height="60" align="right" valign="top" style="padding-right: 10px" class="txtWhite"><a href="'+path+'about-us/index.html" class="txtWhite">About Us</a> | <a href="'+path+'disclaimer/index.html" class="txtWhite">Disclaimer</a> | <a href="'+path+'feedback/index.html" class="txtWhite">Feedback</a> | <a href="'+path+'contact-us/index.html" class="txtWhite">Contact Us</a></td></tr></table>');
}