var scrollerwidth=170

var scrollerheight=150

var speed=1

var scrollercontents='<p  align="justify"><font color="#808080">Днес Швеция е член на Европейския Съюз, което дълго време е считано за несъвместимо с нейния неутралитет. Но на референдума, проведен през 2003 година тя отказва да приеме еврото като национална валута и вместо това продължава да използва шведската крона. Все още е спорен и въпроса за присъединяването на страната към НАТО.'



if (document.all)

document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+scrollerwidth+';height:'+scrollerheight+'">'+scrollercontents+'</marquee>')



function regenerate(){

window.location.reload()

}

function regenerate2(){

if (document.layers){

setTimeout("window.onresize=regenerate",150)

intializescroller()

}

}



function intializescroller(){

document.vscroller01.document.vscroller02.document.write(scrollercontents)

document.vscroller01.document.vscroller02.document.close()

thelength=document.vscroller01.document.vscroller02.document.height

scrollit()

}



function scrollit(){

if (document.vscroller01.document.vscroller02.top>=thelength*(-1)){

document.vscroller01.document.vscroller02.top-=speed

setTimeout("scrollit()",200)

}

else{

document.vscroller01.document.vscroller02.top=scrollerheight

scrollit()

}

}



window.onload=regenerate2








