<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.ilmeteo.it/portale">
<channel>
 <title>IL METEO.IT - Radiosondaggi</title>
 <link>http://www.ilmeteo.it/portale/radiosondaggi</link>
 <description>Radiosondaggi by University of Wyoming</description>
 <language>it</language>
<item>
 <title>IL METEO.IT - Radiosondaggi</title>
 <link>http://www.ilmeteo.it/portale/radiosondaggi</link>
 <description>&lt;script language=&quot;JavaScript&quot;&gt;&lt;!--

function td(HoursAfter, Format) {
 Datum = new Date();
 Datum.setTime(Datum.getTime() + Datum.getTimezoneOffset() * 60000 + HoursAfter * 3600000);
 var Res = &quot;&quot;;

 if (Format.indexOf(&quot;4Y&quot;) != -1) {
 if (Datum.getYear() &gt;= 2000) {
 Res += String(Datum.getYear());
 } else {
 Res += &quot;20&quot; + String(Datum.getYear()).substring(1,3); // Fixes Netscape bug
 };
 };

 if (Format.indexOf(&quot;2M&quot;) != -1) {
 var M = Datum.getMonth() + 1;
 if( M.toString().length == 1 ) M = &#039;0&#039; + M;
 Res += M;
 };

 if (Format.indexOf(&quot;3M&quot;) != -1) {
 MonName = new Array(&quot;Jan&quot;,&quot;Feb&quot;,&quot;Mar&quot;,&quot;Apr&quot;,&quot;May&quot;,&quot;Jun&quot;,&quot;Jul&quot;,&quot;Aug&quot;,&quot;Sep&quot;,&quot;Oct&quot;,&quot;Nov&quot;,&quot;Dec&quot;);
 Res += MonName[Datum.getMonth()];
 };

 if (Format.indexOf(&quot;2D&quot;) != -1) {
 var D = Datum.getDate();
 if (D &lt; 10) Res += &quot;0&quot;;
 Res += D;
 };
 
 if (Format.indexOf(&quot;H12&quot;) != -1) {
 var H = Datum.getHours();
 if (H &lt; 12) {
 Res += &quot;00&quot;;
 } else {
 Res += &quot;12&quot;;
 };
 };

 return Res;
};

function s(msg) {
 if (msg.length &gt; 3) {
 document.fs.STNM.value=msg.substring(0,5);
 document.fs.STNN.value=msg.substring(6,30);
 }
 return true;
}
//--&gt;&lt;/script&gt;

&lt;table width=&quot;650&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;10&quot; bgcolor=&quot;#F5F5F5&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;
      &lt;table border=0 cellspacing=1 cellpadding=2 width=&quot;100%&quot; bgcolor=&quot;#000080&quot;&gt;
        &lt;tr&gt;
    &lt;td bgcolor=#000080&gt;&lt;font color=&quot;#FFFFFF&quot; size=&quot;2&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;&lt;b&gt;Sounding 
      Diagrams &lt;a href=&quot;http://weather.uwyo.edu/upperair/sounding.html&quot;&gt;&lt;font color=&quot;#00FFFF&quot;&gt;University 
      of Wyoming&lt;/font&gt;&lt;/a&gt;&lt;font color=&quot;#FF0000&quot;&gt; &lt;/font&gt;- Click on a station&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;
 &lt;/tr&gt;

&lt;tr&gt;
 &lt;td bgcolor=&quot;#E8FFFF&quot;&gt; 
 &lt;form name=&quot;fs&quot; method=&quot;get&quot; action=&quot;http://weather.uwyo.edu/cgi-bin/sounding&quot; target=&quot;_new&quot;&gt;
