$(function(){setshowSightDown();closeSightDown();setLoginWight();setSearchSubmit();setSearchkeyFoucs();show_Search_Div_By_Type()});function show_Search_Div_By_Type(){$("#diysearch ul li").each(function(){this.onclick=function(){var a=$(this).attr("id");a=a.substring(a.lastIndexOf("_")+1);$("#diysearch div[id^=div_]").each(function(){$(this).hide()});$("#diysearch ul li").find("a").each(function(){$(this).attr("class","")});$("#div_"+a+"_form").show();$("#li_"+a).find("a").attr("class","hover")}})}function setshowSightDown(){$("#a_showSightDown").bind("click",function(){if($("#sightdown").css("display")=="none"){$("#sightdown").slideDown("slow");$("#img_showSightDown").attr("src","http://resource.uzai.com/1/images/rush_through_btn.gif")}else{$("#sightdown").slideUp("slow");$("#img_showSightDown").attr("src","http://resource.uzai.com/1/images/rush_through_btn_1.gif")}})}function setLoginWight(){$("#a_login").bind("click",function(){editWidget('http://www.uzai.com/slogin.aspx')});$("#aa_login").bind("click",function(){editWidget('http://www.uzai.com/slogin.aspx')})}function closeSightDown(){$("#close_SightDown").bind("click",function(){$("#sightdown").slideUp("slow");$("#img_showSightDown").attr("src","http://resource.uzai.com/1/images/rush_through_btn_1.gif")})}function setSearchSubmit(){$("#btn_search").bind("click",function(){var a=$("#searchkey").val();if(a!=""&&a!="线路编号/目的地/其它"){$("#index_searchForm").submit()}else{return false}})}function setSearchkeyFoucs(){$("#searchkey").bind("focus",function(){$("#searchkey").val("")})}
function change_city(city) {
 var lo = window.location.href;
 para=lo.substring(lo.indexOf('http://'), lo.indexOf('.uzai') - lo.indexOf('http://'));
 lo = lo.replace(para, 'http://' + city);
 window.location = lo;
 }
