var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Harry Potter film role is wizard for Dave Coaches
"; arnews[0] += "GAVIN & Stacey's Dave Coaches is taking a journey from Barry to Harry - landing a role in the next Harry Potter movie."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:58:14 GMT"; arnews[0] += "
"; arnews[1]="Michelle Obama looks to garden for state banquet menu
"; arnews[1] += "The first dinner party in a new house is a test for every hostess and an awkward eater is the last thing she needs."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 10:08:02 GMT"; arnews[1] += "
"; arnews[2]="Pre-game ponderables from Lincoln
"; arnews[2] += "Nebraska and Kansas State used to be the Big 12 North's two Tiffany programs as they combined for every championship game appearance from the division in the first five years of the conference's history."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:26:22 GMT"; arnews[2] += "
"; arnews[3]="Barnstaple slump to home defeat
"; arnews[3] += "HOPES that the Mill Road faithful would see an improvement from Barnstaple Town were dashed as they slumped to a desperately disappointing defeat to Radstock Town this afternoon."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 19:04:00 GMT"; arnews[3] += "
"; arnews[4]="Obituaries for Nov. 19, 2009
"; arnews[4] += "TERRY WRIGHT Terry W. Wright, 48, of Foxwood Court, Lenoir, died Monday, Nov. 16, 2009, after a courageous eight-year battle with breast cancer."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:12:28 GMT"; arnews[4] += "
"; arnews[5]="Driffield Football Veterans on tour - to Harrogate, North Yorkshire
"; arnews[5] += "Driffield football veterans made their annual pilgrimage to Harrogate, this being their 15th! First up though was a trip to Wetherby races to help the players relax."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 15:50:16 GMT"; arnews[5] += "
"; totcount = 6; 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("
");