(function($) {

var banners = {
	'top':{
		'timeout':7000,
		'list':{}
	}
};

if(typeof(ST_PATRICK) == 'undefined') delete banners.top.list[1];
if ($('div.promo-logo a').length > 0) $('div.promo-logo a').bannerblock( { 'banners':banners.top.list, 'timeout':banners.top.timeout, 'group':1 } );
//$('.promo-logo').css('display', 'none');
})(jQuery);

