/*
 * LF 02/11/2007 22.01
 * Funzione per fading delle immagini top
 *
 * Basato su JQuery
 */
	$(function(){	
// 		$('#top_banner').innerfade({
 		$('#top_banner').animatedinnerfade({
 			speed: 1000,
 			timeout: 8000,
 			type: 'sequence',
			animationSpeed: 8000,
 			containerheight: '190px',
 			containerwidth: '500px'
 			});
	});
