$(function(){ $('#header_container').cycle({ fx: 'fade', timeout: 4000, speed: 6000 }); $('.header_image').hover(function() { $(this).find('.header_caption').stop(false,true).fadeIn('slow'); }, function() { $(this).find('.header_caption').stop(false,true).fadeOut('slow'); }); $('#footer_cycle').cycle({ fx: 'fade', timeout: 5000, speed: 2000 }); }); // reCAPTCHA Theme var RecaptchaOptions = { theme : 'clean' };