// MESSAGE CONTENTS GO HERE //

var myMainMessage="        Good luck on the final! ";

function writeMarquee() {

  document.write("<marquee scrolldelay='310' scrollamount='20'>"+myMainMessage+"</marquee>");

}
//  End -->
