var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Tree falls on Boro, no Rest for the Inn
"; arnews[0] += "THE 8-0 scoreline in Litten Tree's favour did not do justice to a hard working Pickwick Boro."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:44:26 GMT"; arnews[0] += "
"; arnews[1]="Chiefs lose the battle
"; arnews[1] += "IT was 97 years since Exeter Rugby Club last visited Newport's Rodney Parade. Let's just say the Devon club won't be in any rush to head back to the Principality in the near future."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:37:40 GMT"; arnews[1] += "
"; arnews[2]="Obituary: Adrian D. Marsden, who built St. Paul's largest cleaning firm
"; arnews[2] += "Adrian D. Marsden, founder of St. Paul's biggest janitorial service company, Marsden Building Maintenance, died Wednesday."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:47:34 GMT"; arnews[2] += "
"; arnews[3]="Adrian Marsden: His word was his bond
"; arnews[3] += "Adrian Marsden was a twenty-something working as a church custodian when he got the idea of starting a janitorial service as a way to provide for his family."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:36:28 GMT"; arnews[3] += "
"; arnews[4]="Rob rotates his squad for Newport tie
"; arnews[4] += "ROB Baxter has taken the opportunity to utilise his squad in the British & Irish Cup."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:00:00 GMT"; arnews[4] += "
"; arnews[5]="Skip Marsden, Marsden Holding founder, dead at 81
"; arnews[5] += "Adrian \"Skip\" Marsden has died at the age of 81. He was the founder and a board member at St."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:56:38 GMT"; arnews[5] += "
"; arnews[6]="Pace and power in the backs
"; arnews[6] += "Newport will be facing a fully professional outfit tonight that has yet to taste defeat this season, writes Drew Hill."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 19:15:33 GMT"; arnews[6] += "
"; totcount = 7; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");