//Specifica la larghezza del box (in pixels)
var marqueewidth=450
//Specifica la lunghezza del box 
var marqueeheight=100
//Specifica la velocitý di scroll
var speed=1
//Specifica il contenuto

var marqueecontents=''

var marqueecontents=marqueecontents+'<FONT face="Verdana, Arial, Helvetica, sans-serif" size="2" color="blue"><a href="http://www.cordicom.org/link.htm"><center>LINKS UTILI'
var marqueecontents=marqueecontents+'<BR><HR size="1" noshade color="maroon">'

var marqueecontents=marqueecontents+'<FONT face="Verdana, Arial, Helvetica, sans-serif" size="2" color="blue"><a href="http://www.cordicom.org/articolistampa.htm"><center>RASSEGNA STAMPA DEL GAZZETTINO'
var marqueecontents=marqueecontents+'<BR><HR size="1" noshade color="maroon">'

var marqueecontents=marqueecontents+'<FONT face="Verdana, Arial, Helvetica, sans-serif" size="2" color="blue"><a href="http://www.cordicom.org/costituzcomitati.htm"><center>COME TI COSTITUISCO UN COMITATO '
var marqueecontents=marqueecontents+'<BR><HR size="1" noshade color="maroon">'

if (document.all)
document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}


function scrollit(){
if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.top-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.top=marqueeheight
scrollit()
}
}

window.onload=regenerate2