document.write("<script language='javascript'>function valideInput(){    var searchTerm=document.getElementById('txtTerm');	var games=document.getElementById('ddlGames');    if (searchTerm.value=='')    {        alert('请搜索要搜索商品的名称');        return false;    }  window.location.href='http://shop.moliyo.com/SearchResult.aspx?searchterm='+searchTerm.value+'&gameid='+games.options[games.selectedIndex].value;} </script><table width='100%' height='30'  border='0' cellpadding='0' cellspacing='0'><tr><td width='16'>&nbsp;</td><td width='380' class='S_12_black'>热门搜索：<a href='/SearchResult.aspx?searchterm=SP神仙水&gameid=1'>SP神仙水（20个）</a>&nbsp; <a href='/SearchResult.aspx?searchterm=圣雪山龙果&gameid=1'>圣雪山龙果（10个）</a>&nbsp;</td><td width='25'><img src='http://shop.moliyo.com/Themes/default/images/seach_icon.gif' width='21' height='21'></td><td width='30'><select name='ddlGames' id='ddlGames' class='S_12_black'><option value='1'>海盗王</option><option value='5'>惊天动地</option><option value='6'>天上人间</option></select></td><td width='140' align='center'><input name='txtTerm' type='text' size='19' maxlength='20'></td><td width='75' align='center'><img src='http://shop.moliyo.com/Themes/default/images/seach_button.gif' onClick='valideInput();' style='cursor:pointer' width='69' height='21'></td>    <td width='10'>&nbsp;</td>  </tr></table>")