//Change the marqueestring below to the latest news infomation, if any doubts ask the current programmer for help!!
var marqueestring="TAKE NOTE OF THE UPCOMING COURSES"

document.write('<MARQUEE behavior= "scroll" scrollamount= "2" scrolldelay= "60" onMouseOver="stop()" onMouseOut="start()"><SPAN class=bodytext><strong><a class="style2" href="http://www.cambridge.edu.sg" target="_blank">');
document.write(marqueestring);
document.write('</strong></a></SPAN></MARQUEE>');