var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Howard Stern's 'Captain Janks' pleads guilty to theft - Daily Local News
";
arnews[0] += "NORRISTOWN — It's no joke — radio show prankster \"Captain Janks\" could be under court supervision for eight years after admitting to defrauding bar owners in five counties by failing to make personal appearances for which he was paid. Thomas ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 11:42:00 GMT";
arnews[0] += "
";
arnews[1]="Howard Stern confirms 'American Idol' Simon Cowell replacement talk - Reality TV World
";
arnews[1] += "\"There's not a better job on the planet than judging a f--king karaoke contest. It might be possible, we'll see,\" Stern told listeners during Monday's broadcast of his Sirius XM satellite radio show, MTV News reported . \"I'm not going to comment ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 23:55:00 GMT";
arnews[1] += "
";
arnews[2]="Howard Stern on “Idol” Gig: “They’d Have to Pay Me a Ton of ... - NBC New York
";
arnews[2] += "The King of all Media may soon be crowning “Idols.” Sirius radio shock jock Howard Stern told his listeners Monday that he’s considering exiting the medium to replace Simon Cowell as lead “American Idol” judge. “There’s not a better job ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:37:00 GMT";
arnews[2] += "
";
arnews[3]="Howard Stern says he'd replace Simon Cowell - Toronto Star
";
arnews[3] += "The speculation that Howard Stern could replace Simon Cowell on American Idol won't die. Stern told listeners on his Sirius XM radio show on Monday he'd consider taking the job if Idol paid him $100 million (U.S.) a year. \"Name a person who could ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 09:33:00 GMT";
arnews[3] += "
";
arnews[4]="Howard Stern Headed to 'Idol'? Um, No - TheWrap
";
arnews[4] += "\"American Idol\" historian Richard Rushfield is calling b.s. on the seemingly unkillable rumor that Howard Stern is being considered (or is \"in talks,\" as some insist) to replace Simon Cowell. Writing for the Daily Beast , Rushfield -- who's deeply ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:20:00 GMT";
arnews[4] += "
";
arnews[5]="Howard Stern Names “Idol” Price: $100M - NBC New York
";
arnews[5] += "“There’s not a better job on the planet than judging that f---ing karaoke contest,” Stern said, confirming that he’d been approached to join FOX’s hit show, TheWrap.com reports . “It might be possible, we’ll see,” Stern added. “They ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:25: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("