var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Days of Our Lives star Frances Reid dies at 95
";
arnews[0] += "Frances Reid , best known as Days of Our Lives matriarch Alice Horton, died Wednesday.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 22:47:53 GMT";
arnews[0] += "
";
arnews[1]="9-6: 2010.02.09
";
arnews[1] += "Note the note in the presser; this is the last new one before the Olympics. NBC'S \"THE BIGGEST LOSER: COUPLES\" HELPS KICK OFF THE WINTER GAMES WITH A STAR-STUDDED, OLYMPIC-THEMED SPECIAL EPISODE AIRING TUESDAY, FEBRUARY 9 Contestants Head to the U.S. Olympic Training Center in Colorado Springs to Train with Gold Medalist Alpine Skier Julia Mancuso, ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 17:56:42 GMT";
arnews[1] += "
";
arnews[2]="CDL Featured Product - Isabelle Grace Jewelry
";
arnews[2] += "Categories February 07, 2010 Cherish the special people in your life and keep them close to your heart with a personalized necklace from Isabelle Grace Jewelry .";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 05:18:07 GMT";
arnews[2] += "
";
arnews[3]="Frances Reid, 'Days of Our Lives' star, dies at 95
";
arnews[3] += "Frances Reid, who played the role of Alice Horton on 'Days of Our Lives' for more than 40 years, died Wednesday at the age of 95.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 08:48:57 GMT";
arnews[3] += "
";
arnews[4]="Brittany Murphy died from pneumonia, anemia and multiple drug intoxication.
";
arnews[4] += "More than a month after the sudden death of Brittany Murphy , the Los Angeles County Coroner's Office announced Thursday that the cause of death was pneumonia, anemia and multiple drug intoxication, TMZ.com reports.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="'Days of Our Lives' Star Frances Reid Dies
";
arnews[5] += "Frances Reid, best known for her decades-long portrayal of Alice Horton on the soap opera \"Days of our Lives,\" died Wednesday at the age of 95.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 21:23:33 GMT";
arnews[5] += "
";
arnews[6]="Backpack' programs feed kids in need
";
arnews[6] += "A Perham fourth-grader shared a nagging worry with his school counselor during Thanksgiving week.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 17:03:02 GMT";
arnews[6] += "
";
totcount = 7;
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("