var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Miranda wins it for her dad
";
arnews[0] += "THE father and daughter combination of John Coombe and Miranda Roberts teamed up to win the opening Somerset Long Barn Novices' Hurdle at Exeter yesterday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:00:00 GMT";
arnews[0] += "
";
arnews[1]="Thank you for celebrating you | Nandell Palmer
";
arnews[1] += "I wish to say thank you to all the families, friends and well-wishers who attended the I Celebrate You event this past Sunday at the Knutzen Family Theatre.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:29:27 GMT";
arnews[1] += "
";
arnews[2]="Fundraiser success
";
arnews[2] += "The General Electryk performs for the audience at the Spirit of a City CD launch on Saturday, Nov.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:45:59 GMT";
arnews[2] += "
";
arnews[3]="Tom Coleman
";
arnews[3] += "Tom Coleman of North Mankato, formerly of Le Sueur, died peacefully at home on November 18, 2009, with his loving wife, Mary at his side.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:02:01 GMT";
arnews[3] += "
";
arnews[4]="Community Colleges Pt. 2
";
arnews[4] += "Whether you're 18 and just out of high school or you're in your 30s or 40s, more of you are attending community colleges.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 03:57:00 GMT";
arnews[4] += "
";
arnews[5]="Bowling: Reynolds has big week with two big series
";
arnews[5] += "Bowlers at Valley Bowl and Dixie Lanes destroyed the pins this past week. Vickie Reynolds, bowling in the Foxy Ladies League at Valley Bowl in Waverly, had another outstanding night.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 00:11:00 GMT";
arnews[5] += "
";
arnews[6]="To the extreme?
";
arnews[6] += "A confidential government document obtained by Public Eye states BC Housing will use \"Extreme Weather response protocols\" to deal with the \"higher number of homeless persons requiring assistance\" during Vancouver's 2010 Winter Olympic Games.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 23:33:04 GMT";
arnews[6] += "
";
arnews[7]="Post a Comment
";
arnews[7] += "Cars packed the parking lot of the Central Fire Station on Union Street on Wednesday morning, as people crowded inside, waiting to receive their seasonal flu shots.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 11:30:06 GMT";
arnews[7] += "
";
totcount = 8;
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("