jQuery(function($){ $('.gallery a').lightBox({ imageLoading: 'http://assets.21fingers.net/s/nPqGBj4y/assets/lightbox-ico-loading.gif', imageBtnPrev: 'http://assets.21fingers.net/s/nPqGBj4y/assets/lightbox-btn-prev.gif', imageBtnNext: 'http://assets.21fingers.net/s/nPqGBj4y/assets/lightbox-btn-next.gif', imageBtnClose: 'http://assets.21fingers.net/s/nPqGBj4y/assets/lightbox-btn-close.gif', imageBlank: 'http://assets.21fingers.net/s/nPqGBj4y/assets/lightbox-blank.gif' }); $("#animation").cycle({ fx: 'fade', timeout: 5000, random: true }); $("#start-slideshow").click(function(){ $('.gallery a:first').click(); }); function addMega(){ $(this).addClass("hovering"); } function removeMega(){ $(this).removeClass("hovering"); } var megaConfig = { interval: 150, sensitivity: 4, over: addMega, timeout: 150, out: removeMega }; $("li.mega").hoverIntent(megaConfig) $('a[href^=http]:not([href^=http://www.carmelmarathon.com],[href^=http://carmelmarathon.com])') .add('a[href^=www]:not([href^=www.carmelmarathon.com])') .attr('target','_blank'); });