<!--   
   var questa = window.location.pathname;
   document.write("<div align='center'>")  
   document.write("<b><font size='2'>")
   if (bgsound=="?bgsound=NO") {
      document.write("<a href='"+questa+"?bgsound=SI'>")
      document.write("<font color='#3300CC'>Riavvia musica</font></font></b>")
        }
   else {   
      document.write("<a href='"+questa+"?bgsound=NO'>")
      document.write("<font color='#3300CC'>Stop musica</font></font></b>")
        }
   document.write("<img src='NoSound.gif' width='86' height='19' border='0'></a>")
   document.write("</div>")  
-->