//Manual Scroller- © Dynamic Drive 2001
//For full source code, visit http://www.dynamicdrive.com
//specify speed of scroll (greater=faster)
//iens6=document.all||document.getElementById
var speed=2;

iens6=document.all||document.getElementById
ns4=document.layers

if (iens6){
document.write('<div id="containerscroll" style="position:relative;width:400px;height:176px;overflow:hidden;">')
document.write('<div id="contentscroll" style="position:absolute;width:400px;left:0px;top:0px">')
}

