$(document).ready(function() {
	
	/* Flash banner */
	$('#home_flash').flash({
		src: '/static/img/home_banner.swf',
		width: 980,
		height: 424,
		/*wmode: 'transparent',*/
		bgcolor: '#ececec', /* mod by pana! - impostare il colore di bg */
		flashvars : variables
	});
});