//Manual Scroller- © Dynamic Drive 2001
//For full source code, visit http://www.dynamicdrive.com
var speed = 2;
iens6= document.all || document.getElementById;
ns4 = document.layers;

if (iens6){
	document.write('<div id="container" style="position:relative;width:100%;height:330px;overflow:hidden">')
	document.write('<div id="content" style="position:absolute;width:100%;left:0px;top:0px">')
}