self.name="LandingPage";$(document).ready (function(){TestLIKEAvailability();InitializeModule();EnableTimeOut();InitializeNotificationArea($('.notification'));InitializeExpandableContainers();$('#newsExpandableArea .red-expander').click(function f(){if(!$('#newsExpandableArea .scroll-pane').hasClass('jspScrollable')){$('#newsExpandableArea .scroll-pane').jScrollPane({showArrows:false,verticalGutter:0});}});$('#promotionsExpandableArea .red-expander').click(function f(){if(!$('#promotionsExpandableArea .scroll-pane').hasClass('jspScrollable')){$('#promotionsExpandableArea .scroll-pane').each(function f(){$(this).jScrollPane({showArrows:false,verticalGutter:0,horizontalGutter:0});});}});var selectedNavItem=0;if($('#navigationIndex').val()!=undefined){selectedNavItem=$('.vitrine-navigation-container a[navigationIndex="'+$('#navigationIndex').val()+'"]');} $('.vitrine-navigation-container div.selected').removeClass('selected');$(selectedNavItem).removeClass('nav-item').addClass('selected-nav-item');});function UpdateShoppingCartSummary(){if($('div.personalizedAreaNotifications').length>0){orderBeingClosed=true $.ajax({type:"Post",url:_UpdateShoppingCartSummary,success:function(data){orderBeingClosed=false;if($('div#shopping-cart-summary').length>0) $('div#shopping-cart-summary').remove();$('div.personalizedAreaNotifications').append(data) InitializeExpandableContainers('#shopping-cart-summary');$('.shopping-store').each(function foo(){$(this).click(function f(){ShowClientDialog("Unbound",$(this).find('input.shipToId').val(),$(this).find('input.privateLabelCode').val());});});return false;}});}} function UpdateDraftOrderNotification(){if($('div.personalizedAreaNotifications').length>0){$.ajax({type:"Post",url:_UpdateDraftOrderNotificationArea,success:function(data){if($('div.draftOrdersNotification').length>0) $('div.draftOrdersNotification').remove();$('div.personalizedAreaNotifications').prepend(data) return false;}});}}