$(document).ready(function(){
    $('.printer').click(function(){ $.jPrintArea('#stampabile') });	
});

///////////////// PNG FIX ////////////////////////
$(document).pngFix(); <!-- Png Fix for I.E -->
////////////////////// fancybox ///////////////////////
$(document).ready(function() {
			$("a.fancy").fancybox({ 'hideOnContentClick': true }); 
			$("a.week").fancybox({
				frameWidth			: '70%',
				frameHeight			: '70%',
				type				: 'iframe'
			});
			$("a#maps").fancybox({'hideOnContentClick': true });
		});

//////////////////////   controllo cerca  ///////////////////////
function check_cerca(){ 
key_cosa = document.form_cerca.key_cosa.value; 

if(document.form_cerca.key_cosa.value==" "){
alert("Non hai inserito alcuna voce nel campo di ricerca."); 
document.form_cerca.key_cosa.focus(); 
}
else{
return true;
} 
return false;
}

//////////////////////   thumb  ///////////////////////
