var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Is credibility an issue at the "Idol" judge table?
";
arnews[0] += "Paula Abdul is out, Simon Cowell is making his way toward the exit and Ellen DeGeneres makes her debut Tuesday night as Abdul's replacement on \"American Idol.\" While there's no question that DeGeneres is hilarious, her lack of music industry expertise makes her contribution to the show more fluff and punch lines than anything constructive.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:45:24 GMT";
arnews[0] += "
";
arnews[1]="No Surprise - Daughtry
";
arnews[1] += "Watch the sensation which is DAUGHTRY as they deliver an amazing acoustic set! Check out all their hits including 'It's Not Over' and watch as Chris performs an acoustic performance of \"Rocket Man\"... Daughtry - Play All Biography Bo Bice proved that American Idol could have a rocker as a finalist, but Chris Daughtry proved that the show could ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:10:43 GMT";
arnews[1] += "
";
arnews[2]="Life After You - Daughtry
";
arnews[2] += "Watch the sensation which is DAUGHTRY as they deliver an amazing acoustic set! Check out all their hits including 'It's Not Over' and watch as Chris performs an acoustic performance of \"Rocket Man\"... Daughtry - Play All Biography Bo Bice proved that American Idol could have a rocker as a finalist, but Chris Daughtry proved that the show could ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 12:09:31 GMT";
arnews[2] += "
";
arnews[3]="Who should replace Simon Cowell?
";
arnews[3] += "This season of \"American Idol\" is one for the books, and we're not talking about the \"Pants on the Ground\" phenomenon.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 19:49:15 GMT";
arnews[3] += "
";
arnews[4]="Idol' justice: Who should replace judge Simon Cowell?
";
arnews[4] += "This season of \"American Idol\" is one for the books, and we're not talking about the \"Pants on the Ground\" phenomenon.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 22:14:10 GMT";
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("