var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tiki Barber To Join First Lady Michelle Obama In Launch Of New ... - PRLog (free press release)
";
arnews[0] += "PR Log (Press Release) – Feb 09, 2010 – New York City – Tiki Barber, philanthropist, broadcaster and chairman of TikiVentures LLC, today will join First Lady Michelle Obama to unveil “Let’ s Move,” a campaign that will focus on reaching a ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 10:59:00 GMT";
arnews[0] += "
";
arnews[1]="Getting kids moving - Omaha World-Herald
";
arnews[1] += "Put down your fork a minute. The first lady wants to talk to you. And so do a bunch of Nebraska and Iowa parents, politicians, teachers, dieticians, farmers and school lunch ladies. Michelle Obama rolled out her war on childhood obesity Tuesday at ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:32:00 GMT";
arnews[1] += "
";
arnews[2]="Michelle Obama rallies US to push back child obesity - YAHOO!
";
arnews[2] += "... conditions it spawns, health experts have predicted that this generation of American children could be the first to have shorter lifespans than their parents, said TV personality Tiki Barber, a former professional American football star .";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:22:00 GMT";
arnews[2] += "
";
arnews[3]="First Lady Michelle Obama launches Let’s Move - Valdosta Daily Times
";
arnews[3] += "THE WHITE HOUSE, WASHINGTON – First Lady Michelle Obama today announced an ambitious national goal of solving the challenge of childhood obesity within a generation so that children born today will reach adulthood at a healthy weight and unveiled a ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:32:00 GMT";
arnews[3] += "
";
arnews[4]="First Lady Michelle Obama Launches 'Let's Move' - Salem-News.Com
";
arnews[4] += "(WASHINGTON D.C.) - First Lady Michelle Obama today announced an ambitious national goal of solving the challenge of childhood obesity within a generation so that children born today will reach adulthood at a healthy weight and unveiled a nationwide ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:49:00 GMT";
arnews[4] += "
";
arnews[5]="Items! Dental Surgery, Winter Wonderland - New York Observer
";
arnews[5] += "Kirsten Gillibrand and Tiki Barber went to the White House today. The 250-year-old Fraunces Tavern will close. Hiram Monserrate would like to stay a state senator. Bob Dylan, John Legend, Joan Baez, Seal, Jennifer Hudson, and the Blind Boys of ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 00:28:00 GMT";
arnews[5] += "
";
arnews[6]="First lady: Childhood obesity fight is about fitness, not looks - CNN
";
arnews[6] += "But I went home, and it was kind of a wake-up call, and we made some changes even with busy schedules.\" The changes, she said, included smaller portion sizes ... Former NFL player Tiki Barber introduced several speakers, including a pediatrician, an ...";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 04:39:00 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("