var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="John McIntyre (Jack) Dempsey, Chelsea Pensioner
";
arnews[0] += "SELKIRK has lost one of its best-known characters with the death on Wednesday of Chelsea Pensioner Jack Dempsey, aged 93.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:29:51 GMT";
arnews[0] += "
";
arnews[1]="Looking for redemption: Cougars out to nab regional title, avenge pair of tournament losses
";
arnews[1] += "Cobequid Cougars girls volleyball players Barbora Kudelova, left, and Hannah Mawhinney brush up their blocking with coach Bob Piers at a recent practice.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 23:09:00 GMT";
arnews[1] += "
";
arnews[2]="Story from NorthCountryNow.com
";
arnews[2] += "Thursday, November 19, 2009, 11:34am POTSDAM -- The owners of McDuff's Tavern, 59 Market St., are once again teaming up with the Potsdam Holiday Fund for a benefit to help make the holidays a little happier for area families in need.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 17:10:53 GMT";
arnews[2] += "
";
arnews[3]="Laelee Joyah Miller
";
arnews[3] += "Published: Thursday, November 19, 2009 at 4:30 a.m. Last Modified: Wednesday, November 18, 2009 at 5:36 p.m. Laelee Joyah Miller, infant daughter of Rebecca and Chad Miller, died Monday, Nov.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 14:29:54 GMT";
arnews[3] += "
";
arnews[4]="Obituaries
";
arnews[4] += "Frances Armetta of Cochecton, NY died of complications of surgery on October 7, 2009.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 14:19:40 GMT";
arnews[4] += "
";
arnews[5]="Heather Mills fumes over Walkers crisps
";
arnews[5] += "Heather Mills has slammed Walkers for introducing dried milk to the ingredients of its salt and vinegar crisps.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 14:17:52 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("