var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dacey beats Bice 7-5 to capture second Canadian mixed curling championship
";
arnews[0] += "Mark Dacey of Nova Scotia captured his second Canadian mixed curling championship Saturday with a 7-5 win over Ontario's Mark Bice.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:27:21 GMT";
arnews[0] += "
";
arnews[1]="Dacey earns second mixed curling title
";
arnews[1] += "Nova Scotia skip Mark Dacey has won his second Canadian mixed curling title. Photograph by: Shaun Best, Reuters BURLINGTON, Ont.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:51:59 GMT";
arnews[1] += "
";
arnews[2]="Dacey captures second Canadian mixed curling championship
";
arnews[2] += "Mark Dacey of Nova Scotia captured his second Canadian mixed curling championship Saturday with a 7-5 win over Ontario's Mark Bice.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:25:12 GMT";
arnews[2] += "
";
arnews[3]="Dacey captures second mixed curling championship
";
arnews[3] += "Mark Dacey of Nova Scotia captured his second Canadian mixed curling championship Saturday with a 7-5 win over Ontario's Mark Bice.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:33:53 GMT";
arnews[3] += "
";
arnews[4]="A tall order to fill
";
arnews[4] += "Best-of book attempts to dictate the best in Atlantic Canadian writing - a tough task in 229 pages.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:36:39 GMT";
arnews[4] += "
";
arnews[5]="Rachel Schwarz & Jamie Hillman in Concert
";
arnews[5] += "Chatham natives RACHEL SCHWARZ & JAMIE HILLMAN present an evening of song at the Kiwanis Theatre on Friday, November 20 at 8 pm.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:05:03 GMT";
arnews[5] += "
";
arnews[6]="Neighborhood news: A festive night in Old Town
";
arnews[6] += "The festive season is upon us and you are invited to a \"Civil War Christmas Boutique and Musical Moment\" tomorrow at La Capilla at Main and Church streets in Old Town Manassas.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 05:43:42 GMT";
arnews[6] += "
";
arnews[7]="Looking for redemption: Cougars out to nab regional title, avenge pair of tournament losses
";
arnews[7] += "Cobequid Cougars girls volleyball players Barbora Kudelova, left, and Hannah Mawhinney brush up their blocking with coach Bob Piers at a recent practice.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 23:09:00 GMT";
arnews[7] += "
";
arnews[8]="Ontario 8-1 at Canadian mixed curling championship
";
arnews[8] += "Ontario's Mark Bice routed New Brunswick's Mary Jane McGuire 7-2 to run his record to 8-1 Wednesday at the Canadian mixed curling championship.";
arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 05:22:00 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("