var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kelly Clarkson: American Idol winner only real success story from Class of '02
";
arnews[0] += "When Kelly Clarkson was crowned the first American Idol winner in 2002, it would have been easy to write her off as another soon-to-be reality show has-been. However, Clarkson has proven herself over the past seven years, releasing four albums, selling millions of records and headlining several tours all over the world.";
arnews[0] += "
Publ.Date : Thu, 29 Oct 2009 10:01:00 GMT";
arnews[0] += "
";
arnews[1]="Hitting a Nostalgic Note: 'American Idol' Also-Sangs
";
arnews[1] += "EVERY YEAR , the American Idol machine parades its top 10 contestants on a nationwide tour, just in case we've forgotten those singers who were among the first to be voted off .";
arnews[1] += "
Publ.Date : Mon, 03 Aug 2009 21:45:17 GMT";
arnews[1] += "
";
arnews[2]="Gray, Jackson, Prymus, Warren Read Princess and the Black-Eyed Pea in NYC
";
arnews[2] += "The Princess and the Black-Eyed Pea , a new African-set version of Hans Christian Andersen's \"The Princess and the Pea,\" gets a private workshop presentation in Manhattan July 20.";
arnews[2] += "
Publ.Date : Mon, 20 Jul 2009 05:14:46 GMT";
arnews[2] += "
";
arnews[3]="Gray, Jackson, Prymus, Warren Read Princess and the Black-Eyed Pea in NYC
";
arnews[3] += "The Princess and the Black-Eyed Pea , a new African-set version of Hans Christian Andersen's \"The Princess and the Pea,\" will be seen in a private workshop presentation in Manhattan July 20.";
arnews[3] += "
Publ.Date : Tue, 14 Jul 2009 17:51:50 GMT";
arnews[3] += "
";
arnews[4]="Michael Jackson Tribute, American Idol Season 1
";
arnews[4] += "Everyone is creating Michael Jackson tributes here and there. A youtube user has his own tribute video to Michael Jackson.";
arnews[4] += "
Publ.Date : Thu, 02 Jul 2009 02:14:11 GMT";
arnews[4] += "
";
arnews[5]="'American Idol' returns to Southern talent-magnet
";
arnews[5] += "When \"American Idol\" searches for talent, the hit TV show certainly doesn't have a problem finding any in Atlanta.";
arnews[5] += "
Publ.Date : Fri, 19 Jun 2009 07:00: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("