var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="GOOD MORNING AMERICA” REPORTS ON FIRST LADY MICHELLE OBAMA’S ... - ABC News Blogs
"; arnews[0] += "The Emmy Award-winning morning news program, featuring the anchor team of Robin Roberts, George Stephanopoulos, Sam Champion and Juju Chang, airs live Monday through Friday from 7:00 – 9:00 a.m. ET on the ABC Television Network. Jim Murphy is the ..."; arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 23:55:00 GMT"; arnews[0] += "
"; arnews[1]="Roberts To Bring 'GMA' To New Orleans - OfficialWire
"; arnews[1] += "\"Good Morning America\" co-host Robin Roberts is to report live from New Orleans ahead of Sunday's Super Bowl, ABC said Tuesday. Roberts, a native of the Mississippi Gulf Coast, is to anchor Friday's edition of the morning program from New Orleans ..."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 09:12:00 GMT"; arnews[1] += "
"; arnews[2]="The Boat Made of Plastic and the Battle for Clean Oceans - ABC News Blogs
"; arnews[2] += "This morning Sam Champion introduced the Plastiki, a 60-foot sailboat made out of reclaimed plastic bottles. From the adventurers to scientists, the mission for those aboard the Plastiki is to \"beat waste by inspiring sustainable solutions and to ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 14:20:00 GMT"; arnews[2] += "
"; arnews[3]="Good Morning America” Sees Biggest Week-to-Week Total Viewer ... - TVbytheNumbers
"; arnews[3] += "GMA” Extends its Viewing Advantages Over CBS Week to Week in Both Adults 25-54 And Total ... Emmy Award-winning morning news program, featuring the anchor team of Robin Roberts, George Stephanopoulos, Sam Champion and Juju Chang, airs live Monday ..."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 20:24:00 GMT"; arnews[3] += "
"; arnews[4]="Sound Smart at a Party for the Week of Feb. 4 – Feb. 10 - LongIslandPress
"; arnews[4] += "Sounds like better odds than Sam Champion and Al Roker combined!"; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 14:26:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");