var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Campaign aims to bring back towna s traditional pier
";
arnews[0] += "A CAMPAIGN has been launched to restore tradition and build a pier on Redcar seafront.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 15:51:42 GMT";
arnews[0] += "
";
arnews[1]="Skeet Ulrich on 'CSI: NY': My day with a serial killer
";
arnews[1] += "As scarred serial killers go, Skeet Ulrich is probably one of the nicest. The former \"Jericho\" star greeted a small group of reporters, including me, to the set of \"CSI: NY\" where he was filming his second episode of a three-episode arc in which he plays a mysterious killer who stumps Detective Mac Taylor and his team.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 02:40:51 GMT";
arnews[1] += "
";
arnews[2]="Kinderkonzerts are a go
";
arnews[2] += "Thanks to all who donated at a joint violin recital by Watershed School students Josie and Sophie Davis plus a generous contribution from The Science Source, Kinderkonzerts will continue in the Waldoboro area.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 00:20:55 GMT";
arnews[2] += "
";
arnews[3]="Unforgettable Sarah Marshall: The Hardest-Working Woman in...
";
arnews[3] += "There's a funny thing about Sarah Marshall. If you were to sit down with the local actor maybe in the slick glass-walled classroom of Woolly Mammoth's smart downtown theater just hours before she takes the stage you'll meet an individual even more engaging than any of the characters you've seen her play.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="School News
";
arnews[4] += "The Head Start/Virginia Preschool Initiative Program is recruiting for two new 4-year-old classes to begin in January.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 09:35:19 GMT";
arnews[4] += "
";
arnews[5]="Violin sister act for Kinderkonzerts
";
arnews[5] += "CAMDEN : Sibling violinists Josie and Sophie Davis will present a recital to benefit local Kinderkonzerts Sunday, Nov.";
arnews[5] += "
Publ.Date : Sat, 07 Nov 2009 22:32:57 GMT";
arnews[5] += "
";
arnews[6]="State bound
";
arnews[6] += "The Pleasant Hill boys cross country team took first place out of six teams in the Class 3, District 7 meet held Oct.";
arnews[6] += "
Publ.Date : Fri, 06 Nov 2009 01:40:50 GMT";
arnews[6] += "
";
arnews[7]="Theater Reviews: Bleeding Through, Answer the Call, Exit Strategy, The Changeling
";
arnews[7] += "ANSWER THE CALL This well-meaning musical deserves credit for espousing universal respect and genuine family values , but it's otherwise an awkward effort.";
arnews[7] += "
Publ.Date : Thu, 05 Nov 2009 09:26:03 GMT";
arnews[7] += "
";
arnews[8]="Hoops season opens in Bryan County
";
arnews[8] += "Boswell traveled to Calera to open the basketball season and left with a sweep Tuesday.";
arnews[8] += "
Publ.Date : Thu, 05 Nov 2009 06:04:47 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("