//<![CDATA[
$(document).ready(function(){
	$("#weather").hide();
	$("#destinoweather").html($("#weather").html());
});//ready
//]]>