



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

iens6=document.all||document.getElementById


if (iens6){
document.write('<div id="container" style="background-color: transparent; position:relative;width:200px;height:350px;overflow:hidden;">')
document.write('<div id="content" style="background-color: transparent; position:absolute;width:200px;left:0px;top:0px">')
}

