var indi="0";
var fun="0";
function NewLocali(){

$.ajax({
   type: "POST",
   url: "news/funzione_dati_locale.php",
   data: "da_l="+ da_l+"&lang="+lingua,

	success: function(risposta){
	
		  $("#news_locali").html(risposta);	
		  
		}});}
		
	

	function vaiweb(indi, fun){
var mail1="0";
$.ajax({
   type: "POST",
   url:"common/vaiweb.php",
   data:"indiri="+indi+"&funzione="+fun,

	success: function(risposta){

switch (risposta) {

         case 'Errore_01':
			alert("Connection problem, try later");
         break;
		    case 'Errore_02':
			alert("Error");
         break;
			 case 'OK_ins':	 
			 
			 if(fun=="1"){
	alert("The sailing school website it's at your disposal, if you permit its link via a pop up !");

	window.open("http://"+indi,"_blank");
			}else{
				mail1="mailto:"+indi;
	document.location.href=mail1;

}

			 break;
		  }
			 
	
		
	
			}});}