(function(b){function c(a,c,e,d){this.id=a;this.data=c;this.config=e;this.imageURL=d.replace("cpo.jpg","");this.slides=[];this.tmpl=b("#"+this.id+"_tmpl").template();this.currentItem=0;this.loaded=!1}c.prototype.addPixelTagToURL=function(a,b){return-1<a.indexOf("cs:a:i=")?a:a+(a.split("?")[1]?"&":"?")+"cs:a:i="+b};c.prototype.init=function(){var a=this;if(!a.loaded){a.loaded=!0;var c=a.context=b("#"+a.id),e=a.gallery=b(".widget-promo",a.context),d=a.config.split(",");for(s in d)if(d.hasOwnProperty(s)){var f= d[s];a.data[f].name=f;a.slides.push(a.data[f])}for(s in a.slides)if(a.slides.hasOwnProperty(s))d=a.slides[s],d.link=this.addPixelTagToURL(d.link,"cs:a:i=promowidget_learnmore"),a.gallery.append(b.tmpl(a.tmpl,d,{imageURL:a.imageURL}));a.showItem(0);if(1<a.slides.length){this.btnNext=b("<div class='btn-next'>&#x25BA;</div>").bind("click",function(){a.showItemNext()}).insertAfter(e);this.btnPrev=b("<div class='btn-prev'>&#x25C4;</div>").bind("click",function(){a.showItemPrev()}).insertAfter(e);var g= this.btnNext.add(this.btnPrev).hide();c.hover(function(){g.stop().fadeTo("fast",1)},function(){g.stop().fadeTo("slow",0)})}}};c.prototype.showItem=function(a){this.currentItem=a;this.gallery.find(".current").fadeOut();this.gallery.children().eq(this.currentItem).fadeIn().addClass("current")};c.prototype.showItemNext=function(){this.currentItem++;if(this.currentItem==this.slides.length)this.currentItem=0;this.showItem(this.currentItem)};c.prototype.showItemPrev=function(){if(0==this.currentItem)this.currentItem= this.slides.length;this.currentItem--;this.showItem(this.currentItem)};window.PromoTileWidget=c;b(function(){b(window).trigger("PromoTileWidget.loaded")})})(jQuery);

