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); } var currentCustomerService_isLogin=false;var currentCustomerService_CSUserItem = false;var currentCustomerService_QQ ='';var currentCustomerService_FrontName ='';