// JavaScript Document
iens6=document.all||document.getElementById
ns4=document.layers

//specify speed of scroll (greater=faster)
var speed=1

if (iens6){
/*document.write('<div id="container" style="position:relative;width:320px;height:280px;border:0px solid black;overflow:hidden">')
*/
document.write('<div id="container" style="position:relative;width:320px;height:280px;border:0px solid white;overflow:hidden">')
document.write('<div id="content" style="position:absolute;width:310px;left:10;top:0">')
}
