var scrollerwidth=170

var scrollerheight=150

var speed=1

var scrollercontents='<p  align="justify"><font color="#808080">Bexout Ltd is bulgarian-swedish firm that has the ambition to provide everything for your complete web presence - professional web design and development, web hosting and quality support, domain name registration and SEO...'



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








