var _isDirty = false; $(window).load(function() { // Animate loader off screen $( "._10d_submenu_panel" ).accordion({ icons: false }); $('._10d_preloader-wrapper').fadeOut(); $('body').removeClass('_10d_preloader-site'); }); $(function() { var body = $('body'); body.addClass('_10d_preloader-site'); $("#refreshcaptcha").live("click",function(){ $("#imgcaptcha").attr("src","/scripts/_10d_getcaptcha.php"); }); $("#_10d_headercontent").addClass("_10d_headercontent_transform"); $("a[rel=photogallery]").fancybox({ 'transitionIn' : 'none', 'transitionOut' : 'none', 'titlePosition' : 'over', 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) { return ' ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? '   ' + title : '') + ''; } }); }); function _10d_onsearch(item) { showMessage('zoeken naar '+ $(item).val() + ' is nog niet mogelijk...'); }