<!--

var index = 4

document.write ("<marquee scrollamount='1' scrolldelay='50' direction= 'up' width='120' height='150'>");


for (i=0;i<index;i++){
}


// -->
