document.write("<span id='subhead'>:: Other news</span><br><br>");heading = new Array()newsdate = new Array()heading[0] = "<a href='archives/11-9-01anthrax.html'>Anthrax scare at college</a>";newsdate[0] = "Oct 11 2001";heading[1] = "<a href='archives/newbranch.html'>OAs form a new branch in New Zealand</a>";newsdate[1] = "Nov 11 2000";heading[2] = "<a href='archives/royalvisit.html'>Royalty visit College</a>";newsdate[2] = "Nov 11 2000";heading[3] = "<a href='archives/mpoland.html'>Iron Love - M Polands latest novel</a>";newsdate[3] = "Oct 01 2000";heading[4] = "<a href='archives/chapel.html'>Chapel receives much- needed attention with help from OA UK</a>";newsdate[4] = "Sept 30 2000";heading[5] = "<a href='archives/reunion2000.html'>Reunion 2000</a>";newsdate[5] = "July 01 2000";function writeArray(nHead, nDate) {	for(i=0; i< nHead.length; i++) {		document.write("<b>" + nHead[i] + "</b><br>");		document.write("<span id='smallhead2'>" + nDate[i] + "</span>");		document.write("<br><br>");	}}writeArray(heading, newsdate);