function getsrhbox()
{
var srhboxstr='<table width="160" border="0" align="center" cellpadding="10" cellspacing="1" bgcolor="#c0ced5">'
               +'             <tr>'
               +'               <td bgcolor="#F5F5F5"><table width="100%" border="0" cellspacing="0" cellpadding="0">'
               +'                   <tr>'
               +'                     <td><strong class="txt_p">搜尋:</strong></td>'
               +'                     <td>&nbsp;</td>'
               +'                   </tr>'
               +'                   <tr>'
               +'                     <form action="http://search.gov.hk/search.html" method="get" target="_blank">'
               +'                       <td><input type="hidden" name="tpl_id" value="stdsearch" />'
               +'                           <input type="hidden" name="gp0" value="mardep_createhk_home" />'
               +'                           <input type="hidden" name="gp1" value="mardep_createhk_home" />'
               +'                           <input type="hidden" name="web" value="this" />'
               +'                           <input type="hidden" name="ui_lang" value="zh-cnhk" />'
               +'                           <input name="query" type="text" id="textfield" size="8" maxlength="20" />'
               +'                       </td>'
               +'                       <td><input type="image" onMouseOver="MM_swapImage(\'btn_enter\',\'\',\'images/btn_enter_on.gif\',1)" onMouseOut="MM_swapImgRestore()" src="images/btn_enter.gif" alt="確定" /></td>'
               +'                     </form>'
               +'                   </tr>'
               +'               </table></td>'
               +'            </tr>'
               +'           </table>';
			   		 
						  return srhboxstr;
}
document.write(getsrhbox());
