﻿document.write ('<div class="searchmainr" style="float:left; width:350px;text-align:center;">');
document.write ('      <form name="searchform\" action="/plus/search/" method="get">');
document.write ('	<div>');
document.write ('	<input name="key" id="key" size="18" class="i" value="" maxlength="100" onfocus=\"this.select();\"> ');
document.write ('	&nbsp;&nbsp;<select name="stype" id="stype"> ');
document.write ('	  <option value="1">标题</option>');
document.write ('	  <option value="2">内容</option>');
document.write ('	  <option value="3">录入</option>');
document.write ('	</select>');
document.write ('   <input type=hidden name="m" id="m" value="1">&nbsp;&nbsp;<input type="submit" value="搜索">');
document.write ('	</div>');
document.write ('	');
document.write ('	</form>');
document.write ('   </div>');
