    

    $(document).ready(function() {
        Cufon.replace(
			'#benvenuto h2,' +
			'.blocchetto-sx-ultimo h3,' +
			'.blocchetto-sx h3,' +
			'#blocchetto-dx h3,' +
			'#contenitore-bottom h3,' +
			'#info .info,' +
			'#profilo h2,' +
			'#blocchetto-dx-azienda h3,' +
			'#prodotti h2,' +
			'.prodotto h2 a,'
        );


        
        if ( $('#map').length > 0 ) {
		
			showmaps();
			
		}
        
/*
        $('.ui-tabs').tabs({fxFade: true, fxSpeed: 'fast'});
		
		if ( $('#map').length > 0 ) {
		
			showmaps();
			
		}
*/
        

        $('a[rel=external]').click(function() {
            window.open($(this).attr('href'));
            
            return false;
        });
    });


