Whitacre Methodist Chapel holiday message jQuery(window).load(function() { /* On close click */ jQuery('.sn-holiday-message-close').click(function() { jQuery('.sn-holiday-message-holder').fadeOut(); jQuery('.sn-holiday-message-holder-snowfall .sn-holiday-message-content').snowfall('clear'); return false; }); jQuery('.sn-holiday-message-holder').css(); /* Full Width Correction */ if(jQuery('.sn-holiday-message-holder-bottom_fullwidth').size() > 0) { function fix_sn_holiday_message_full_width() { jQuery('.sn-holiday-message-holder-bottom_fullwidth .sn-holiday-message-content').css(); } fix_sn_holiday_message_full_width(); jQuery(window).resize(function() ); }