var CoordinateProvincia = new Array();
CoordinateProvincia["OT"] = "http://maps.google.it/maps/ms?ie=UTF8&amp;hl=it&amp;msa=0&amp;msid=217370306473236385973.00049bebaa6a95b943437&amp;ll=39.897732,9.107749&amp;spn=2.184281,1.213982&amp;output=embed&amp;z=7";
CoordinateProvincia["CI"] = "http://maps.google.it/maps/ms?ie=UTF8&amp;hl=it&amp;msa=0&amp;msid=217370306473236385973.00049bebaa6a95b943437&amp;ll=39.897732,9.107749&amp;spn=2.184281,1.213982&amp;output=embed&amp;z=7";
CoordinateProvincia["OG"] = "http://maps.google.it/maps/ms?ie=UTF8&hl=it&msa=0&msid=217370306473236385973.00049cf139ec465730913&ll=39.927896,9.670921&spn=0,0&output=embed&z=8";
CoordinateProvincia["CA"] = "http://maps.google.it/maps/ms?ie=UTF8&hl=it&msa=0&msid=217370306473236385973.00049cf0fefa4f5a03b1e&ll=39.35238,9.261409&spn=0.693577,0.517484&output=embed&z=8";
CoordinateProvincia["MC"] = "http://maps.google.it/maps/ms?ie=UTF8&hl=it&msa=0&msid=217370306473236385973.00049cf127a21af2e2eaa&ll=39.589484,8.755316&spn=0.121929,0.29607&output=embed&z=8";
CoordinateProvincia["NU"] = "http://maps.google.it/maps/ms?ie=UTF8&hl=it&msa=0&msid=217370306473236385973.00049cf11c2308500d0d0&ll=40.63274,9.71474&spn=0,0&output=embed&z=8";
CoordinateProvincia["SS"] = "http://maps.google.it/maps/ms?ie=UTF8&hl=it&msa=0&msid=217370306473236385973.00049cf133a42f5a6e08c&ll=40.794676,8.586858&spn=0.009611,0.01312&output=embed&z=8";
CoordinateProvincia["OR"] = "http://maps.google.it/maps/ms?ie=UTF8&hl=it&msa=0&msid=217370306473236385973.00049cf137979762fb025&ll=40.145647,8.520174&spn=0.29929,0.038832&output=embed&z=8";

var ImmagineProvincia = new Array();
ImmagineProvincia["OT"] = "./images/fu/bed-and-breakfast-olbia-tempio.jpg";
ImmagineProvincia["CI"] = "./images/fu/bed-and-breakfast-carbonia-iglesias.jpg";
ImmagineProvincia["OG"] = "./images/fu/bed-and-breakfast-ogliastra.jpg";
ImmagineProvincia["CA"] = "./images/fu/bed-and-breakfast-cagliari.jpg";
ImmagineProvincia["MC"] = "./images/fu/bed-and-breakfast-medio-campidano.jpg";
ImmagineProvincia["NU"] = "./images/fu/bed-and-breakfast-nuoro.jpg";
ImmagineProvincia["SS"] = "./images/fu/bed-and-breakfast-sassari.jpg";
ImmagineProvincia["OR"] = "./images/fu/bed-and-breakfast-oristano.jpg";

	function getHTML_fu( url, dest_ele ){
		$.get(url, function(data) {
			$('#'+dest_ele).html(data);
				
			});
	}
	
	function ChangePoint( url ){
		//alert(url);
		$('#news').html('<iframe width="336" height="332" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="'+url+'"></iframe>');
	}
	
	function ChangeImage( img ){
		$('#bed-and-breakfast-sardegna').attr('src', img);
	}
	
	function getRss( rss_feeds, ele ){
		//alert(rss_feeds['description']);
		$html  = '<div style="text-align: center; font-size: 12px; font-weight: bold;padding: 0pt; color: rgb(0, 0, 0);">'+rss_feeds['title']+'</div>';
		$html += '<div style="color:#555;"><br />'+rss_feeds['description']+'</div>'; 
		$('#'+ele).html($html);
		
	}
