
function validate() {
	var a = document.frm.select2.options[document.frm.select2.selectedIndex].value;

	if(a == "selectme") alert("Please select one option");
	else if(a == "affairs") 
		window.open('/mindQuips_sea.jsp?sec=affairs&no=1','fortune','resizable=yes,width=355,height=340');
	else if(a=="http://seasonsindia.community.everyone.net")
		window.open('http://seasonsindia.community.everyone.net','fortune','scrollbars=yes,width=770,height=440');
	else if(a=="affairs")
		window.open('/mindQuips_sea.jsp?sec=affairs&no=1','fortune','scrollbars=yes,width=355,height=340');
	else if(a=="http://seasons.subportal.com/jokes/")
		window.open('http://seasons.subportal.com/jokes/','fortune','scrollbars=yes,width=770,height=440');
	else if(a=="http://pub49.bravenet.com/cartoon/show.asp?usernum=4200113922&cpv=1")
		window.open('http://pub49.bravenet.com/cartoon/show.asp?usernum=4200113922&cpv=1','fortune','scrollbars=yes,width=770,height=440');
	else if(a=="http://seasons.subportal.com/olgames/")
		window.open('http://seasons.subportal.com/olgames/','fortune','scrollbars=yes,width=770,height=440');
	else if(a=="http://seasons.subportal.com/sn/")
		window.open('http://seasons.subportal.com/sn/','fortune','scrollbars=yes,width=770,height=440');
	else if(a=="http://seasons.subportal.com/pcenhance/list.html")
		window.open('http://seasons.subportal.com/pcenhance/list.html','fortune','scrollbars=yes,width=770,height=440');
	else 
		location.href = a;
}


document.write(''+
'<br>'+
'<table width="150" border="0" cellspacing="0" cellpadding="0">'+
'	<form method="post" name="frm" action="">'+
'		<tr><td>'+
'			<table width="34%" border="0" cellspacing="1" cellpadding="2">'+
'				<tr> '+
'					<td width="84%"> '+
'						<select name="select2">'+
'							<option value="selectme" selected>Select</option>'+
'							<option value="jokes_sea.jsp">Jokes</option>'+
'							<option value="frauds_sea.jsp">Hoaxes & Frauds</option>'+
'							<option value="tongtwist_sea.htm">Tongue Twisters</option>'+
'							<option value="jokesQuiz_sea.jsp">Head Bogglers(Fun Quiz)</option>'+
'							<option value="http://seasonsindia.community.everyone.net">Crazy Debates</option>'+
'							<option value="http://seasons.subportal.com/jokes/">MoreJokes</option>'+
'							<option value="http://pub49.bravenet.com/cartoon/show.asp?usernum=4200113922&cpv=1">Cartoons </option>'+
'							<option value="subportalCartoon_sea.htm">Cartoon Portal </option>'+
'							<option value="http://seasons.subportal.com/olgames/">Games</option>'+
'							<option value="http://seasons.subportal.com/sn/">Download Softwares</option>'+
'							<option value="http://seasons.subportal.com/pcenhance/list.html">ScreenSavers</option>'+
'							<option value="affairs">Mind Quips-affairs</option>'+
'						</select>'+
'					</td>'+
'					<td width="16%" align="left" valign="justify"><a href="javascript:validate();"><img src="images/go.gif" border="0" alt="Go"></a></td>'+
'				</tr>'+
'			</table>'+
'		</td></tr>'+
'	</form>'+
'</table>'+
'');

