//Change the marqueestring below to the latest news infomation, if any doubts ask the current programmer for help!!
var marqueestring=""

document.write('<MARQUEE behavior= "scroll" scrollamount= "2" scrolldelay= "60"><SPAN class=bodytext><strong>');
document.write(marqueestring);
document.write('</strong></SPAN></MARQUEE>');