function DefaultModel(){function u(){return setInterval(function(){n.currentOrganizationPage((n.currentOrganizationPage()+1)%n.organizationImages.length)},15e3)}var n=this,r,t,i;n.showIntercom=function(){$crisp.push(["do","chat:open"])};n.organizationImages=[["https://cache.kreezee.com/home/logos/clients/boston_jr_bruins_bw.png","https://cache.kreezee.com/home/logos/clients/flyers_logo_bw.png","https://cache.kreezee.com/home/logos/clients/ice_hockey_tourny_logo_bw.png","https://cache.kreezee.com/home/logos/clients/ihshl-logo_bw.png","https://cache.kreezee.com/home/logos/clients/nations_cup_logo-04-vierumjaki_bw.png","https://cache.kreezee.com/home/logos/clients/nhl_youth_cup_logo_bw.png"],["https://cache.kreezee.com/home/logos/clients/north_star_bw.png","https://cache.kreezee.com/home/logos/clients/sfhl_logo_bw.png","https://cache.kreezee.com/home/logos/clients/skate_zone_logo_bw.png","https://cache.kreezee.com/home/logos/clients/super_series_logo_bw.png","https://cache.kreezee.com/home/logos/clients/sweden_hockey_trophy_logo_bw.png",]];n.currentOrganizationPage=ko.observable(0);r=u();n.onOrganizationPageChange=function(t){n.currentOrganizationPage(t);clearInterval(r);r=u()};t=language.default.testimonies.testimonies;i=language.default.testimonies.testimonies.slice();n.testimony1=ko.observable(t.shift());n.testimony2=ko.observable(t.shift());n.nextTestimonyPage=function(){t.push(n.testimony1());t.push(n.testimony2());n.testimony1(t.shift());n.testimony2(t.shift())};n.prevTestimonyPage=function(){t.unshift(n.testimony2());t.unshift(n.testimony1());n.testimony2(t.pop());n.testimony1(t.pop())};n.testimony1Mobile=ko.observable(i.shift());n.nextTestimonyPageMobile=function(){i.push(n.testimony1Mobile());n.testimony1Mobile(i.shift())};n.prevTestimonyPageMobile=function(){i.unshift(n.testimony1Mobile());n.testimony1Mobile(i.pop())}}