$(document).ready(function() {
		
	//effettuo chiamata ajax per recuperare snippet dati finanaziari
	$.get("/index.php/formsHandler/getDispVouchersStazioni?site_section=homepage", function(data) {			  
				$("#tblDispVouchersStazioniHome").html(data);				
  });
	
	
});