function searchValidate(){
	if (search.keyword.value.length == 0){
		alert("Please enter Keyword.");
		search.keyword.focus();
		return false;
	}
}

document.write("<table border='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='244' id='AutoNumber6' cellpadding='0'><tr><td width='100%' align='center' valign='top' height='122' bgcolor='#E7E7E3'><table border='0' cellspacing='0' style='border-collapse: collapse' bordercolor='#111111' width='191' id='AutoNumber12' cellpadding='0'><form name='search' action='searchResult.asp' method='get' onsubmit='return searchValidate();'><tr><td width='100%' colspan='2'><p style='margin-top: 20; margin-bottom: 10'><img border='0' src='images/hometitle_search.gif' width='120' height='13'></td></tr><tr><td width='100%' bgcolor='#C7C7C7' colspan='2'><img border='0' src='images/dot.gif' width='1' height='1'></td></tr><tr><td width='100%' colspan='2'><p style='margin-top: 14; margin-bottom: 4'>Enter Keyword here:</td></tr><tr><td><input type='text' name='keyword' style='width: 152; height: 21' size='20'></td><td><input type='image' class='submit' border='0' src='images/button_go.gif' width='33' height='21'></td></tr></form></table></td></tr><tr><td width='100%'><img border='0' src='images/stripe.gif' width='1' height='15'></td></tr></table>");
