var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ed Harding ordered to go home before he infects entire newsroom
";
arnews[0] += "The Channel 5 anchor finally went too far tonight with his dedication to his job : He gamely tried doing the news with a bad sore throat , but around 5:40, Heather Unruh stuck a mug and a bottle of honey in front of him and announced he had to go home immediately - and that they'd brought in Liz Bruner to fill in.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:10:13 GMT";
arnews[0] += "
";
arnews[1]="First Lady Launches National Campaign To Fight Obesity
";
arnews[1] += "The first lady unveiled a national program to fight childhood obesity Tuesday. As NewsCenter 5's Heather Unruh reported, it comes at a time when one in three American children is overweight.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:49:55 GMT";
arnews[1] += "
";
arnews[2]="New Hope For Severe Heart Failure Patients
";
arnews[2] += "There is new hope for thousands of the sickest of heart patients. As NewsCenter 5's Heather Unruh reported Monday, researchers say the heart pump device could save, and improve countless lives.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 23:10:39 GMT";
arnews[2] += "
";
arnews[3]="Robots Revolutionize Pharmacy
";
arnews[3] += "They don't have R2D2's polished look, but robots are revolutionizing the preparation of medications and even chemotherapy drugs at Brigham and Women's Hospital.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 15:58:33 GMT";
arnews[3] += "
";
arnews[4]="New Tools Tackle Childhood Obesity
";
arnews[4] += "Schools in Massachusetts have begun screening kids for obesity. The nurse's office will be sending home BMI report cards.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 22:43:48 GMT";
arnews[4] += "
";
arnews[5]="New Clue Into Cause Of Sudden Infant Death Syndrome
";
arnews[5] += "Local researchers have some new answers into the leading killer among babies under 1. The cause of sudden infant death syndrome has remained a mystery for years.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 22:03:18 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("