//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=9

if (iens6){
document.write('<div id="container" style="position:relative;width:389;height:221;overflow:hidden">')
document.write('<div id="content" style="position:relative;width:359;left:0;top:0;">')
}
