//Manual Scroller- © Dynamic Drive 2001
//For full source code, visit http://www.dynamicdrive.com

//specify speed of scroll (greater=faster)
var speed=20;

iens6=document.all||document.getElementById;
ns4=document.layers;

if (iens6){
document.write('<div id="container1" style="position:relative;width:530px;height:115px;overflow:hidden;color:#000000;font-size:12px">')
document.write('<div id="content1" style="position:absolute;width:600px;left:-10px;top:0px">')
}

//Bottom Script

