var app=app||{};app.promotions=function(){function i(){u();$(".brand-promotion-listing").pcStickySectionHeader({width:"700px"});window.location.hash&&r()}function r(){window.location.hash.split(",").filter(function(n){$("#unselected li[data-category="+n.replace("#","")+"]").click()})}function u(){$("#selected").on("click","li",function(){e($(this).data("category"),$(this));t()});$("#unselected").on("click","li",function(){f($(this).data("category"),$(this));t()})}function f(t,i){n.push(t);$("#selected ul").append(i);$("#selected").show();window.location.hash=n.join(",");o()}function e(i,r){n.splice(n.indexOf(i),1);$("#unselected ul").append(r);$("section #"+i).hide();$("#selected ul li").get(0)?window.location.hash=n.join(","):($("#selected").hide(),$("section.category").show(),window.location.hash="");t()}function o(){$("section.category").filter(function(){n.indexOf($(this).attr("id"))<0?$(this).hide():$(this).show()})}function t(){$(".brand-promotion-listing").each(function(){$(this).find("section:visible").length>0?$(this).find(".brand").show():$(this).find(".brand").hide()})}var n=[];return{init:i}}();$(document).ready(app.promotions.init)