var scrollerwidth=170

var scrollerheight=150

var speed=1

var scrollercontents='<p  align="justify"><font color="#808080"> Bexout Ltd is bulgarian-swedish IT firm providing web site design, web hosting and domain name registration. Everything from professional web design and development, advanced hosting, support and search engine registration and optimization is included in our services.  '



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







