(function($){
    $('#top-gallery').removeClass('loading').simplestSlideShow({ timeOut: 6666, speed: 1666 }); 
    
    $('#Form_NewsletterForm_Email').labelify({ text: function(input) { return "Ange din e-postadress"; } });
    
    $('.tooltip_description').parent().tooltip();
    $(window).load( function () {
    $('#scroll').jScrollPane({
       scrollbarWidth: 8
     });
    });
    var nli = $('.newsletterItem');
    if (nli.length) {
      var start = nli.length;
    
      while (start--) {
        if (nli[start].className.match(/current/)) {
          break;
        }
      }
      //$('#newsletter-history').jCarouselLite({ btnPrev: '.back', btnNext: '.next', start: start, mousewheel: true});
    }
})(jQuery);