//Cufon.replace('h1');
//Cufon.replace('.box-home h2');
//Cufon.replace('h3');
//Cufon.replace('#nav a',{hover:true});

$( function() {
	$( "#date" ).datepicker({
		dateFormat:'dd/mm/yy',
		minDate: 0,
		maxDate: "+12M",
		onSelect: function(dateText,picker) {
			$('#gg').val( dateText.split(/\//)[0] );
			$('#mm').val( dateText.split(/\//)[1] );
			$('#aa').val( dateText.split(/\//)[2] );
		}
	});
});

jQuery(document).ready(function($){
    $('.lightbox').lightbox();
	
	// slide immagini
	$('#mygal').after('<div id="navgal">').cycle({ 
		fx:     'fade', 
		speed:  1000 ,
		timeout:  2500 ,
		next:   '#mygal', 
		pause:   true, 
		pager:  '#navgal' 
	});
	
	
	
  });
  

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-9920342-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


