function marquee1() 
{ 
document.write("<marquee behavior=scroll direction=up width=220 height=85 scrollamount=1 scrolldelay=60 onmouseover='this.stop()' onmouseout='this.start()'>") 
} 
function marquee2() 
{ 
document.write("</marquee>") 
} 