var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sprangle calling for some consistency from Albion
";
arnews[0] += "PLYMOUTH Albion flanker Wayne Sprangle has called on the Brickfields club to try and find some consistency.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 07:30:03 GMT";
arnews[0] += "
";
arnews[1]="Talent on show for Children in Need
";
arnews[1] += "SUFFOLK has talent. Shining stars of the county's airwaves last night revealed their hidden talents to raise money for Children in Need.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 09:10:44 GMT";
arnews[1] += "
";
arnews[2]="RISPA Theatrical Productions Announces Auditions for '13!'
";
arnews[2] += "Fill up on Cumming news, Cumming politics, Cumming business info, and Cumming sports, plus lots of local lifestyle info, including coupons and real estate.";
arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 17:56:51 GMT";
arnews[2] += "
";
arnews[3]="Head praises exam results: 100 per cent pass rate for A-level students
";
arnews[3] += "By Ruth Mosalski A HEAD teacher has paid tribute to students and staff at the annual prizegiving.";
arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 23:00:00 GMT";
arnews[3] += "
";
arnews[4]="Take Excellence
";
arnews[4] += "Orville Clarke, Gleaner Writer Twelve native-bred maiden two-year-olds are down to contest today's Caymanas Park feature race for the Lester Saunders Memorial Cup over 1400 metres, among them a newcomer in ANGEL OF JOY.";
arnews[4] += "
Publ.Date : Wed, 28 Oct 2009 19:59:19 GMT";
arnews[4] += "
";
arnews[5]="RISPA Theatrical Productions Announces Auditions for "13 The Musical"
";
arnews[5] += "Occurring Daily Beginning Friday, November 20, 2009 Through Saturday, November 21, 2009.";
arnews[5] += "
Publ.Date : Wed, 28 Oct 2009 17:02:27 GMT";
arnews[5] += "
";
arnews[6]="Bank on Excellence in Saunders Mem Cup
";
arnews[6] += "Derrick Smith's two-year-old chestnut filly, Excellence, will lead a field of 12 native-bred juvenile maidens into the $715,000 Lester Saunders Memorial Cup feature over 1,400 metres on today's midweek nine-race card at Caymanas Park.";
arnews[6] += "
Publ.Date : Wed, 28 Oct 2009 12:37:56 GMT";
arnews[6] += "
";
arnews[7]="Take Excellence
";
arnews[7] += "Twelve native-bred maiden two-year-olds are down to contest today's Caymanas Park feature race for the Lester Saunders Memorial Cup over 1400 metres, among them a newcomer in ANGEL OF JOY.";
arnews[7] += "
Publ.Date : Wed, 28 Oct 2009 10:22:31 GMT";
arnews[7] += "
";
arnews[8]="Wall of Fame inductees for 2009 announced
";
arnews[8] += "The valley's amazing sports history is amply represented by the five inductees into the North Cowichan-Duncan Sports Wall of Fame.";
arnews[8] += "
Publ.Date : Mon, 26 Oct 2009 19:17:54 GMT";
arnews[8] += "
";
totcount = 9;
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("