&lt;input type=&quot;hidden&quot; name=&quot;region&quot; value=&quot;europe&quot;&gt;
        &lt;b&gt;&lt;font face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; size=&quot;2&quot;&gt;Type:&lt;/font&gt;&lt;/b&gt; 
        &lt;select name=&quot;TYPE&quot;&gt;
          &lt;option value=&quot;TEXT:LIST&quot;&gt; Text: List 
          &lt;option value=&quot;TEXT:RAW&quot;&gt; Text: Raw 
          &lt;option value=&quot;GIF:SKEWT&quot; SELECTED&gt; GIF: Skew-T 
          &lt;option value=&quot;GIF:STUVE&quot;&gt; GIF: Stuve 
          &lt;option value=&quot;GIF:STUVE10&quot;&gt; GIF: to 10 mb 
          &lt;option value=&quot;GIF:STUVE700&quot;&gt; GIF: to 700 mb 
          &lt;option value=&quot;GIF:HODO&quot;&gt; GIF: Hodograph 
          &lt;option value=&quot;PDF:SKEWT&quot;&gt; PDF: Skew-T 
          &lt;option value=&quot;PDF:STUVE&quot;&gt; PDF: Stuve 
          &lt;option value=&quot;PDF:STUVE10&quot;&gt; PDF: to 10 mb 
          &lt;option value=&quot;PDF:STUVE700&quot;&gt; PDF: to 700 mb 
          &lt;option value=&quot;PDF:HODO&quot;&gt; PDF: Hodograph 
        &lt;/select&gt;
&lt;br&gt;
        &lt;b&gt;&lt;font size=&quot;2&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;Date:&lt;/font&gt;&lt;/b&gt; 
        &lt;select name=&quot;YEAR&quot;&gt;
          &lt;script language=&quot;JavaScript&quot;&gt;&lt;!--
