    $(document).ready(function() {
        
		Cufon.replace(
            
            '#wrapper-top #comunicazione h2,' +
			'#wrapper-top #comunicazione p,'
			,{hover:true}
        );

        if ( $('#map').length > 0 ) {
		
			showmaps();
			
		}
        
		$('a[rel="gallery"]').colorbox();
		
      	$('a[rel=external]').click(function() {
            window.open($(this).attr('href'));
            
            return false;
        });
		
				// apertura e chiusura form
		if ( $('.persaperne').length > 0 ) {

			$('.persaperne').click(function() {
				$('#risposta-si').slideDown("normal", function (){document.location.href='#risposta-si';});
				return false;
			
			});
			
			
		
		}
    });
