var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Therese Ann Zahn
";
arnews[0] += "Therese Ann Zahn, 80, Minot, died peacefully Sunday, Feb. 7, 2010, in her home. Therese loved life and lived it well, always with a smile on her face and a twinkle in her eye.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:54:27 GMT";
arnews[0] += "
";
arnews[1]="Obama seeks to rally glum Dems amid GOP challenges
";
arnews[1] += "Just a year after celebrating Barack Obama's inauguration, despondent Democrats on Saturday heard from their party leader who urged optimism in the face of Republicans' strong challenge to their congressional dominance.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:34:51 GMT";
arnews[1] += "
";
arnews[2]="BBC accused of cover-up over stars' pay
";
arnews[2] += "The BBC is facing accusations that it is deliberately covering up how much it pays celebrities and star presenters By Urmee Khan and Gordon Rayner Published: 8:00AM GMT 10 Feb 2010 Graham Norton is reported to earn 2m per year, but the BBC will not discuss stars' salaries Photo: Nicky Johnston The corporation disclosed that performers were paid a ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:48:58 GMT";
arnews[2] += "
";
arnews[3]="War casualties put UK hospitals under strain
";
arnews[3] += "New beds to be opened to handle rise in UK troops injured as defence secretary warns of \"real risk\" of new fatalities Richard-Norton Taylor A British casualty in Helmand Province, August 2009.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:05:06 GMT";
arnews[3] += "
";
arnews[4]="Anger at BBC cover-up of stars' 230mn pay
";
arnews[4] += "The BBC was yesterday accused of a cover-up over how much it pays its top presenters and stars.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:06:50 GMT";
arnews[4] += "
";
arnews[5]="Augustana names Lofdahl to Dean's List
";
arnews[5] += "Heather Lofdahl of Alpharetta was recently named to Augustana College's 2009 fall term Dean's List.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="BBC executives' expenses rise by 8% as corporation spends 54m on its top-earning stars
";
arnews[6] += "The BBC has admitted it spends 54million a year on top-earning stars but refused to reveal the exactly what their salaries are.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 19:16:09 GMT";
arnews[6] += "
";
arnews[7]="Obituaries for Feb. 9, 2010
";
arnews[7] += "Rev. Tillman Ray Boren Services for the Rev. Boren will be 11 a.m. Tuesday, Feb.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 18:36:26 GMT";
arnews[7] += "
";
arnews[8]="Jonathan Ross and BBC a top talenta get 70m
";
arnews[8] += "The BBC pays presenters and contributors to its television and radio programmes 229 million each year, it will announce today.";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 16:53:30 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("