Ciao raga...non vi incazzate...se è troppo non fa niente!
sul sito www.byluciani.com ho trovato uno script che visualizza in scroll delle notizie gestite in ASP attraverso delle funzioni JS! ma quella versione funzia solo in IE!!!!
lo script js dovrebbe essere questo:
codice:
<SCRIPT language="JavaScript1.2">

var marqueewidth=150
var marqueeheight=250

var marqueecontents='<div class=testoscroll><%= Replace(strtesto, "'", "\'") %></div>'
if (document.all)
document.write('<marquee direction="up" scrollAmount="3" 
onMouseover="this.scrollAmount=1" onMouseout="this.scrollAmount=3" style="width:'+marqueewidth
 +';height:'+marqueeheight+'">' 
+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( marqueecontents)
  document.cmarquee01.document.cmarquee02.document.close()
  thelength=document.cmarquee01.document.cmarquee02.document.height

  scrollit()
}

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
</SCRIPT>
cmq. la pagina dei file è QUI