function checkSearchAspForm(obj)
{
	if(obj.q.value == ""){
		alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä.");
		return false;
	}else{
		return true;
	}
}


document.writeln('<table width="100%" cellspacing=0 cellpadding=0 border=0 >');
document.writeln('<form name="dreamsa" method="get" action="http://searchwiz.dreamwiz.com/search_asp/search.asp" onSubmit="return checkSearchAspForm( this );">');
document.writeln('<input type="hidden" name="site_id" value="3" >');
document.writeln('<tr>');
document.writeln('	<td width="10%">');
document.writeln('<!--»ùÇÃÀÔ´Ï´Ù.');
document.writeln('<select name=section style=font-size:9pt;>');
document.writeln('	<option value="0">ÀüÃ¼</option>');
document.writeln('	<option value="4">À©ÅÍ½ÃÆ¼ »ç¶û¹æ </option>');
document.writeln('	<option value="3">½ºÅ° QNA</option>');
document.writeln('	<option value="31">MTB Info</option>');
document.writeln('	<option value="32">MTB Q&A</option>');
document.writeln('	<option value="45">Inline City »ç¶û¹æ</option>');
document.writeln('	<option value="44">Inline City Q&A</option>');
document.writeln('</select>');
document.writeln('-->');
document.writeln('</td>');
document.writeln('');
document.writeln('	<td width="3" nowrap></td>');
document.writeln('	<td align="left"><input name="q" value="" maxlength="1024" style="width:100%" ></td>');
document.writeln('	<td width="3" nowrap></td>');
document.writeln('	<td width="10%" ><input type="image" src="http://i.dreamwiz.com/img/se/img_2004/btn_se.gif"  border=0></td>');
document.writeln('</tr>');
document.writeln('</form>');
document.writeln('</table>');