jQuery(document).ready(function(){
	jQuery('#briciola').append('<span>'+jQuery('#inner_content>h3').text()+'</span>');
});
