if( typeof jQuery != 'undefined' ) { (function($) { $(document).ready(function(){ $('.homebanner').css({'position':'absolute','z-index':'1','top':'0','left':'0','margin':'0','display':'block'}); // Homepage if( $('#main-banner-ESS').length ) { $('#main-banner-ESS').addClass('homebanner-active').css({'z-index':'3'}).show(); $('#main-banner-ECSP').remove(); } }); })( jQuery ); }