function homeWindow_DomLoaded(){randomize_tagcloud();if($('counter-placeholder')){var cdc=new ncCountdownCounter;cdc.placeholder='counter-placeholder';cdc.interval=10;var sDate=$('h_counter_start').value.split(/\-| |:/);var eDate=$('h_counter_end').value.split(/\-| |:/);cdc.start=new Date();cdc.end=new Date(eDate[0],(eDate[1]-1),eDate[2],eDate[3],eDate[4],eDate[5]);cdc.dispatch();}}
document.observe('dom:loaded',homeWindow_DomLoaded);function randomize_tagcloud(){var tags=$('bm-tagcloud').select('li');var randomized=tags.clone();tags.each(function(el){el.remove();});randomized.shuffle();randomized.each(function(el){$('bm-tagcloud').insert(el);});}
function more_less(el){var obj=$('content-container');if(!obj)return;if(!obj.hasClassName('morphed')){var obj2=obj.down('div.content');if(!obj2)return;obj.morph('height:'+obj2.clientHeight+'px',{duration:1});obj.addClassName('morphed');el.innerHTML='Verberg uitgebreide informatie';}
else{obj.morph('height:85px',{duration:1});obj.removeClassName('morphed');el.innerHTML='Toon meer informatie';}}
var myHorinaja=Class.create(Horinaja,{buildPagination:function(){this.olPagination=$(this.capture).firstDescendant().next();this.wb=Math.floor(this.px/this.f.length);for(i=1;i!=(this.f.length+1);i++){var altText=$$('#'+this.capture+' ul li img.mainimage')[i-1].alt;var href=$$('#'+this.capture+' ul li')[i-1].select('a')[0].readAttribute('href');if(i==1){$(this.olPagination).insert({bottom:'<li><a href="'+href+'" class="active nc-tracking-promo-title " id="'+i+'">'+altText+'</a></li>'});}else{$(this.olPagination).insert({bottom:'<li><a href="'+href+'" class="nc-tracking-promo-title" id="'+i+'">'+altText+'</a></li>'});}}},effaceP:function(mop){this.mop=mop;if(this.pagination){$$('.horinaja_pagination li a').each(function(el){el.removeClassName('active');});}},fade:function(xp){this.xp=xp;new Effect.Fade(this.mover,{to:1,from:0,mode:'absolute',duration:0.4,transition:Effect.Transitions.sinoidal,afterFinish:this.fastMove(xp)});$$('.horinaja_pagination #'+this.id)[0].addClassName('active');},moveP:function(evt){var child=Event.element(evt);this.occ=parseInt(child.id);if(this.id>this.occ){this.diff=this.id-this.occ;this.po=this.po+(this.px*this.diff);this.effaceP(this.id);this.id=this.occ;this.fade(this.po);}else if(this.id<this.occ){this.diff=this.occ-this.id;this.po=this.po-(this.px*this.diff);this.effaceP(this.id);this.id=this.occ;this.fade(this.po);}},startOC:function(){Event.observe($(this.olPagination),"mouseover",this.moveP.bind(this));},wheelwheel:function(e){this.event=e;this.stopPe();this.stopEvent(e);if(Event.wheel(this.event)<0){if(this.id<this.nCell){this.po=this.po-this.px;this.effaceP(this.id);this.id=this.id+1;this.fade(this.po);}}else{if(this.id!=1){this.po=this.po+this.px;this.effaceP(this.id);this.id=this.id-1;this.fade(this.po);}}}});function init_window(){new myHorinaja('fotoleadimgs',0.5,8,true);}
document.observe('dom:loaded',init_window);
