var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Andy Roddick's Wife Brooklyn Decker Is Sports Illustrated Swimsuit ... - Radar Online.com
";
arnews[0] += "The announcement came in a sketch on The Late Show with David Letterman Monday, as a billboard in New York City’s Times Square was unveiled to be the cover of this year's issue, showcasing the sexy 22-year-old Decker in a yellow bikini";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:44:00 GMT";
arnews[0] += "
";
arnews[1]="Super Bowl spot surprises viewers by joining David Letterman with Jay ... - Minneapolis Star Tribune
";
arnews[1] += "NEW YORK - Super Bowl viewers were rubbing their eyes at the sight of a TV spot pairing CBS late-night host David Letterman with longtime NBC archrival Jay Leno, plus media magnate Oprah Winfrey. Appearing early in the CBS-aired game Sunday, the ad ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 20:40:00 GMT";
arnews[1] += "
";
arnews[2]="New York Governor David Paterson's Approval Rating Dips - WGRZ TV
";
arnews[2] += "ALBANY_ After inching higher over the past few months, Gov. David Paterson 's approval rating took a hit Wednesday, according to a pair of polls. A Marist College poll found 26 percent of registered voters rate the governor's performance as ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 05:07:00 GMT";
arnews[2] += "
";
arnews[3]="ALBANY: Governor says ballot box will determine his fate - Niagara Gazette
";
arnews[3] += "New York Gov. David Paterson, defying calls from even fellow Democrats to drop out of the race for a full term, said Tuesday that he would leave only if the voters turned him out through the ballot box, or “in a box.” Paterson spoke to reporters ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:34:00 GMT";
arnews[3] += "
";
arnews[4]="Murtha, congressman and veteran, dies at 77 - Concord Monitor
";
arnews[4] += "He died at Virginia Hospital Center ... was the first Vietnam veteran to serve in Congress, and he was incredibly effective in his service in the House,\" said Rep. David Obey, a Democrat and chairman of the House Appropriations Committee. \"";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[4] += "
";
arnews[5]="Furious West Ham manager Gianfranco Zola in blast at David Sullivan - Evening Standard
";
arnews[5] += "Sullivan, who bought the club with David Gold last month, fears “Armageddon” if West Ham are relegated from the Premier League as they have debts of more than £110million. And even if they survive the drop, Zola and his players have been told to ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:01:00 GMT";
arnews[5] += "
";
arnews[6]="'Late Show's' Biff Henderson falls off stage and into hospital after David Letterman throws him ball - New York Daily News
";
arnews[6] += "Outside David Letterman's Show Stage Door: W53St Ed Sullivan Theater. 'Late Night's' Biff Henderson is taken to hospital after a tumble. Savulich/News Biff Henderson outside the 'Late Show' before David Letterman threw him the pass that landed him in hospital. The host joked he could 'smell a";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 23:55: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("