function carrega_event(event,idioma)
{	
       
           
	jQuery.ajax({
		          type: "POST",
		          url: "http://www.elsjardinsdelamerce.com/includes/event.php",
		          data: "event="+event+"&idioma="+idioma,
		
		          dataType: "text",
		
		          
		          success: function(msg){
		             //alert( "Tot ha anat be" + msg);
		            // window.location = "news_temp2.php?com=1&codi=<?=$codi?>&idm=<?=$idm?>";
			jQuery("#info_event").html(msg);
			jQuery('#mini').fadeIn(1200);
	
		           },
		           
		           error: function(msg){
		             //alert( "Tot ha anat malament" + msg);
		           }
		
		});
	
}
	
function carrega_event_per_data(data,idioma,interior)
{	
       
           
	jQuery.ajax({
		          type: "POST",
		          url: "http://www.elsjardinsdelamerce.com/includes/event.php",
		          data: "data="+data+"&idioma="+idioma,
		
		          dataType: "text",
		
		          
		          success: function(msg){
		             //alert( "Tot ha anat be" + msg);
		            // window.location = "news_temp2.php?com=1&codi=<?=$codi?>&idm=<?=$idm?>";
			jQuery("#info_event").html(msg);
			jQuery('#mini').fadeIn(1200);
	
		           },
		           
		           error: function(msg){
		             //alert( "Tot ha anat malament" + msg);
		           }
		
		});
	
}
	
