//Scrollable content script II- © Dynamic Drive (www.dynamicdrive.com)
//For full source code and TOS
//Visit http://www.dynamicdrive.com

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

//specify speed of scroll (greater=faster)
var speed=20

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

