
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>'+
'<table align="center">'+
'	<form name=search method=get action="http://www.google.com/custom">'+
'		<tr><td>'+
'			<table align=center cellspacing=0 border=0 cellpadding=2>'+
'				<tr><td colspan=2><font color="#FFFFFF" face="verdana, arial" size=1><b>&nbsp;&nbsp;SEARCH</b></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> '+
'				</tr>'+
'			</table>'+
'		</td></tr>'+
''+
'		<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><td>'+
'			<table align=center border=0>'+
'				<tr><td><input type=radio name=sitesearch value="seasonsindia.com" checked></td><td><font color="#FFFFFF" face=arial size=1>seasonsindia</font></td></tr>'+
'				<tr><td><input type=radio name=sitesearch value=""></td><td><font color="#FFFFFF" face=arial size=1>google web</font></td></tr>'+
'			</table>'+
'		</td></tr>'+
'	</form>'+
'</table>'+
'');
// ------------------------ Here Ends Google Search --------------------------------------------------------------------- -->
