/*client specific script*/ /*client specific script*/ $(function () { document.title = 'Healthy Trim'; $('#favicon').remove(); $('').appendTo('head'); $('.topmenu #ctl00_topmenu1_TimerTN').replaceWith('');//do not update notifications $('.home_sub_nav ul').append('
  • My trim Plan
  • '); $('.home_sub_nav ul').append('
  • Order My Supplements
  • '); $('.home_sub_nav ul').append('
  • Learn More
  • '); // $('.footer .footeractions ul').prepend('
  • Resources
  • '); $('.invitefriends').hide(); var tour = { id: "Healthy Trim tour", steps: [ { title: "my community", content: "The 'my community' assists you with your communication with other members on the site. You can share stories, articles, posts and offer helpful advice.", target: document.querySelector(".navigation .healthpad"), placement: "left" }, { title: "my activities", content: "From the 'my activities' you will complete various assessments, find helpful educational content and activities to perform. All of these are represented with graphical cards in your deck, following on with the 'playing card' theme.", target: document.querySelector(".navigation .healthdeck"), placement: "left" }, { title: "my health", content: "'My health' is your personal health record storage space on the site, organizing pertinent information in one place. You can upload personal medical information such as your BMI, blood pressure, cholesterol, and other information such as physical dimensions and weight.", target: document.querySelector(".navigation .myhealth"), placement: "left" } , { title: "my score", content: "Every time you make accomplishments with your Healthy Trim Demo activities, you add to your participation score. This is displayed as your accumulated total from the time you joined the site.", target: document.querySelector(".healthreport_box_hdr"), placement: "right" } , { title: "today's cards", content: "Your journey for achieving great health requires starting and continuing simple easy-to-do actions every day. In this section you'll find various cards that need input from you on a regular or daily basis.

    Just keep 'playing the cards' which builds up your health score. Over time, you'll start to unveil a newer and healthier you, while getting rewarded along the way.", target: document.querySelector(".myreport_box_hdr"), placement: "left" }, { title: "company statistics", content: "Displays the aggregated companywide statistics once available, such as total hours for activities, total distance, number of cards played, and so on.", target: document.querySelector(".companystatbox_hdr"), placement: "left" }, { title: "apps & devices", content: "You may elect to connect an available device or application. For example, when you connect with Fitbit, we will get stored device data for weight, duration, distance or steps and use them in applicable cards. The connecting process may vary by device and will usually take you to an external website of the device or application for authorization.", target: document.querySelector(".deviceinfoconnect_box_hdr"), placement: "left" }, { title: "footer", content: "Be sure to read the 'Frequently Asked Questions' and 'How It Works' guide for further information about the site! Also, to restart the tour at any time, click on 'home' to make the Tour tab appear (lower left).", target: document.querySelector(".clientfooter"), placement: "top" } ] }; if ($('.initialtour span').text() != '') { if ($('.initialtour span').text() == 'tour' || $('.initialtour span').text() == 'tour.en') { hopscotch.startTour(tour); } } });