var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="See Ya Later, Jay Leno! NBC Airs His Final 10 p.m. Show - The Business Insider
";
arnews[0] += "Donald Trump gave Jay Leno the final boot from NBC's 10 p.m. timeslot last night with his infamous line: \"You're fired.\" Jay is returning to The Tonight Show , recently vacated by Conan O'Brien, after the Olympics on March 1. There was little fanfare ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:46:00 GMT";
arnews[0] += "
";
arnews[1]="Leno ends his NBC prime-time experiment - Daily Local News
";
arnews[1] += "NEW YORK (AP) — Jay Leno ushered out one of television's biggest flops without sentiment on Tuesday, the final night of a prime-time experiment doomed by bad ratings and bad vibes. Leno told a few barbed jokes about \"The Jay Leno Show,\" and Donald ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:31:00 GMT";
arnews[1] += "
";
arnews[2]="He's the latest rumored Simon Cowell replacement - Media Life Magazine
";
arnews[2] += "Even if Fox can't reach an agreement with its affiliates on launching a new late-night show, Conan O'Brien may still land at the network. The latest off-the-wall rumor has the lanky comedian taking over Simon Cowell's seat as a judge on \"American ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 13:07:00 GMT";
arnews[2] += "
";
arnews[3]="Entertainment Tonight Headlines - WXYZ
";
arnews[3] += "One of his final guests, Ashton Kutcher , had his own take on the late-night shakeup, admitting that it was his scheme to punk Jay and Conan O'Brien . He broke the news: \"Unfortunately we forgot to roll the cameras, so I don't have the tape, but I ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 11:12:00 GMT";
arnews[3] += "
";
arnews[4]="Donald Trump Fires Jay Leno - TheInsider.com
";
arnews[4] += "I Like It The sun set on \"The Jay Leno Show\" Tuesday night, making way for the moon to rise again on \"The Tonight Show with Jay Leno.\" Jay got a surprise visitor from New York to push him off the primetime plank. \"The Apprentice\"'s Donald Trump ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 10:08:00 GMT";
arnews[4] += "
";
arnews[5]="Jay, Dave and Oprah play nice for promo - Desert Sun
";
arnews[5] += "The late-night TV skirmish continues: Jay Leno and David Letterman, who traded sharp barbs last month over NBC's late-night maneuvering, appeared on camera in a short promo for CBS' “Late Show with David Letterman” during Sunday's Super Bowl ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 09:11:00 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("