heading = new Array()newsdate = new Array()text = new Array()linked = new Array()heading[0] = "Old Andrean Dinner at the Royal Overseas League on Thursday 28th November 2002 ";newsdate[0] = "Decemebr 2002";text[0] = "<br><br><img src='news/img/OA-Dinner2002.jpg' width='160' height='160' border='0' align='right'>Graham House men welcome back their Housemaster<br><br>Some 50 Old Andreans attended the annual dinner in London in November last year. The guest speaker Cliff Walters, former headmaster of Graham House, drew a particularly strong showing from Graham House men. Leading the charge was the property baron from Portugal, Tony Romano. The evening proved to be a memorable night for Tony. Cliff was finally able to return the hunting knife that he had confiscated from the young Romano back in 1984. Cliff spoke warmly of his time at College, and gave the assembled gathering an insight into the life of a College housemaster, including the counselling of errand pupils on drainpipes in the middle of the night.";linked[0] = "news/publications/OA_AGM_2002.pdf";function writeArray(nHead, nDate, nText, nLink) {	for(i=0; i< nHead.length; i++) {		document.write("<span id='subhead'>" + nHead[i] + "</span><br>");		document.write("<span id='date'>" + nDate[i] + "</span><br>");		document.write("" + nText[i] + "");		document.write("<a href='" + nLink[i] + "'>&#8230;Download AGM Notes</a>");		document.write("<br><br>");	}}writeArray(heading, newsdate, text, linked);