var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gwendolyn Louise Wilson
";
arnews[0] += "Gwendolyn Louise Wilson, 62, long time resident of Bend, died on Monday in her home of natural causes.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:14:57 GMT";
arnews[0] += "
";
arnews[1]="Saturday's gossip column
";
arnews[1] += "Everton's Jack Rodwell is a hot tip to end up in a Manchester United shirt sooner or later - according to his old boss at Birkdale United, at least.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:22:39 GMT";
arnews[1] += "
";
arnews[2]="Young Burnley snooker player inspired by his brother
";
arnews[2] += "OLD snooker player with plans to take the professional game by storm said he had been inspired by his brother, who died earlier this year.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:51:41 GMT";
arnews[2] += "
";
arnews[3]="Students celebrate lives of patron saints
";
arnews[3] += "Fourth-grade students at St. Nicholas-St. Mary School celebrated All Saints Day by writing reports on their patron saints for a special Feast Day.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:40:50 GMT";
arnews[3] += "
";
arnews[4]="Bear bonus, jump in fees means 's no trouble for Paradice
";
arnews[4] += "DAVID Paradice's funds management operation continued to coin money during the bear market, delivering a record $17.8 million in pre-tax earnings in fiscal 2009.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:15:22 GMT";
arnews[4] += "
";
arnews[5]="Group aims to get swindon dancing
";
arnews[5] += "BRITAIN'S Got Talent dance superstars Diversity will be moving and shaking their way to Swindon next year as part of their nationwide tour.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:30:12 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("