Write the news in the box belowvar outMsg = ""; var i = 0; var lineNo = 1; var timerDM=null; var msg = " "; function araVob() { } var ScreenLine = new araVob(); ScreenLine[1] = "The November-December 2008 issue of the Parents' Association newsletter is available online in the News section.\f"; ScreenLine[2] = "Saturday November 22 concert at the Auditorium Conciliazione in celebration of the 40th anniversary of the Beatles's White Album release and as a fundraiser to benefit the Ospedale Bambin Gesł of Rome. During the performance the SSS chorus will perform the back-up vocals for 'The Continuing Story of Bungalow Bill', 'Obladi, Oblada', 'Helter Skelter', 'Goodnight', 'Birthday' as well as singing in the closing number, 'Hey Jude'.\f"; ScreenLine[3] = "School closed for Thanksgiving Holiday, Thursday Nov 27 and Friday Nov 28.\f"; var msgNum = 1; var msgCnt = 3; var typeSpeed = 30; var pageLen =5; var delay=typeSpeed; var r = 0; var cr="\r\n" if ("3" <=navigator.appVersion.charAt(0)) { var cr="\n" } for (x = 1; x<=(msgCnt); x++) { ScreenLine[x] = ScreenLine[x] + cr; } msg = ScreenLine[1]; function DisplayMsg() { if (msg.length <= i || msg.charAt(i) == "\f") { r=i; i=0; ChangeMsg(); } outMsg = outMsg + msg.charAt(i); i++; if (msg.charAt(i) == "\f" || (lineNo == pageLen && i==msg.length)) { delay = 4000; } else { if (msg.charAt(i) == cr && msg != " "+cr) { delay = 2000; } else { delay = typeSpeed; } } self.document.forms[0].elements[0].value=outMsg; timerDM = setTimeout("DisplayMsg()",delay); } function ChangeMsg() { msgNum++; if (msgCnt < msgNum) { msgNum = 1; } lineNo++; if (pageLen < lineNo || msg.charAt(r) == "\f") { outMsg=ScreenLine[msgNum].charAt(i); i++; lineNo = 1; } msg = ScreenLine[msgNum]; } function quitDisplay() { self.document.forms[0].elements[0].value = "Loading NEWS ..."; } // -->