var intID_s = setInterval(function(){
	if (document.getElementById('meteo_container') != null && document.getElementById('meteo_container') != undefined) {
		var x = document.getElementById('meteo_container');
		var container = document.createElement('div');
		container.innerHTML = '<img style="margin-left:11px; border:none;" usemap="#mappa" src="http://estb.msn.com/i/22/1119C77976356F1B73B64CCA6D7.gif" alt="world" />';
		container.innerHTML += '<map name="mappa"><area shape="poly" coords="3,36,26,37,26,65,6,69" href="http://meteo.it.msn.com/region.aspx?wealocations=Alaska" title="Alaska" alt="Alaska" /><area shape="poly" coords="27,31,28,73,70,74,73,82,78,75,87,82,100,59,71,26,89,8,71,4" href="http://meteo.it.msn.com/region.aspx?wealocations=Canada" title="Canada" alt="Canada" /><area shape="poly" coords="35,74,68,74,73,82,77,77,85,81,74,96,62,96,40,88" href="http://meteo.it.msn.com/region.aspx?wealocations=Stati+Uniti+d\'America" title="Stati Uniti d\'America" alt="Stati Uniti d\'America" /><area shape="poly" coords="38,88,60,96,68,100,54,103,38,91" href="http://meteo.it.msn.com/region.aspx?wealocations=Messico" title="Messico" alt="Messico" /><area shape="poly" coords="74,106,108,117,83,168,68,158" href="http://meteo.it.msn.com/region.aspx?wealocations=America+meridionale" title="America meridionale" alt="America meridionale" /><area shape="poly" coords="56,104,68,101,75,108,71,114" href="http://meteo.it.msn.com/region.aspx?wealocations=America+centrale" title="America centrale" alt="America centrale" /><area shape="poly" coords="115,100,134,84,157,90,164,106,174,108,168,137,146,147" href="http://meteo.it.msn.com/region.aspx?wealocations=Africa" title="Africa" alt="Africa" /><area shape="poly" coords="180,38,183,50,178,69,168,71,168,81,155,78,150,85,139,81,123,89,119,66,150,36" href="http://meteo.it.msn.com/region.aspx?wealocations=Europa" title="Europa" alt="Europa" /><area shape="poly" coords="180,36,183,47,178,71,169,72,170,78,184,79,192,79,185,99,188,112,212,109,260,70,270,42,213,18" href="http://meteo.it.msn.com/region.aspx?wealocations=Asia" title="Asia" alt="Asia" /><area shape="poly" coords="227,99,212,111,202,111,212,130,214,150,243,156,259,123" href="http://meteo.it.msn.com/region.aspx?wealocations=Australia_1" title="Australia" alt="Australia" /><area shape="poly" coords="264,134,251,155,255,162,270,148" href="http://meteo.it.msn.com/region.aspx?wealocations=Oceano+Pacifico" title="Oceano Pacifico" alt="Oceano Pacifico" /><area shape="poly" coords="166,106,182,100,190,82,174,80,156,79,154,84" href="http://meteo.it.msn.com/region.aspx?wealocations=Medio+Oriente" title="Medio Oriente" alt="Medio Oriente" /><area shape="poly" coords="93,6,74,26,95,53,113,41,124,11" href="http://meteo.it.msn.com/region.aspx?wealocations=Groenlandia" title="Groenlandia" alt="Groenlandia" /><area shape="poly" coords="117,42,108,46,113,56,123,49" href="http://meteo.it.msn.com/region.aspx?wealocations=Europa" title="Europa" alt="Europa" /><area shape="poly" coords="78,94,74,97,66,97,76,106,85,105,87,96" href="http://meteo.it.msn.com/region.aspx?wealocations=Caraibi" title="Caraibi" alt="Caraibi" /></map>';
		var y = document.getElementById('meteo_custom');
		x.insertBefore(container,y);
		clearInterval(intID_s);
	}
}, 50);