// JavaScript Document

$(document).ready(function() {
$.ajax({ type: "GET", 
		url: "/scripts/proxy_bollettino.asp",
		success:  function(data){ $('#meteo').html(data); },
		error: function(data){  $('#meteo').html('<p class="testoMeteo">Il bottettino meteo non &egrave; temporanamente disponibile.<br />Ci scusiamo con i lettori.</p>');}} )
});
