$(document).ready(function() { if ($("body").attr("ID") == "homeBody") { $(".galleryFeedWrap").before($("#sponsorWrapper")); } $("#headerWrap").animate({ height: "795px" }, 900); $("#pageBgs").animate({ height: "655px" }, 900); custScroll(700, 4000, -85, 'top', '#sponsorWrapper', '.adWrap', 'singleAdWrap'); $("#menu a").each(function() { $(this).click(function() { $("#headerWrap").animate({ height: "245px" }, 500); $("#pageBgs").animate({ height: "105px" }, 500); }); }); });