$(document).ready(function(){$('#uitAgendapages').bind('change',function(){window.location=$('#uitAgendapages option:selected').val()});$('#locationSelector').bind('change',function(){window.location=$('#locationSelector option:selected').val()});$('.backtotop').each(function(){$(this).bind('click',function(){$('html, body').animate({scrollTop:0},'slow');return false})});var nrOfBGImages=$('.bgImage').length;if(nrOfBGImages>0){var randomNum=Math.floor(Math.random()*nrOfBGImages);$('.bgImage:eq('+randomNum+')').show()}var isiPad = navigator.userAgent.match(/iPad/i) != null;if (isiPad) {$("#navContainer a span").css('text-indent', '-4px')}});
