var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="KnopeKnows: Video: Megan Mullally’s music ad for I Can’t Believe It’s Not Butter! http://tinyurl.com/yzv7yc6
"; arnews[0] += "KnopeKnows: Video: Megan Mullally’s music ad for I Can’t Believe It’s Not Butter!"; arnews[0] += "
"; arnews[1]="Harry Allen: Megan Mullally is getting an awful lot of ultra-soft lighting these days. It's getting distracting.
"; arnews[1] += "Megan Mullally is getting an awful lot of ultra-soft lighting these days. It's getting distracting."; arnews[1] += "
"; arnews[2]="Harry Allen: Harry Megan Mullally is getting an awful lot of ultra-soft lighting these days. It's getting distracting.
"; arnews[2] += "Megan Mullally is getting an awful lot of ultra-soft lighting these days. It's getting distracting."; arnews[2] += "
"; arnews[3]="Intense News: Talk show host not an easy gig
"; arnews[3] += "Talk show host not an easy gig -"; arnews[3] += "
"; arnews[4]="Sean Keane: emilymayamills: liezlwashere: Jimmy Pardo interviews famous people (and Levi Johnston) for GQ.com Jimmy Pardo is a great interviewer, and would be the best talk show host on television if he actually had his own TV talk show. I talked to him about it last year: SK: I read that your main ambition is, you’d like to host a talk show, and the podcast seems like ideal preparation for that. But, is there something else you need to do to establish yourself, in order to get to the level of, say, a Daly, or a Fallon? JP: I’ve been doing this live talk show in town, called Running Your Trap, for three years now. The truth is, any executive who comes out to see it thinks the show is amazing and great, but no one is buying talk shows. There’s just nowhere for a talk show to go. Carson Daly came from being a sixteen-year-old kid hosting on MTV, and somehow stumbled into a talk show with his amazing charisma and wit. With Jimmy Fallon, I wish him well, but he is going to fail. History has shown that any time a famous person gets a talk show, it doesn’t really work. Jay Leno was a really successful standup, but no one really knew him other than standup, and it worked. Conan O’Brien was a great, successful writer, but no one knew him, and it worked. When it’s someone famous – Pat Sajak, Chevy Chase, Megan Mullally – it’s a disaster.
"; arnews[4] += "emilymayamills: liezlwashere: Jimmy Pardo interviews famous people (and Levi Johnston) for GQ.com Jimmy Pardo is a great interviewer, and would be the best talk show host on television if he actually had his own TV talk show. I talked to him about it last year: SK: I read that your main ambition is, you’d like to host a talk show, and the podcast... -"; 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("
");