



//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:600px;height:600px;overflow:hidden;">')
document.write('<div id="content" style="background-color: transparent; position:absolute;width:600px;left:0px;top:0px">')
}


