jQuery.noConflict();

jQuery(document).ready(function() {
	jQuery('body').append("<div id='disclamer_bar'><p>This website has ceased any update with the end of the Italian presidency of the G8 Summit 2009. The portal is accessible until Italy's next round, scheduled in 2016.</p></div>");
	jQuery('body').css({'margin-top': '45px'});
	jQuery('#disclamer_bar').css({background: 'transparent url(/static/G8_Allegato/disclaimer/yellow60.png)', padding: '5px', position: 'fixed', width: '100%', top: '0', left: '0'});
	jQuery('#disclamer_bar p').css({'font-size': '12px', 'font-weight': 'bold', 'text-align': 'center'});
	jQuery('#disclamer_bar a').css({'text-decoration': 'underline'});
});
