
function goo() {
	if (document.search.q.value == "")  {
		alert("Enter the text you want to search");
		document.search.q.focus();
		return;
	} else if (document.search.sitesearch[0].checked) {
		document.search.submit();
	} else if (document.search.sitesearch[1].checked) {
		y=document.search.q.value;
		x="http://www.google.com/custom?q="+y+"&cof=GIMP%3A%23660000%3BT%3A%23000000%3BLW%3A450%3BBIMG%3Ahttp%3A%2F%2Fwww.seasonsindia.com%3BALC%3A%23F6DC00%3BL%3Ahttp%3A%2F%2Fwww.seasonsindia.com%2Fimages%2Fbanner.gif%3BGFNT%3A%23E6E6E6%3BLC%3A%23FFCC00%3BLH%3A70%3BBGC%3A%23B16200%3BAH%3Acenter%3BVLC%3A%233366CC%3BGL%3A1%3BGALT%3A%23FFFFCC%3BAWFID%3A21b958a4ded1438a%3B&domains=seasonsindia.com&sitesearch=";
		window.open(x,'','width=550,height=400,resizable=yes,scrollbars=yes');
		return;
	}
}
			
// ------------------------ Here Starts Google Search --------------------------------------------------------------------- -->
document.write(''+
'	<br>'+
'	<center>'+
'		<form name=search method=get action="http://www.google.com/custom">'+
'			<table cellspacing=0 border=0>'+
'				<tr><td colspan=2><font color="#FFFFFF" face="verdana, arial" size=1>&nbsp;&nbsp;SEARCH</font></td></tr>'+
'				<tr>'+
'					<td>	<input type=text name=q size=12 maxlength=255 value=""></td>'+
'					<td><a href="javascript:goo()"><img src="images/go.gif" border="0"></a></td> '+
'					<input type=hidden name=cof value="GIMP:#660000;T:#000000;LW:450;BIMG:http://www.seasonsindia.com;ALC:#F6DC00;L:http://www.seasonsindia.com/images/banner.gif;GFNT:#E6E6E6;LC:#FFCC00;LH:70;BGC:#B16200;AH:center;VLC:#3366CC;GL:1;GALT:#FFFFCC;AWFID:21b958a4ded1438a;">'+
'					<input type=hidden name=domains value="seasonsindia.com">'+
'				</tr>'+
'					<tr><td colspan=2 align="center">'+
'						<font color="#FFFFFF" face=arial size=1>'+
'							<input type=radio name=sitesearch value="seasonsindia.com" checked>seasonsindia<br>'+
'							<input type=radio name=sitesearch value="">google web'+
'						</font>'+
'					</td></tr>'+
'			</table>'+
'		</form>'+
'');
// ------------------------ Here Ends Google Search --------------------------------------------------------------------- -->
// ------------------------ Here Strats News Letter ---------------------------------------------------------------------- -->
document.write(''+
'	<table border="0" cellspacing=0 cellpadding=0>'+
'		<tr><td>'+
'			<table border=0>'+
'				<tr align=center><td colspan=2><font face="Verdana" size=2 color="#FFFF00"><b>NEWS LETTER</b></font></td></tr>'+
'				<tr align=center><td colspan=2><font face="Verdana" size=1 color="#FFFF00">Stay Updated</font></td></tr>'+
'				<tr align=center><td colspan=2><a href="/subscription/subscription_sea.jsp"><img src="images/signup1.gif" alt="Signup" border="0"></a></td></tr>'+
'				</table>'+
'		</td></tr>'+
'	</table>'+
'	</center>'+
'');
// ------------------------ Here Ends News Letter ---------------------------------------------------------------------- -->
