$(document).ready(function(){$(".active .see-more").hide();$(".member").click(function(){$(".see-more").removeClass("see-more-left");$(".see-more").show();$(".member").removeClass("active");$(".member-info").removeClass("show-hide");$(this).addClass("active");$(this).find(".member-info").addClass("show-hide");$(this).find(".see-more").hide();if($(this).hasClass("member2")==true){$(".member1").find(".see-more").addClass("see-more-left")}else{if($(this).hasClass("member3")==true){$(".member1").find(".see-more").addClass("see-more-left");$(".member2").find(".see-more").addClass("see-more-left")}else{if($(this).hasClass("member4")==true){$(".member1").find(".see-more").addClass("see-more-left");$(".member2").find(".see-more").addClass("see-more-left");$(".member3").find(".see-more").addClass("see-more-left")}}}});var C=["/jsps_hmr/inc/tools-community/community/chatter-day/day-1.jsp","/jsps_hmr/inc/tools-community/community/chatter-day/day-2.jsp","/jsps_hmr/inc/tools-community/community/chatter-day/day-3.jsp","/jsps_hmr/inc/tools-community/community/chatter-day/day-4.jsp","/jsps_hmr/inc/tools-community/community/chatter-day/day-5.jsp","/jsps_hmr/inc/tools-community/community/chatter-day/day-6.jsp","/jsps_hmr/inc/tools-community/community/chatter-day/day-7.jsp"];var B=0;function D(G){var H=$("#nutrisystem-day");H.html("<p>Loading...</p>");$.get(G,function(I){H.html(I)})}$("#day-prev").click(function(){B--;if(B<0){B=C.length+B}D(C[B]);return false});$("#day-next").click(function(){B++;B=B%C.length;D(C[B]);return false});var E=["/jsps_hmr/inc/tools-community/community/experiences/experience-1.jsp","/jsps_hmr/inc/tools-community/community/experiences/experience-2.jsp","/jsps_hmr/inc/tools-community/community/experiences/experience-3.jsp","/jsps_hmr/inc/tools-community/community/experiences/experience-4.jsp","/jsps_hmr/inc/tools-community/community/experiences/experience-5.jsp","/jsps_hmr/inc/tools-community/community/experiences/experience-6.jsp","/jsps_hmr/inc/tools-community/community/experiences/experience-1.jsp"];var A=0;function F(G){var H=$("#nutrisystem-experience");H.html("<p>Loading...</p>");$.get(G,function(I){H.html(I)})}$("#experience-prev").click(function(){A--;if(A<0){A=E.length+A}F(E[A]);return false});$("#experience-next").click(function(){A++;A=A%E.length;F(E[A]);return false})});