// JavaScript Document
//cufon fonts
$(document).ready(function(){
		
	var cufon_list="#menu, #prenotazione, #eventi,  .titolo_prenotazione, .prenotazione, .testo_prenotazione, .titolo_eventi, .testo_eventi, .titolo_servizi, .testo_servizi, #footer, #sottomenu, h3, h2"
	var rt_cufon_class = jQuery(cufon_list);	

	rt_cufon_class.each(function(){
		 jQuery(this).addClass('cufon');
	});

	Cufon.replace(cufon_list, {hover: true});
	


/*$(document).bind("contextmenu",function(e){  
    return false;  
 });  
 */

});
