var marqueewidth=1000
var marqueeheight=20
var speed=3
var marqueecontents='<font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="000000"><b>Nout&#259;&#355;i:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../news/index.html" >Raportul adresat Sesiunii Comitetului ONU pentru Eliminarea Discriminării Rasiale </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;***&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../news/index.html" >„Minte! Minte! Minte! Şi în cele din urmă minciuna ta va fi crezută” - deviza extremiştilor maghiari la Geneva </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;***&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../news/index.html" >R&#259;spunsul FCRCHM la afirma&#355;iile pastorului Laszlo Tokes</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;***&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../news/index.html" >&#354;inutul Secuiesc nu exist&#259; !</b></a></font>'


if (document.all)
document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+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