document.write(&quot;&lt;option&gt;&quot; + td(-2,&#039;4Y&#039;));
//--&gt;&lt;/script&gt;
          &lt;option&gt;--- 
          &lt;option&gt;1990 
          &lt;option&gt;1991 
          &lt;option&gt;1992 
          &lt;option&gt;1993 
          &lt;option&gt;1994 
          &lt;option&gt;1995 
          &lt;option&gt;1996 
          &lt;option&gt;1997 
          &lt;option&gt;1998 
          &lt;option&gt;1999 
          &lt;option&gt;2000 
          &lt;option&gt;2001 
          &lt;option&gt;2002 
        &lt;/select&gt;

        &lt;select name=&quot;MONTH&quot;&gt;
          &lt;script language=&quot;JavaScript&quot;&gt;&lt;!--
document.write(&quot;&lt;option value=&quot; + td(-2,&#039;2M&#039;) + &quot;&gt;&quot; + td(-2,&#039;3M&#039;));
//--&gt;&lt;/script&gt;
          &lt;option&gt;--- 
          &lt;option value=&quot;01&quot;&gt;Jan 
          &lt;option value=&quot;02&quot;&gt;Feb 
          &lt;option value=&quot;03&quot;&gt;Mar 
          &lt;option value=&quot;04&quot;&gt;Apr 
          &lt;option value=&quot;05&quot;&gt;May 
          &lt;option value=&quot;06&quot;&gt;Jun 
          &lt;option value=&quot;07&quot;&gt;Jul 
          &lt;option value=&quot;08&quot;&gt;Aug 
          &lt;option value=&quot;09&quot;&gt;Sep 
          &lt;option value=&quot;10&quot;&gt;Oct 
          &lt;option value=&quot;11&quot;&gt;Nov 
          &lt;option value=&quot;12&quot;&gt;Dec 
        &lt;/select&gt;
        &lt;font size=&quot;2&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;&lt;b&gt;From:&lt;/b&gt;&lt;/font&gt; 
        &lt;select name=&quot;FROM&quot;&gt;
          &lt;script language=&quot;JavaScript&quot;&gt;&lt;!--
document.write(&quot;&lt;option value=&quot; + td(-2,&#039;2DH12&#039;) + &quot;&gt;&quot; + td(-2,&#039;2D&#039;) + &quot;/&quot; + td(-2,&#039;H12&#039;) + &quot;Z&quot;);
//--&gt;&lt;/script&gt;
          &lt;option&gt;--- 
          &lt;option value=&quot;0100&quot;&gt;01/00Z 
          &lt;option value=&quot;0112&quot;&gt;01/12Z 
          &lt;option value=&quot;0200&quot;&gt;02/00Z 
          &lt;option value=&quot;0212&quot;&gt;02/12Z 
          &lt;option value=&quot;0300&quot;&gt;03/00Z 
          &lt;option value=&quot;0312&quot;&gt;03/12Z 
          &lt;option value=&quot;0400&quot;&gt;04/00Z 
          &lt;option value=&quot;0412&quot;&gt;04/12Z 
          &lt;option value=&quot;0500&quot;&gt;05/00Z 
          &lt;option value=&quot;0512&quot;&gt;05/12Z 
          &lt;option value=&quot;0600&quot;&gt;06/00Z 
          &lt;option value=&quot;0612&quot;&gt;06/12Z 
          &lt;option value=&quot;0700&quot;&gt;07/00Z 
          &lt;option value=&quot;0712&quot;&gt;07/12Z 
          &lt;option value=&quot;0800&quot;&gt;08/00Z 
          &lt;option value=&quot;0812&quot;&gt;08/12Z 
          &lt;option value=&quot;0900&quot;&gt;09/00Z 
          &lt;option value=&quot;0912&quot;&gt;09/12Z 
          &lt;option value=&quot;1000&quot;&gt;10/00Z 
          &lt;option value=&quot;1012&quot;&gt;10/12Z 
          &lt;option value=&quot;1100&quot;&gt;11/00Z 
          &lt;option value=&quot;1112&quot;&gt;11/12Z 
          &lt;option value=&quot;1200&quot;&gt;12/00Z 
          &lt;option value=&quot;1212&quot;&gt;12/12Z 
          &lt;option value=&quot;1300&quot;&gt;13/00Z 
          &lt;option value=&quot;1312&quot;&gt;13/12Z 
          &lt;option value=&quot;1400&quot;&gt;14/00Z 
          &lt;option value=&quot;1412&quot;&gt;14/12Z 
          &lt;option value=&quot;1500&quot;&gt;15/00Z 
          &lt;option value=&quot;1512&quot;&gt;15/12Z 
          &lt;option value=&quot;1600&quot;&gt;16/00Z 
          &lt;option value=&quot;1612&quot;&gt;16/12Z 
          &lt;option value=&quot;1700&quot;&gt;17/00Z 
          &lt;option value=&quot;1712&quot;&gt;17/12Z 
          &lt;option value=&quot;1800&quot;&gt;18/00Z 
          &lt;option value=&quot;1812&quot;&gt;18/12Z 
          &lt;option value=&quot;1900&quot;&gt;19/00Z 
          &lt;option value=&quot;1912&quot;&gt;19/12Z 
          &lt;option value=&quot;2000&quot;&gt;20/00Z 
          &lt;option value=&quot;2012&quot;&gt;20/12Z 
          &lt;option value=&quot;2100&quot;&gt;21/00Z 
          &lt;option value=&quot;2112&quot;&gt;21/12Z 
          &lt;option value=&quot;2200&quot;&gt;22/00Z 
          &lt;option value=&quot;2212&quot;&gt;22/12Z 
          &lt;option value=&quot;2300&quot;&gt;23/00Z 
          &lt;option value=&quot;2312&quot;&gt;23/12Z 
          &lt;option value=&quot;2400&quot;&gt;24/00Z 
          &lt;option value=&quot;2412&quot;&gt;24/12Z 
          &lt;option value=&quot;2500&quot;&gt;25/00Z 
          &lt;option value=&quot;2512&quot;&gt;25/12Z 
          &lt;option value=&quot;2600&quot;&gt;26/00Z 
          &lt;option value=&quot;2612&quot;&gt;26/12Z 
          &lt;option value=&quot;2700&quot;&gt;27/00Z 
          &lt;option value=&quot;2712&quot;&gt;27/12Z 
          &lt;option value=&quot;2800&quot;&gt;28/00Z 
          &lt;option value=&quot;2812&quot;&gt;28/12Z 
          &lt;option value=&quot;2900&quot;&gt;29/00Z 
          &lt;option value=&quot;2912&quot;&gt;29/12Z 
          &lt;option value=&quot;3000&quot;&gt;30/00Z 
          &lt;option value=&quot;3012&quot;&gt;30/12Z 
          &lt;option value=&quot;3100&quot;&gt;31/00Z 
          &lt;option value=&quot;3112&quot;&gt;31/12Z 
        &lt;/select&gt;
        &lt;font size=&quot;2&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;&lt;b&gt;To:&lt;/b&gt;&lt;/font&gt; 
        &lt;select name=&quot;TO&quot;&gt;
          &lt;script language=&quot;JavaScript&quot;&gt;&lt;!--
document.write(&quot;&lt;option value=&quot; + td(-2,&#039;2DH12&#039;) + &quot;&gt;&quot; + td(-2,&#039;2D&#039;) + &quot;/&quot; + td(-2,&#039;H12&#039;) + &quot;Z&quot;);
//--&gt;&lt;/script&gt;
          &lt;option&gt;--- 
          &lt;option value=&quot;0100&quot;&gt;01/00Z 
          &lt;option value=&quot;0112&quot;&gt;01/12Z 
          &lt;option value=&quot;0200&quot;&gt;02/00Z 
          &lt;option value=&quot;0212&quot;&gt;02/12Z 
          &lt;option value=&quot;0300&quot;&gt;03/00Z 
          &lt;option value=&quot;0312&quot;&gt;03/12Z 
          &lt;option value=&quot;0400&quot;&gt;04/00Z 
          &lt;option value=&quot;0412&quot;&gt;04/12Z 
          &lt;option value=&quot;0500&quot;&gt;05/00Z 
          &lt;option value=&quot;0512&quot;&gt;05/12Z 
          &lt;option value=&quot;0600&quot;&gt;06/00Z 
          &lt;option value=&quot;0612&quot;&gt;06/12Z 
          &lt;option value=&quot;0700&quot;&gt;07/00Z 
          &lt;option value=&quot;0712&quot;&gt;07/12Z 
          &lt;option value=&quot;0800&quot;&gt;08/00Z 
          &lt;option value=&quot;0812&quot;&gt;08/12Z 
          &lt;option value=&quot;0900&quot;&gt;09/00Z 
          &lt;option value=&quot;0912&quot;&gt;09/12Z 
          &lt;option value=&quot;1000&quot;&gt;10/00Z 
          &lt;option value=&quot;1012&quot;&gt;10/12Z 
          &lt;option value=&quot;1100&quot;&gt;11/00Z 
          &lt;option value=&quot;1112&quot;&gt;11/12Z 
          &lt;option value=&quot;1200&quot;&gt;12/00Z 
          &lt;option value=&quot;1212&quot;&gt;12/12Z 
          &lt;option value=&quot;1300&quot;&gt;13/00Z 
          &lt;option value=&quot;1312&quot;&gt;13/12Z 
          &lt;option value=&quot;1400&quot;&gt;14/00Z 
          &lt;option value=&quot;1412&quot;&gt;14/12Z 
          &lt;option value=&quot;1500&quot;&gt;15/00Z 
          &lt;option value=&quot;1512&quot;&gt;15/12Z 
          &lt;option value=&quot;1600&quot;&gt;16/00Z 
          &lt;option value=&quot;1612&quot;&gt;16/12Z 
          &lt;option value=&quot;1700&quot;&gt;17/00Z 
          &lt;option value=&quot;1712&quot;&gt;17/12Z 
          &lt;option value=&quot;1800&quot;&gt;18/00Z 
          &lt;option value=&quot;1812&quot;&gt;18/12Z 
          &lt;option value=&quot;1900&quot;&gt;19/00Z 
          &lt;option value=&quot;1912&quot;&gt;19/12Z 
          &lt;option value=&quot;2000&quot;&gt;20/00Z 
          &lt;option value=&quot;2012&quot;&gt;20/12Z 
          &lt;option value=&quot;2100&quot;&gt;21/00Z 
          &lt;option value=&quot;2112&quot;&gt;21/12Z 
          &lt;option value=&quot;2200&quot;&gt;22/00Z 
          &lt;option value=&quot;2212&quot;&gt;22/12Z 
          &lt;option value=&quot;2300&quot;&gt;23/00Z 
          &lt;option value=&quot;2312&quot;&gt;23/12Z 
          &lt;option value=&quot;2400&quot;&gt;24/00Z 
          &lt;option value=&quot;2412&quot;&gt;24/12Z 
          &lt;option value=&quot;2500&quot;&gt;25/00Z 
          &lt;option value=&quot;2512&quot;&gt;25/12Z 
          &lt;option value=&quot;2600&quot;&gt;26/00Z 
          &lt;option value=&quot;2612&quot;&gt;26/12Z 
          &lt;option value=&quot;2700&quot;&gt;27/00Z 
          &lt;option value=&quot;2712&quot;&gt;27/12Z 
          &lt;option value=&quot;2800&quot;&gt;28/00Z 
          &lt;option value=&quot;2812&quot;&gt;28/12Z 
          &lt;option value=&quot;2900&quot;&gt;29/00Z 
          &lt;option value=&quot;2912&quot;&gt;29/12Z 
          &lt;option value=&quot;3000&quot;&gt;30/00Z 
          &lt;option value=&quot;3012&quot;&gt;30/12Z 
          &lt;option value=&quot;3100&quot;&gt;31/00Z 
          &lt;option value=&quot;3112&quot;&gt;31/12Z 
        &lt;/select&gt;

&lt;map name=&quot;raob&quot;&gt;
&lt;area coords=&quot;223,023,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;01241 Orland&#039;)&quot;&gt;
&lt;area coords=&quot;178,098,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;01400 Ekofisk&#039;)&quot;&gt;
&lt;area coords=&quot;197,075,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;01415 Stavanger/Sola&#039;)&quot;&gt;
&lt;area coords=&quot;280,000,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;02185 Lulea-Kallax&#039;)&quot;&gt;
&lt;area coords=&quot;262,036,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;02365 Sundsvall-Harnosand&#039;)&quot;&gt;
&lt;area coords=&quot;236,091,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;02527 Goteborg/Landvetter&#039;)&quot;&gt;
&lt;area coords=&quot;271,089,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;02591 Visby Aerologiska Stn&#039;)&quot;&gt;
&lt;area coords=&quot;295,050,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;02963 Jokioinen&#039;)&quot;&gt;
&lt;area coords=&quot;161,053,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;03005 Lerwick&#039;)&quot;&gt;
&lt;area coords=&quot;127,066,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;03026 Stornoway&#039;)&quot;&gt;
&lt;area coords=&quot;143,108,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;03238 Albermarle&#039;)&quot;&gt;
&lt;area coords=&quot;146,104,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;03240 Boulmer&#039;)&quot;&gt;
&lt;area coords=&quot;128,133,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;03317 Raf Woodvale Autosonde&#039;)&quot;&gt;
&lt;area coords=&quot;141,132,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;03354 Nottingham/Watnall&#039;)&quot;&gt;
&lt;area coords=&quot;116,135,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;03502 Aberporth&#039;)&quot;&gt;
&lt;area coords=&quot;132,151,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;03743 Larkhill&#039;)&quot;&gt;
&lt;area coords=&quot;104,154,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;03808 Camborne&#039;)&quot;&gt;
&lt;area coords=&quot;146,158,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;03882 Herstmonceux&#039;)&quot;&gt;
&lt;area coords=&quot;113,105,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;03918 Castor Bay&#039;)&quot;&gt;
&lt;area coords=&quot;114,106,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;03920 Hillsborough&#039;)&quot;&gt;
&lt;area coords=&quot;077,123,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;03953 Valentia Observatory&#039;)&quot;&gt;
&lt;area coords=&quot;139,025,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;06011 Torshavn&#039;)&quot;&gt;
&lt;area coords=&quot;236,112,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;06181 Koebenhavn/Jaegersborg&#039;)&quot;&gt;
&lt;area coords=&quot;183,150,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;06260 De Bilt&#039;)&quot;&gt;
&lt;area coords=&quot;175,165,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;06447 Uccle&#039;)&quot;&gt;
&lt;area coords=&quot;189,214,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;06610 Payerne&#039;)&quot;&gt;
&lt;area coords=&quot;104,176,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;07110 Brest&#039;)&quot;&gt;
&lt;area coords=&quot;154,185,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;07145 Trappes&#039;)&quot;&gt;
&lt;area coords=&quot;186,191,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;07180 Nancy-Essey&#039;)&quot;&gt;
&lt;area coords=&quot;172,225,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;07481 Lyon-Satolas&#039;)&quot;&gt;
&lt;area coords=&quot;122,226,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;07510 Bordeaux Merignac&#039;)&quot;&gt;
&lt;area coords=&quot;163,247,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;07645 Nimes-Courbessac&#039;)&quot;&gt;
&lt;area coords=&quot;200,275,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;07761 Ajaccio&#039;)&quot;&gt;
&lt;area coords=&quot;052,223,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;08001 La Coruna&#039;)&quot;&gt;
&lt;area coords=&quot;091,235,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;08023 Santander&#039;)&quot;&gt;
&lt;area coords=&quot;110,264,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;08160 Zaragoza/Aeropuerto&#039;)&quot;&gt;
&lt;area coords=&quot;083,271,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;08221 Madrid/Barajas&#039;)&quot;&gt;
&lt;area coords=&quot;138,297,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;08301 Palma De Mallorca&#039;)&quot;&gt;
&lt;area coords=&quot;097,308,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;08430 Murcia&#039;)&quot;&gt;
&lt;area coords=&quot;049,319,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;08495 Gibraltar&#039;)&quot;&gt;
&lt;area coords=&quot;024,274,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;08579 Lisboa/Gago Coutinho&#039;)&quot;&gt;
&lt;area coords=&quot;216,126,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;10035 Schleswig&#039;)&quot;&gt;
&lt;area coords=&quot;242,131,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;10184 Greifswald&#039;)&quot;&gt;
&lt;area coords=&quot;199,137,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;10200 Emden-Flugplatz&#039;)&quot;&gt;
&lt;area coords=&quot;218,145,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;10238 Bergen&#039;)&quot;&gt;
&lt;area coords=&quot;247,153,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;10393 Lindenberg&#039;)&quot;&gt;
&lt;area coords=&quot;195,160,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;10410 Essen&#039;)&quot;&gt;
&lt;area coords=&quot;232,161,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;10468 Oppin&#039;)&quot;&gt;
&lt;area coords=&quot;220,172,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;10548 Meiningen&#039;)&quot;&gt;
&lt;area coords=&quot;196,180,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;10618 Idar-Oberstein&#039;)&quot;&gt;
&lt;area coords=&quot;209,192,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;10739 Stuttgart/Schnarrenberg&#039;)&quot;&gt;
&lt;area coords=&quot;231,185,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;10771 Kuemmersbruck&#039;)&quot;&gt;
&lt;area coords=&quot;228,199,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;10868 Muenchen&#039;)&quot;&gt;
&lt;area coords=&quot;222,204,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;10954 Altenstadt&#039;)&quot;&gt;
&lt;area coords=&quot;266,199,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;11035 Wien/Hohe Warte&#039;)&quot;&gt;
&lt;area coords=&quot;250,179,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;11520 Praha-Libus&#039;)&quot;&gt;
&lt;area coords=&quot;268,188,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;11722 Bruno-Sokolnice&#039;)&quot;&gt;
&lt;area coords=&quot;296,187,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;11952 Poprad-Ganovce&#039;)&quot;&gt;
&lt;area coords=&quot;269,123,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;12120 Leba&#039;)&quot;&gt;
&lt;area coords=&quot;295,147,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;12374 Legionowo&#039;)&quot;&gt;
&lt;area coords=&quot;267,157,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;12425 Wroclaw I&#039;)&quot;&gt;
&lt;area coords=&quot;289,206,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;12843 Budapest/Lorinc&#039;)&quot;&gt;
&lt;area coords=&quot;298,220,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;12982 Szeged&#039;)&quot;&gt;
&lt;area coords=&quot;303,237,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;13275 Beograd/Kosutnjak&#039;)&quot;&gt;
&lt;area coords=&quot;265,228,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;14240 Zagreb/Maksimir&#039;)&quot;&gt;
&lt;area coords=&quot;352,232,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;15420 Bucuresti Inmh-Banesa&#039;)&quot;&gt;
&lt;area coords=&quot;333,259,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;15614 Sofia&#039;)&quot;&gt;
&lt;area coords=&quot;241,226,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;16044 Udine/Campoformido&#039;)&quot;&gt;
&lt;area coords=&quot;207,232,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;16080 Milano/Linate&#039;)&quot;&gt;
&lt;area coords=&quot;192,243,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;16113 Cuneo-Levaldigi&#039;)&quot;&gt;
&lt;area coords=&quot;227,243,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;16144 San Pietro Capofiume&#039;)&quot;&gt;
&lt;area coords=&quot;234,280,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;16245 Pratica Di Mare&#039;)&quot;&gt;
&lt;area coords=&quot;286,291,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;16320 Brindisi&#039;)&quot;&gt;
&lt;area coords=&quot;234,327,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;16429 Trapani/Birgi&#039;)&quot;&gt;
&lt;area coords=&quot;200,309,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;16560 Cagliari/Elmas&#039;)&quot;&gt;
&lt;area coords=&quot;334,286,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;16622 Thessaloniki&#039;)&quot;&gt;
&lt;area coords=&quot;347,317,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;16716 Athinai Airport&#039;)&quot;&gt;
&lt;area coords=&quot;369,347,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;16754 Heraklion Airport&#039;)&quot;&gt;
&lt;area coords=&quot;452,240,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;17030 Samsun&#039;)&quot;&gt;
&lt;area coords=&quot;389,267,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;17062 Istanbul/Goztepe&#039;)&quot;&gt;
&lt;area coords=&quot;428,268,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;17130 Ankara/Central&#039;)&quot;&gt;
&lt;area coords=&quot;380,303,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;17220 Izmir/Guzelyali&#039;)&quot;&gt;
&lt;area coords=&quot;415,302,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;17240 Isparta&#039;)&quot;&gt;
&lt;area coords=&quot;465,294,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;17351 Adana/Bolge&#039;)&quot;&gt;
&lt;area coords=&quot;464,295,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;17352 Adana/Sakirpasa&#039;)&quot;&gt;
&lt;area coords=&quot;447,333,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;17600 Paphos Airport&#039;)&quot;&gt;
&lt;area coords=&quot;454,324,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;17607 Athalassa&#039;)&quot;&gt;
&lt;area coords=&quot;458,327,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;17609 Larnaca Airport&#039;)&quot;&gt;
&lt;area coords=&quot;371,018,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;22845 Kargopol&#039;)&quot;&gt;
&lt;area coords=&quot;304,065,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;26038 Tallinn&#039;)&quot;&gt;
&lt;area coords=&quot;336,050,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;26063 St.Petersburg&#039;)&quot;&gt;
&lt;area coords=&quot;362,065,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;26298 Bologoe&#039;)&quot;&gt;
&lt;area coords=&quot;307,092,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;26422 Riga&#039;)&quot;&gt;
&lt;area coords=&quot;348,089,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;26477 Velikie Luki&#039;)&quot;&gt;
&lt;area coords=&quot;362,103,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;26781 Smolensk&#039;)&quot;&gt;
&lt;area coords=&quot;387,037,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;27037 Vologda&#039;)&quot;&gt;
&lt;area coords=&quot;438,014,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;27199 Kirov&#039;)&quot;&gt;
&lt;area coords=&quot;425,055,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;27459 Niznij Novgorod&#039;)&quot;&gt;
&lt;area coords=&quot;457,043,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;27595 Kazan&#039;)&quot;&gt;
&lt;area coords=&quot;394,078,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;27612 Moskva&#039;)&quot;&gt;
&lt;area coords=&quot;386,103,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;27707 Suhinici&#039;)&quot;&gt;
&lt;area coords=&quot;409,085,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;27730 Rjazan&#039;)&quot;&gt;
&lt;area coords=&quot;449,082,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;27962 Penza&#039;)&quot;&gt;
&lt;area coords=&quot;343,164,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;33317 Shepetivka&#039;)&quot;&gt;
&lt;area coords=&quot;368,154,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;33345 Kyiv&#039;)&quot;&gt;
&lt;area coords=&quot;311,189,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;33631 Uzhhorod&#039;)&quot;&gt;
&lt;area coords=&quot;340,187,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;33658 Chernivtsi&#039;)&quot;&gt;
&lt;area coords=&quot;397,174,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;33791 Kryvyi Rih&#039;)&quot;&gt;
&lt;area coords=&quot;384,199,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;33837 Odessa&#039;)&quot;&gt;
&lt;area coords=&quot;418,209,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;33946 Simferopol&#039;)&quot;&gt;
&lt;area coords=&quot;401,125,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;34009 Kursk&#039;)&quot;&gt;
&lt;area coords=&quot;422,117,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;34122 Voronez&#039;)&quot;&gt;
&lt;area coords=&quot;440,124,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;34247 Kalac&#039;)&quot;&gt;
&lt;area coords=&quot;409,144,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;34300 Kharkiv&#039;)&quot;&gt;
&lt;area coords=&quot;472,128,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;34560 Volgograd&#039;)&quot;&gt;
&lt;area coords=&quot;449,161,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;34731 Rostov-Na-Donu&#039;)&quot;&gt;
&lt;area coords=&quot;014,343,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;60155 Casablanca&#039;)&quot;&gt;
&lt;area coords=&quot;185,339,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;60360 Annaba&#039;)&quot;&gt;
&lt;area coords=&quot;138,334,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;60390 Dar-El-Beida&#039;)&quot;&gt;
&lt;area coords=&quot;172,344,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;60419 Constantine&#039;)&quot;&gt;
&lt;area coords=&quot;095,339,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;60490 Oran-Senia&#039;)&quot;&gt;
&lt;area coords=&quot;210,340,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;60715 Tunis-Carthage&#039;)&quot;&gt;
&lt;area coords=&quot;215,356,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;60740 Monastir-Skanes&#039;)&quot;&gt;
&lt;area coords=&quot;100,020,5&quot; shape=&quot;circle&quot; href=&quot;javascript:document.fs.submit()&quot; onMouseOver=&quot;s(&#039;OXYH2 OXYH223&#039;)&quot;&gt;
&lt;area shape=&quot;default&quot; nohref&gt;&lt;/map&gt;&lt;br&gt;

&lt;img src=&quot;http://weather.uwyo.edu/upperair/europe.jpg&quot; USEMAP=&quot;#raob&quot; width=480 height=360 border=0&gt;&lt;br&gt;&lt;br&gt;
        &lt;b&gt;&lt;font size=&quot;2&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;You can 
        enter a Station-Nr instead of clicking on the map:&lt;br&gt;
        &lt;/font&gt;&lt;/b&gt;&lt;font size=&quot;2&quot;&gt; &lt;/font&gt; 
        &lt;input name=&quot;STNM&quot; value=&quot;06610&quot; size=&quot;6&quot;&gt;
&lt;input name=&quot;STNN&quot; value=&quot;Payerne (LSMP)&quot; size=&quot;24&quot; readonly&gt;
&lt;input type=&quot;submit&quot; value=&quot;Submit&quot;&gt;&lt;/form&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
</description>
 <category domain="http://www.ilmeteo.it/portale/radiosondaggi">Radiosondaggi</category>
 <pubDate>Sat, 11 Feb 2012 19:33:01 +0100</pubDate>
</item>
</channel>
</rss>
<!-- 207 -->
