//Manual Scroller- © Dynamic Drive 2001

//specify speed of scroll (greater=faster)
var speed=2

iens6=document.all||document.getElementById
ns4=document.layers

if (iens6){
document.write('<div id="container" style="position:relative;margin-left:100px;width:580px;height:347px;overflow:hidden;border:0px solid white">')
document.write('<div id="content" style="position:absolute;width:580px;left:0px;top:0px;text-align:left">')
}