// JavaScript Document
//Scroll Vertical
var hidden=document.getElementById("hidden").value;
document.write("<marquee behavior='scroll' direction='up' scrollamount='1' width='525px' height='70px' onMouseOver='this.stop()' onMouseOut='this.start()'><br />"+hidden+"</marquee>")
