/* function getCurrentCustomerServiceHtml() { var html=''; html += '
'; //html += '进入旧版本'; if (currentCustomerService_isLogin&¤tCustomerService_CSUserItem) { html += '我的专属营养师:' + currentCustomerService_FrontName + ''; html += '电话:\"电话\"'; html += '\"Q营养师\"/'; html += '在线沟通'; } else { html += '安利营养师热线:'; html += '\"电话\"'; html += 'QQ咨询请点击:'; html += '\"综合营养师\"'; html += '综合'; html += '\"儿童营养师\"'; html += '儿童'; html += '\"女性营养师\"'; html += '女性'; html += '  |  '; html += '>>申请私人营养师'; } html += '
'; document.write(html); } */ //顶部用户状态 function getHeadUserStatusHtml() { var html = ''; var returnURL = document.URL; if (currentCustomerService_isLogin && currentCustomerService_CSUserItem) { html += '最专业的安利产品购物网站'; html += '您好,' + currentUserName + ''; html += '  注销'; html += '  查看购物车'; html += '  个人中心'; html += '  收藏本站'; html += '  设为首页   '; html += '营养电话咨询 
'; } else { html += '最专业的安利产品购物网站'; html += '注册会员'; html += '  会员登录'; html += '  查看购物车'; html += '  管理中心'; html += '  收藏本站'; html += '  设为首页   '; html += '营养电话咨询
'; } document.write(html); } //顶部用户状态 function getHeadUserStatusHtml_2() { var html = ""; var returnURL = document.URL; if (currentCustomerService_isLogin && currentCustomerService_CSUserItem) { html += '您好,' + currentUserName + ''; html += '  |'; html += '  注销'; html += '  |'; html += '  查看购物车'; html += '  |'; html += '  个人中心'; } else { html += '登录'; html += '  |'; html += '  注册'; } document.write(html); }; //左侧用户信息 function getCurrentUserInfoHtml() { var html = ''; var returnURL = document.URL; if (currentCustomerService_isLogin && currentCustomerService_CSUserItem) { html += '欢迎您:' + currentUserName + '
'; html += '[ 我的购物车 ]
'; html += '商品种数:' + currentShoppingCart_ProductCount + '  件数:' + currentShoppingCart_ProductItemCount + '
'; html += '总额:' + currentShoppingCart_ProductTotalMoney + '
'; html += '我的帐户'; html += '  订单查询'; html += '  注销'; } else { html+='欢迎您:您还没有登录
'; html += '[ 我的购物车 ]
'; html += '商品种数:' + currentShoppingCart_ProductCount + '  件数:' + currentShoppingCart_ProductItemCount + '
'; html += '总额:' + currentShoppingCart_ProductTotalMoney + '
'; html += '登录'; html += '  注册'; } document.write(html); } //顶部用户状态 function getQQHtml() { var html = ""; html +='
'; html +=''; html +='
'; html += 'QQ客服热线
'; document.write(html); }; var currentCustomerService_isLogin=false;var currentUserName='';var currentCustomerService_CSUserItem = false;var currentCustomerService_QQ ='';var currentCustomerService_FrontName ='';var currentShoppingCart_ProductCount=0;var currentShoppingCart_ProductItemCount=0;var currentShoppingCart_ProductTotalMoney='¥0.00';