//Change the marqueestring below to the latest news infomation, if any doubts ask the current programmer for help!!
var marqueestring="Upcoming Diploma courses"

document.write('<MARQUEE behavior= "scroll" scrollamount= "2" scrolldelay= "60" onMouseOver="stop()" onMouseOut="start()"><SPAN class=bodytext><strong><a class="style2" href="http://www.oxford.edu.sg/latest_news.htm" target="_self">');
document.write(marqueestring);
document.write('</strong></a></SPAN></MARQUEE>');