<!--
function HotelSearch(){

    if (jtrim(document.so.keyword.value)=="")
    {    
        alert ("请输入酒店名称或地址关键字进行搜索。");
        document.so.keyword.focus();
        return false;
    }

      return  true;  
}
-->