// JavaScript Document


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

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

if (iens6){
document.write('<div id="scroll_big" style="position:relative;width:700px;height:430px;overflow:hidden;">')
document.write('<div id="scroll_sml" style="position:absolute;width:630px;left:0px;top:0px;float:left;">')
}

document.write('<ilayer name="nsscroll_big" width="630" height="400" clip="0,0,640,400">')
document.write('<layer name="nsscroll_sml" width="630" height="400" visibility="hidden" clip="0,0,640,400">')



