Drupal.locale={'pluralFormula':function($n){return Number(($n!=1));},'strings':{"An AJAX HTTP error occurred.":"Er is een AJAX HTTP fout opgetreden.","HTTP Result Code: !status":"HTTP-resultaatcode: !status","An AJAX HTTP request terminated abnormally.":"Een AJAX HTTP-aanvraag is onverwacht afgebroken","Debugging information follows.":"Debug informatie volgt.","Path: !uri":"Pad: !uri","StatusText: !statusText":"Statustekst: !statusText","ResponseText: !responseText":"Antwoordtekst: !responseText","ReadyState: !readyState":"ReadyState: !readyState","Loading":"Laden","(active tab)":"(actieve tabblad)","Hide":"Verbergen","Show":"Weergeven","Select all rows in this table":"Selecteer alle regels van deze tabel","Deselect all rows in this table":"De-selecteer alle regels van deze tabel","@title dialog":"@title dialoog","Configure":"Instellen","Re-order rows by numerical weight instead of dragging.":"Herschik de rijen op basis van gewicht, in plaats van slepen.","Show row weights":"Gewicht van rijen tonen","Hide row weights":"Gewicht van rij verbergen","Drag to re-order":"Slepen om de volgorde te wijzigen","Changes made in this table will not be saved until the form is submitted.":"Wijzigingen in deze tabel worden pas opgeslagen wanneer het formulier wordt ingediend.","Enabled":"Ingeschakeld","Disabled":"Uitgeschakeld","Not restricted":"Geen beperking","Restricted to certain pages":"Beperkt tot bepaalde pagina's","Not customizable":"Niet aanpasbaar","The changes to these blocks will not be saved until the \u003cem\u003eSave blocks\u003c\/em\u003e button is clicked.":"Wijzigingen aan de blokken worden pas opgeslagen wanneer u de knop \u003cem\u003eBlokken opslaan\u003c\/em\u003e aanklikt.","The block cannot be placed in this region.":"Het blok kan niet worden geplaatst in dit gebied.","Edit":"Bewerken","Hide summary":"Samenvatting verbergen","Edit summary":"Samenvatting bewerken","Not in menu":"Niet in een menu","New revision":"Nieuwe revisie","No revision":"Geen revisie","By @name on @date":"Door @name op @date","By @name":"Door @name","Not published":"Niet gepubliceerd","Alias: @alias":"Alias: @alias","No alias":"Geen alias","@number comments per page":"@number reacties per pagina","Autocomplete popup":"Popup voor automatisch aanvullen","Searching for matches...":"Zoeken naar overeenkomsten...","Please wait...":"Even geduld...","The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.":"Het bestand %filename kan niet ge\u00fcpload worden. Alleen bestanden met de volgende extensies zijn toegestaan: %extensions","Logout":"Uitloggen","This permission is inherited from the authenticated user role.":"Dit toegangsrecht is ge\u00ebrfd van de rol 'geverifieerde gebruiker'.","Requires a title":"Een titel is verplicht","Don't display post information":"Geen berichtinformatie weergeven","none":"geen","The page you requested does not exist. For your convenience, a search was performed using the query %keys.":"De pagina die je zoekt bestaat niet (meer). Dat kan liggen aan het feit dat de site volledig is vernieuwd en sommige url's niet meer werken. Hieronder vind je alle zoekresultaten met het woord %keys.","What is OpenID?":"Wat is OpenID?"}};;(function($){Drupal.viewsSlideshow=Drupal.viewsSlideshow||{};Drupal.behaviors.viewsSlideshowControlsText={attach:function(context){$('.views_slideshow_controls_text_previous:not(.views-slideshow-controls-text-previous-processed)',context).addClass('views-slideshow-controls-text-previous-processed').each(function(){var uniqueID=$(this).attr('id').replace('views_slideshow_controls_text_previous_','');$(this).click(function(){Drupal.viewsSlideshow.action({"action":'previousSlide',"slideshowID":uniqueID});return false;});});$('.views_slideshow_controls_text_next:not(.views-slideshow-controls-text-next-processed)',context).addClass('views-slideshow-controls-text-next-processed').each(function(){var uniqueID=$(this).attr('id').replace('views_slideshow_controls_text_next_','');$(this).click(function(){Drupal.viewsSlideshow.action({"action":'nextSlide',"slideshowID":uniqueID});return false;});});$('.views_slideshow_controls_text_pause:not(.views-slideshow-controls-text-pause-processed)',context).addClass('views-slideshow-controls-text-pause-processed').each(function(){var uniqueID=$(this).attr('id').replace('views_slideshow_controls_text_pause_','');$(this).click(function(){if(Drupal.settings.viewsSlideshow[uniqueID].paused){Drupal.viewsSlideshow.action({"action":'play',"slideshowID":uniqueID});}
else{Drupal.viewsSlideshow.action({"action":'pause',"slideshowID":uniqueID});}
return false;});});}};Drupal.viewsSlideshowControlsText=Drupal.viewsSlideshowControlsText||{};Drupal.viewsSlideshowControlsText.pause=function(options){var pauseText=Drupal.theme.prototype['viewsSlideshowControlsPause']?Drupal.theme('viewsSlideshowControlsPause'):'';$('#views_slideshow_controls_text_pause_'+options.slideshowID).text(pauseText);}
Drupal.viewsSlideshowControlsText.play=function(options){var playText=Drupal.theme.prototype['viewsSlideshowControlsPlay']?Drupal.theme('viewsSlideshowControlsPlay'):'';$('#views_slideshow_controls_text_pause_'+options.slideshowID).text(playText);}
Drupal.theme.prototype.viewsSlideshowControlsPause=function(){return Drupal.t('Resume');}
Drupal.theme.prototype.viewsSlideshowControlsPlay=function(){return Drupal.t('Pause');}
Drupal.behaviors.viewsSlideshowPagerFields={attach:function(context){$('.views_slideshow_pager_field:not(.views-slideshow-pager-field-processed)',context).addClass('views-slideshow-pager-field-processed').each(function(){var pagerInfo=$(this).attr('id').split('_');var location=pagerInfo[2];pagerInfo.splice(0,3);var uniqueID=pagerInfo.join('_');if(Drupal.settings.viewsSlideshowPagerFields[uniqueID][location].activatePauseOnHover){$(this).children().each(function(index,pagerItem){$(pagerItem).hover(function(){Drupal.viewsSlideshow.action({"action":'goToSlide',"slideshowID":uniqueID,"slideNum":index});Drupal.viewsSlideshow.action({"action":'pause',"slideshowID":uniqueID});},function(){Drupal.viewsSlideshow.action({"action":'play',"slideshowID":uniqueID});});});}
else{$(this).children().each(function(index,pagerItem){$(pagerItem).click(function(){Drupal.viewsSlideshow.action({"action":'goToSlide',"slideshowID":uniqueID,"slideNum":index});});});}});}};Drupal.viewsSlideshowPagerFields=Drupal.viewsSlideshowPagerFields||{};Drupal.viewsSlideshowPagerFields.transitionBegin=function(options){$('[id^="views_slideshow_pager_field_item_'+options.slideshowID+'"]').removeClass('active');$('#views_slideshow_pager_field_item_'+options.slideshowID+'_'+options.slideNum).addClass('active');}
Drupal.viewsSlideshowSlideCounter=Drupal.viewsSlideshowSlideCounter||{};Drupal.viewsSlideshowSlideCounter.transitionBegin=function(options){$('#views_slideshow_slide_counter_'+options.slideshowID+' .num').text(options.slideNum+1);}
Drupal.viewsSlideshow.action=function(options){var status={'value':true,'text':''}
if(typeof options.action=='undefined'||options.action==''){status.value=false;status.text=Drupal.t('There was no action specified.');return error;}
if(options.action=='pause'){Drupal.settings.viewsSlideshow[options.slideshowID].paused=1;}
else if(options.action=='play'){Drupal.settings.viewsSlideshow[options.slideshowID].paused=0;}
switch(options.action){case"goToSlide":case"transitionBegin":case"transitionEnd":if(typeof options.slideNum=='undefined'||typeof options.slideNum!=='number'||parseInt(options.slideNum)!=(options.slideNum-0)){status.value=false;status.text=Drupal.t('An invalid integer was specified for slideNum.');}
case"pause":case"play":case"nextSlide":case"previousSlide":var methods=Drupal.settings.viewsSlideshow[options.slideshowID]['methods'];var excludeMethodsObj={};if(typeof options.excludeMethods!=='undefined'){for(var i=0;i<excludeMethods.length;i++){excludeMethodsObj[excludeMethods[i]]='';}}
for(i=0;i<methods[options.action].length;i++){if(Drupal[methods[options.action][i]]!=undefined&&typeof Drupal[methods[options.action][i]][options.action]=='function'&&!(methods[options.action][i]in excludeMethodsObj)){Drupal[methods[options.action][i]][options.action](options);}}
break;default:status.value=false;status.text=Drupal.t('An invalid action "!action" was specified.',{"!action":options.action});}
return status;}})(jQuery);;(function($){Drupal.behaviors.viewsSlideshowCycle={attach:function(context){$('.views_slideshow_cycle_main:not(.viewsSlideshowCycle-processed)',context).addClass('viewsSlideshowCycle-processed').each(function(){var fullId='#'+$(this).attr('id');var settings=Drupal.settings.viewsSlideshowCycle[fullId];settings.targetId='#'+$(fullId+" :first").attr('id');settings.slideshowId=settings.targetId.replace('#views_slideshow_cycle_teaser_section_','');settings.paused=false;settings.opts={speed:settings.speed,timeout:settings.timeout,delay:settings.delay,sync:settings.sync,random:settings.random,nowrap:settings.nowrap,after:function(curr,next,opts){var slideNum=opts.currSlide;if(typeof settings.processedAfter=='undefined'||!settings.processedAfter){settings.processedAfter=1;slideNum=(typeof settings.opts.startingSlide=='undefined')?0:settings.opts.startingSlide;}
Drupal.viewsSlideshow.action({"action":'transitionEnd',"slideshowID":settings.slideshowId,"slideNum":slideNum});},before:function(curr,next,opts){if(settings.remember_slide){createCookie(settings.vss_id,opts.currSlide+1,settings.remember_slide_days);}
if(!settings.fixed_height){var $ht=$(this).height();$(this).parent().animate({height:$ht});}
var slideNum=opts.nextSlide;if(typeof settings.processedBefore=='undefined'||!settings.processedBefore){settings.processedBefore=1;slideNum=(typeof settings.opts.startingSlide=='undefined')?0:settings.opts.startingSlide;}
Drupal.viewsSlideshow.action({"action":'transitionBegin',"slideshowID":settings.slideshowId,"slideNum":slideNum});},cleartype:(settings.cleartype)?true:false,cleartypeNoBg:(settings.cleartypenobg)?true:false}
if(settings.remember_slide){var startSlide=readCookie(settings.vss_id);if(startSlide==null){startSlide=0;}
settings.opts.startingSlide=startSlide;}
if(settings.effect=='none'){settings.opts.speed=1;}
else{settings.opts.fx=settings.effect;}
var hash=location.hash;if(hash){var hash=hash.replace('#','');var aHash=hash.split(';');var aHashLen=aHash.length;for(var i=0;i<aHashLen;i++){var initialInfo=aHash[i].split(':');if(settings.slideshowId==initialInfo[0]&&settings.num_divs>initialInfo[1]){settings.opts.startingSlide=parseInt(initialInfo[1]);}}}
if(settings.pause){$('#views_slideshow_cycle_teaser_section_'+settings.vss_id).hover(function(){Drupal.viewsSlideshow.action({"action":'pause',"slideshowID":settings.slideshowId});},function(){if(!settings.paused){Drupal.viewsSlideshow.action({"action":'play',"slideshowID":settings.slideshowId});}});}
if(settings.pause_on_click){$('#views_slideshow_cycle_teaser_section_'+settings.vss_id).click(function(){Drupal.viewsSlideshow.action({"action":'pause',"slideshowID":settings.slideshowId});});}
if(typeof JSON!='undefined'){var advancedOptions=JSON.parse(settings.advanced_options);for(var option in advancedOptions){advancedOptions[option]=$.trim(advancedOptions[option]);advancedOptions[option]=advancedOptions[option].replace(/\n/g,'');if(!isNaN(parseInt(advancedOptions[option]))){advancedOptions[option]=parseInt(advancedOptions[option]);}
else if(advancedOptions[option].toLowerCase()=='true'){advancedOptions[option]=true;}
else if(advancedOptions[option].toLowerCase()=='false'){advancedOptions[option]=false;}
switch(option){case"activePagerClass":case"allowPagerClickBubble":case"autostop":case"autostopCount":case"backwards":case"bounce":case"cleartype":case"cleartypeNoBg":case"containerResize":case"continuous":case"delay":case"easeIn":case"easeOut":case"easing":case"fastOnEvent":case"fit":case"fx":case"height":case"manualTrump":case"next":case"nowrap":case"pager":case"pagerEvent":case"pause":case"pauseOnPagerHover":case"prev":case"prevNextEvent":case"random":case"randomizeEffects":case"requeueOnImageNotLoaded":case"requeueTimeout":case"rev":case"slideExpr":case"slideResize":case"speed":case"speedIn":case"speedOut":case"startingSlide":case"sync":case"timeout":settings.opts[option]=advancedOptions[option];break;case"animIn":case"animOut":case"cssBefore":case"cssAfter":case"shuffle":settings.opts[option]=eval('('+advancedOptions[option]+')');break;case"after":settings.opts[option]=function(currSlideElement,nextSlideElement,options,forwardFlag){eval(advancedOptions[option]);}
break;case"before":settings.opts[option]=function(currSlideElement,nextSlideElement,options,forwardFlag){eval(advancedOptions[option]);}
break;case"end":settings.opts[option]=function(options){eval(advancedOptions[option]);}
break;case"fxFn":settings.opts[option]=function(currSlideElement,nextSlideElement,options,afterCalback,forwardFlag){eval(advancedOptions[option]);}
break;case"onPagerEvent":settings.opts[option]=function(zeroBasedSlideIndex,slideElement){eval(advancedOptions[option]);}
break;case"onPrevNextEvent":settings.opts[option]=function(isNext,zeroBasedSlideIndex,slideElement){eval(advancedOptions[option]);}
break;case"pagerAnchorBuilder":settings.opts[option]=function(index,DOMelement){eval(advancedOptions[option]);}
break;case"pagerClick":settings.opts[option]=function(zeroBasedSlideIndex,slideElement){eval(advancedOptions[option]);}
break;case"timeoutFn":settings.opts[option]=function(currSlideElement,nextSlideElement,options,forwardFlag){eval(advancedOptions[option]);}
break;case"updateActivePagerLink":settings.opts[option]=function(pager,currSlideIndex){eval(advancedOptions[option]);}
break;}}}
if(settings.wait_for_image_load){settings.totalImages=$(settings.targetId+' img').length;if(settings.totalImages){settings.loadedImages=0;$(settings.targetId+' img').each(function(){var $imageElement=$(this);$imageElement.bind('load',function(){Drupal.viewsSlideshowCycle.imageWait(fullId);});var imgSrc=$imageElement.attr('src');$imageElement.attr('src','');$imageElement.attr('src',imgSrc);});}
else{Drupal.viewsSlideshowCycle.load(fullId);}}
else{Drupal.viewsSlideshowCycle.load(fullId);}});}};Drupal.viewsSlideshowCycle=Drupal.viewsSlideshowCycle||{};Drupal.viewsSlideshowCycle.imageWait=function(fullId){if(++Drupal.settings.viewsSlideshowCycle[fullId].loadedImages==Drupal.settings.viewsSlideshowCycle[fullId].totalImages){Drupal.viewsSlideshowCycle.load(fullId);}}
Drupal.viewsSlideshowCycle.load=function(fullId){var settings=Drupal.settings.viewsSlideshowCycle[fullId];$(settings.targetId).cycle(settings.opts);if(settings.start_paused){Drupal.viewsSlideshow.action({"action":'pause',"slideshowID":settings.slideshowId});}
if(settings.pause_when_hidden){var checkPause=function(settings){var visible=viewsSlideshowCycleIsVisible(settings.targetId,settings.pause_when_hidden_type,settings.amount_allowed_visible);if(visible&&settings.paused){Drupal.viewsSlideshow.action({"action":'play',"slideshowID":settings.slideshowId});}
else if(!visible&&!settings.paused){Drupal.viewsSlideshow.action({"action":'pause',"slideshowID":settings.slideshowId});}}
$(window).scroll(function(){checkPause(settings);});$(window).resize(function(){checkPause(settings);});}}
Drupal.viewsSlideshowCycle.pause=function(options){$('#views_slideshow_cycle_teaser_section_'+options.slideshowID).cycle('pause');}
Drupal.viewsSlideshowCycle.play=function(options){$('#views_slideshow_cycle_teaser_section_'+options.slideshowID).cycle('resume');}
Drupal.viewsSlideshowCycle.previousSlide=function(options){$('#views_slideshow_cycle_teaser_section_'+options.slideshowID).cycle('prev');}
Drupal.viewsSlideshowCycle.nextSlide=function(options){$('#views_slideshow_cycle_teaser_section_'+options.slideshowID).cycle('next');}
Drupal.viewsSlideshowCycle.goToSlide=function(options){$('#views_slideshow_cycle_teaser_section_'+options.slideshowID).cycle(options.slideNum);}
function IsNumeric(sText){var ValidChars="0123456789";var IsNumber=true;var Char;for(var i=0;i<sText.length&&IsNumber==true;i++){Char=sText.charAt(i);if(ValidChars.indexOf(Char)==-1){IsNumber=false;}}
return IsNumber;}
function createCookie(name,value,days){if(days){var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));var expires="; expires="+date.toGMTString();}
else{var expires="";}
document.cookie=name+"="+value+expires+"; path=/";}
function readCookie(name){var nameEQ=name+"=";var ca=document.cookie.split(';');for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==' ')c=c.substring(1,c.length);if(c.indexOf(nameEQ)==0){return c.substring(nameEQ.length,c.length);}}
return null;}
function eraseCookie(name){createCookie(name,"",-1);}
function viewsSlideshowCycleIsVisible(elem,type,amountVisible){var docViewTop=$(window).scrollTop();var docViewBottom=docViewTop+$(window).height();var docViewLeft=$(window).scrollLeft();var docViewRight=docViewLeft+$(window).width();var elemTop=$(elem).offset().top;var elemHeight=$(elem).height();var elemBottom=elemTop+elemHeight;var elemLeft=$(elem).offset().left;var elemWidth=$(elem).width();var elemRight=elemLeft+elemWidth;var elemArea=elemHeight*elemWidth;var missingLeft=0;var missingRight=0;var missingTop=0;var missingBottom=0;if(elemLeft<docViewLeft){missingLeft=docViewLeft-elemLeft;}
if(elemRight>docViewRight){missingRight=elemRight-docViewRight;}
if(elemTop<docViewTop){missingTop=docViewTop-elemTop;}
if(elemBottom>docViewBottom){missingBottom=elemBottom-docViewBottom;}
if(type=='full'){return((elemBottom>=docViewTop)&&(elemTop<=docViewBottom)
&&(elemBottom<=docViewBottom)&&(elemTop>=docViewTop)
&&(elemLeft>=docViewLeft)&&(elemRight<=docViewRight)
&&(elemLeft<=docViewRight)&&(elemRight>=docViewLeft));}
else if(type=='vertical'){var verticalShowing=elemHeight-missingTop-missingBottom;if(amountVisible.indexOf('%')){return(((verticalShowing/elemHeight)*100)>=parseInt(amountVisible));}
else{return(verticalShowing>=parseInt(amountVisible));}}
else if(type=='horizontal'){var horizontalShowing=elemWidth-missingLeft-missingRight;if(amountVisible.indexOf('%')){return(((horizontalShowing/elemWidth)*100)>=parseInt(amountVisible));}
else{return(horizontalShowing>=parseInt(amountVisible));}}
else if(type=='area'){var areaShowing=(elemWidth-missingLeft-missingRight)*(elemHeight-missingTop-missingBottom);if(amountVisible.indexOf('%')){return(((areaShowing/elemArea)*100)>=parseInt(amountVisible));}
else{return(areaShowing>=parseInt(amountVisible));}}}})(jQuery);;
