function startTour(){tour.restart()}(function(n){"use strict";window.AnalyticsController={AddToCartEvent:"Put in basket",LogoutEvent:"Logout",SearchEvent:"Search",TweetGoal:"Tweet",FacebookShareGoal:"Facebook Share",GooglePlusGoal:"Google +1",LinkedInShareGoal:"LinkedIn Share",PinnedGoal:"Pinned",GMailedGoal:"GMailed",EmailedGoal:"Emailed",initialize:function(){AnalyticsController.identifyVisitor()},registerEvent:function(n){var t={eventName:n.name,eventId:n.id};AjaxController.post("/AornAnalytics/RegisterGenericEvent",t)},registerEventAndRedirect:function(n,t,i){var r={eventName:n,eventId:t};AjaxController.post("/AornAnalytics/RegisterGenericEvent",r);i!=null&&i!=""&&(window.location.href=i)},registerCustomEvent:function(n,t){var i={eventName:n,data:t};AjaxController.post("/AornAnalytics/RegisterCustomEvent",i)},identifyVisitor:function(){n.ajax({cache:!1,url:"/Membership/IdentifyVisitor",type:"GET",data:{},dataType:"json",success:function(){},error:function(){}})}};n(function(){AnalyticsController.initialize()})})(jQuery),function(n){"use strict";window.AjaxController={initialize:function(){},post:function(t,i,r,u){n.ajax({url:t,type:"POST",data:i,datatype:"json",success:function(n){r!=null&&r(n)},error:function(){u!=null&&u()}})},get:function(t,i,r,u){n.ajax({url:t,type:"GET",data:i,datatype:"json",success:function(n){r!=null&&r(n)},error:function(){u!=null&&u()}})}};n(function(){AjaxController.initialize()})}(jQuery);var tour=new Tour({template:"<div class='popover tour'><div class='arrow'><\/div><h3 class='popover-title'><\/h3><div class='popover-content'><\/div><div class='popover-navigation'><button class='btn btn-default btn-xs' data-role='prev'>« Prev<\/button><span data-role='separator'>&nbsp;&nbsp;<\/span><button class='btn btn-default btn-xs' data-role='next'>Next »<\/button><\/div><button class='btn btn-default btn-xs' data-role='end'>End tour<\/button><\/div>",steps:[{element:"header ul.nav-list.utility-nav li:last-child",title:"Login",content:"Click this link to login.  Logged-in members have access to many great features that those poor schlub non-members don't get!"},{element:"header ul.nav-list.utility-nav li:first-child",title:"My AORN",content:"Here is a hardly legible list of things you can do as a member!  You must login to access this page. Wow, TEXT!!!"},{element:"#main-nav ul.nav.navbar-nav li a[title='Shop']",title:"Shop",content:"Click here to visit our online store to purchase access to online learning, events, journal articles, and other career-advancing items.  Most items have a members-only price which is reduced or even free!"},{path:"/Member_apps/MyAorn?tour=Y",element:"fieldset.myaorn-links:first-child + fieldset.myaorn-links",title:"My Education",content:"Find access to the CEs you have purchased here."},{element:"fieldset.myaorn-links > ul li a[href*='/People/CeLookup']",title:"CE History",content:"Click here to view all the CEs you have completed through AORN."},{element:"fieldset.myaorn-links > ul li a[href*='/Member_Apps/Learning']",title:"Online Education",content:"Click here to enter our Online Education Center.  You will see a list of all your outstanding oducation modules you have purchased."},{element:"#mngEd",title:"Manage Your Education",content:"Click here to earn CEs by completing exams or evaluations for the online learning and journal articles you have purchased."},{element:"footer ul.utility-nav.nav-list li a[href*='/about-aorn/contact']",title:"Contact Us",content:"If you have any other questions, feel free to contact us.  This link is at the bottom of every page."},{path:"/about-aorn/contact",orphan:!0,title:"Thank You",content:"Thanks for your time.  Enjoy being an AORN member!"}]});tour.init()