//Manual Scroller- © Dynamic Drive 2001
//For full source code, visit http://www.dynamicdrive.com

//specify speed of scroll (greater=faster)
var speed=5;

iens6=document.all||document.getElementById;
ns4=document.layers;

if (iens6){
document.write('<div id="inner_right" style="position:relative;width:638px;height:250px;overflow:hidden;">')
document.write('<div id="content" style="position:absolute;width:640px;left:0px;top:0px">')
}

//Bottom Script

