// JavaScript Document document.writeln("
"); document.writeln("
"); document.writeln("
Recommended Tours"); document.writeln(" "); document.writeln("
"); document.writeln("
Special Interest"); document.writeln("
"); document.writeln(" "); document.writeln("
"); document.writeln("
China Tour Deals"); document.writeln(" "); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
We Promise:"); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
Recommended Single City Tours"); document.writeln(" "); document.writeln("
"); document.writeln("
Beijing Tours Popular"); document.writeln("
"); document.writeln("
"); document.writeln("
Xi\'an Tours"); document.writeln("
"); document.writeln("
"); document.writeln("
Shanghai Tours"); document.writeln("
"); document.writeln("
"); document.writeln("
Guilin Tours"); document.writeln("
"); document.writeln("
"); document.writeln("
Hong Kong Tours"); document.writeln("
"); document.writeln("
"); document.writeln("
Chengdu Tours Panda Tour"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
China’s Most-Visited Cities"); document.writeln("
Beijing
"); document.writeln(" 1163 Hotels
"); document.writeln("
Shanghai
"); document.writeln(" 1042 Hotels
"); document.writeln("
Guangzhou
"); document.writeln(" 448 Hotels Canton Fair
"); document.writeln("
Shenzhen
"); document.writeln(" 363 Hotels
"); document.writeln("
Xi\'an
"); document.writeln(" 239 Hotels
"); document.writeln("
Guilin
"); document.writeln(" 84 Hotels
"); document.writeln("
"); document.writeln("
The Best Hotels in China"); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
Deluxe Cruise Deals"); document.writeln("
President Prime
"); document.writeln("
From: $409
"); document.writeln("
Victoria Selina
"); document.writeln("
From: $419
"); document.writeln("
Century Diamond
"); document.writeln("
From: $379
"); document.writeln(" View all Yangtze Cruise Ships"); document.writeln("
"); document.writeln("
Yangtze Cruise Companies"); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(""); document.writeln("Important Info Before Cruise"); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln(" Top Tourist Destinations"); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln(" Recommended Topics on Chinese Culture "); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln(" The Most Popular Articels on China"); document.writeln(" "); document.writeln("

"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln(" Mid-Autumn Festival Cards"); document.writeln("
"); document.writeln("
Chinese New Year Cards"); document.writeln("
"); document.writeln(" more Free Greeting Cards"); document.writeln("
"); document.writeln("
"); document.writeln(" Other Items You May Like"); document.writeln("
"); document.writeln(" Ask a Question"); document.writeln("
"); document.writeln("
Travel Story"); document.writeln(" 325 Stories"); document.writeln("
"); document.writeln("
Travel Reviews"); document.writeln(" 2000+ Reviews"); document.writeln("
"); document.writeln("
Customer Feedback"); document.writeln(" 3140 Feedbacks"); document.writeln("
"); document.writeln("
Travel Brochures"); document.writeln(" 50+ Brochures"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); /**** login *****/ function loginData(){ this.URL = "//www.chinahighlights.com/uc-client/client.asp"; this.login = function(data){ var li = $("#headerLink .headerLinkLeft li"); if ( data.Statu =="0" ){ li.eq(0).html('Welcome! '+data.NickName+''); li.eq(1).html('Log out'); } } this.logout = function(data){ var li = $("#headerLink .headerLinkLeft li"); if ( data.Statu =="1" ){ li.eq(0).html('Welcome!Login'); li.eq(1).html('Sign Up'); } } } function Check_Login(){ var config = new loginData(); $.getJSON(config.URL + "?J=login&round=" + Math.floor( Math.random() * 1001)+"&jsoncallback=?",config.login); } function MSingOut(){ var config = new loginData(); $.getJSON(config.URL + "?J=signout&round=" + Math.floor( Math.random() * 1001)+"&jsoncallback=?",config.logout); } $(function(){ Check_Login(); }); /**** login end *****/