
function validate() {
	var sel=document.lifestyle1.select.options[document.lifestyle1.select.selectedIndex].value;
	if(sel=="selectme") {
		alert("Please select one option under this category");
	} else if(sel=="men") window.open('/mindQuips_sea.jsp?sec=men&no=1','fortune','scrollbars=yes');
	else location.href=sel;
}

document.write(''+
'<table width="191" border="0" cellspacing="0" cellpadding="0" height="26">'+
'	<form method="post" action="" name="lifestyle1">'+
'		<tr><td> '+
'			<table width="34%" border="0" cellspacing="1" cellpadding="2">'+
'				<tr> '+
'					<td width="36%"> '+
'						<select name="select">'+
'							<option value="selectme" selected>Select</option>'+
'							<option value="homesweet_sea.htm">Home sweet home</option>'+
'							<option value="vastushastra_sea.htm">Vaastushastra</option>'+
'							<option value="housekeeping_sea.htm">Housekeeping</option>'+
'							<option value="gardening_sea.htm">Gardening</option>'+
'							<option value="pets_sea.htm">Pets</option>'+
'							<option value="tips_sea.htm">Tips &amp; remedies</option>'+
'							<option value ="http://seasoncook.subportal.com/recipes/">World Cuisine</option>'+
'							<option value="men">Mind Quips-Mens</option>'+
'						</select>'+
'					</td>'+
'					<td width="86%"><a href="JavaScript:validate()"><img src="images/go.gif" width="25" height="24" alt="Go" border="0"></a></td>'+
'				</tr>'+
'			</table>'+
'		</td></tr>'+
'	</form>'+
'</table>'+
'');