var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Artie Lange and Olivia Munn named best guests on Jimmy Fallon
";
arnews[0] += "Artie Lange and Olivia Munn named best guests on Jimmy Fallon Howard Stern Show tragic clown Artie Lange has come in at number one on the list of greatest guests on Late Night with Jimmy Fallon , sharing the honor with model/actress Olivia Munn who appeared on the same episode.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="In Hindsight: A hot Silicon Valley IPO and higher home prices
";
arnews[1] += "Here's some news you may have missed last week. Monday What do Al Gore, Jimmy Fallon, John McCain, Martha Stewart and professional skateboarder Ryan Sheckler have in common? They're all on Twitter's suggested user list.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:30:19 GMT";
arnews[1] += "
";
arnews[2]="'Fela!' Broadway? Dance
";
arnews[2] += "\"Fela!\" follows a tricky path between musical reproduction and reinvention to explore the life of a musical legend.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:58:12 GMT";
arnews[2] += "
";
arnews[3]="Wale's Attention: Deficit Debut Album Scores an Attention-Getting First Week
";
arnews[3] += "Wale's debut album, Attention: Deficit , has gained both attention and acclaim in its first week of release, marking just the beginning of what should be a long and successful career for one of the most intriguing new artists in hip-hop. With the album released November 10th, first week sales have outperformed industry expectations for the first ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:43:18 GMT";
arnews[3] += "
";
arnews[4]="Strange de Jim's Zingers Collection - November 20 2009
";
arnews[4] += "O'Brien 3, Colbert 2, Ferguson 2, Letterman 2, Fallon 1, Kimmel 1 Winner Jimmy Kimmel: \"Oprah announced she's quitting to devote herself to yo-yo dieting.\" David Letterman: \"Do you like going home to your parents' house for Thanksgiving? I like getting to see a rotary phone again.\" \"President Obama pardoned the White House turkey.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:55:09 GMT";
arnews[4] += "
";
arnews[5]="Joseph Gordon-Levitt is Too Adorable
";
arnews[5] += "Joseph Gordon-Levitt was on Jimmy Fallon last night to promote his hosting gig on SNL tonight and ohhhhhh boy do I have a crush on this man.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 20:14:07 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("