var testata = 'lanazione'

var marqueecontents = '<FONT FACE="Verdana, Arial, Helvetica, sans-serif" COLOR="#080a94" SIZE=-2>';
marqueecontents += '<A HREF="http://www.lanazione.it" class=myscroller>Esteri - Un Boeing 727-100 della compagnia ecuadoriana Tame è precipitato con 92 persone a bordo. Stava per atterrare a Tulcan, al confine con la Colombia </A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
marqueecontents += '<A HREF="http://www.lanazione.it" class=myscroller>Politica - Ue, è accordo sulla Convenzione: via libera per Fini e  Amato  </A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
marqueecontents += '<A HREF="http://www.lanazione.it" class=myscroller>Cronaca - Mercoledì e giovedì tornano le targhe alterne a Firenze                                 </A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';

marqueecontents += '</FONT>';



var marqueeheight=18
var speed=2

if (navigator.appName != 'Netscape')
	var marqueetag='<marquee scrollAmount='+speed+' style="width:'+scroller_width+'">'+marqueecontents+'</marquee>'

function regenerate(){
  window.location.reload()
}

function regenerate2(){
  if (document.layers){
    setTimeout("window.onresize=regenerate",450)
    intializemarquee()
  }
}

function intializemarquee(){
  document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>')
  document.cmarquee01.document.cmarquee02.document.close()
  thelength=document.cmarquee01.document.cmarquee02.document.width
  scrollit()
}

function scrollit(){
  if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
    document.cmarquee01.document.cmarquee02.left-=speed
    setTimeout("scrollit()",100)
  }
  else
  {
    document.cmarquee01.document.cmarquee02.left=marqueewidth
    scrollit()
  }
}

window.onload=regenerate2
document.write('<table border=0><tr><td>');
//document.write('<img src=http://'+testata+'.monrif.net/img/scr_24h.gif>');
//document.write('</td><td>');
document.write('<ilayer width='+scroller_width+' height='+marqueeheight+' name="cmarquee01" HSPACE=0 VSPACE=0 >');
document.write('<layer name="cmarquee02">'+marqueetag+'</layer>');
document.write('</ilayer>');
//document.write('</td><td align="right"><a href=http://'+testata+'.monrif.net/>');
//document.write('<img src=http://'+testata+'.monrif.net/img/scr_quotidiano.gif border=0></a>');
document.write('</td></tr></table>');


