document.title = 'Comune di Annicco on line';
   <!--
    var textfoot = "                                                            ";
    var textfoot = textfoot+textfoot+"L'Amministrazione Comunale di Annicco Vi augura buona giornata !!!";
    var textfoot2 = textfoot;
       function StausMarquee()  {
          textfoot = textfoot.substring(1,textfoot.length);
             if (textfoot.length == 0) {
                textfoot=textfoot2;
             }
          window.status = textfoot;
          setTimeout (StausMarquee, 100);
       }
    StausMarquee();
   // -->

