function calltel(thewid,hotelid){
    //var theurl="http://manage.adcall.com.cn/WebCall/WebCall.jsp?wid="+thewid+"&surl=http://www.zhud.com";
    var theurl="call.asp?wid="+thewid+"&hotelid="+hotelid+"&surl=http://www.zhud.com";
    window.open(theurl ,'','width=400,height=330');
}