$(function () { try { DealerSync.utils.imageUpdateUrlParams(".ds-logo-link:not(.ds-logo-link-mobile) img", "height=80"); } catch (e) { // Just trap if library is unavailable. } if ($("body").hasClass("ds-page-home-index")) { $(".ds-featured-content-about-us-image-container").html("Man driving in black convertible behind a red convertible on a mountain road"); try { DealerSync.ImageLoader.lazyLoad.update(); } catch (e) { // Just trap if library is unavailable. } } /* Change career text in footer to "Job Opportunites" */ $(".ds-footer-site-info-container > a[href='/careers']").wrap("").text("Job Opportunities"); });