var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Judging Ellen - Regina Leader-Post
";
arnews[0] += "After weeks of hit-or-miss guest judges - hits: Neil Patrick Harris, Katy Perry; misses: Avril Lavigne, Victoria Beckham - Ellen DeGeneres finally makes her debut on American Idol Tuesday (Feb. 9), as the aspiring pop stars who survived the show's ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:48:00 GMT";
arnews[0] += "
";
arnews[1]="Ellen DeGeneres makes American Idol debut - Times Colonist
";
arnews[1] += "After weeks of hit-or-miss guest judges - hits: Neil Patrick Harris, Katy Perry; misses: Avril Lavigne, Victoria Beckham - Ellen DeGeneres finally makes her debut on American Idol tonight, as the aspiring pop stars who survived the show's hodge-podge ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:56:00 GMT";
arnews[1] += "
";
arnews[2]="American Idol's Adam Lambert Dominates Idol's Great Performances ... - HispanicBusiness.com
";
arnews[2] += "With American Idol fully back in swing and the hit show expected to dominate network television for the next four months, it is a good time to reflect on American Idol's greatest performances. Each season has produced some amazing performances and ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 19:32:00 GMT";
arnews[2] += "
";
arnews[3]="Home [www.nwlanews.com] - nwlanews.com
";
arnews[3] += "Coach Jeremiah Williams’ Bossier High Bearkats have won 30 games two years in a row. With one more victory, Williams will become the first basketball coach ever to win 95 games in his first three seasons at a Caddo-Bossier high school. With four ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 19:14:00 GMT";
arnews[3] += "
";
arnews[4]="5 Things Every American Idol Contestant Should Know - Associated Content
";
arnews[4] += "American Idol has been a phenomenon for 9 seasons. If you're an American Idol contestant or you're aspiring to be one, there are some things you need to know to avoid getting booted. Each season of the hit show is a bit different from the others, but ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 03:58:00 GMT";
arnews[4] += "
";
arnews[5]="Alon USA Selected as 'Stalking Horse' Bidder for the Bakersfield ... - MSN Money
";
arnews[5] += "DALLAS, Feb. 2 /PRNewswire-FirstCall/ -- Alon USA Energy, Inc. ALJ (the \"Company\") announced today that it has been selected as the \"stalking horse\" bidder for the Bakersfield, California refinery from Big West of California, LLC, a subsidiary of ...";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 21:09:00 GMT";
arnews[5] += "
";
arnews[6]="Ranking 'American Idol' contestants: Patrick's Power Ratings week 4 - Seattle Times
";
arnews[6] += "Thank goodness for the end of auditions! My head is swimming in names, facts and figures and it hurts now. Let's get through Hollywood so I can jettison all this deadwood and start ranking the real contestants. As I've written before, in these first ...";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 14:28:00 GMT";
arnews[6] += "
";
arnews[7]="Idol Season 9: Auditions -- Orlando - Huffingtonpost.com
";
arnews[7] += "A brisk episode of American Idol, though talent seemed thin on the ground again. Kristen Chenoweth was a fun guest judge for part of the Orlando auditions -- she and Kara bonded and they managed to have fun while annoying Simon no end.On her own ...";
arnews[7] += "
Publ.Date : Wed, 20 Jan 2010 10:19:00 GMT";
arnews[7] += "
";
arnews[8]="'American Idol' Orlando Auditions: 'Amazing Grace' Arrest, Split Pants ... - Starpulse.com
";
arnews[8] += "Last night, \" American Idol \" rolled into Orlando for a lot more good than bad. In fact, there was only one really bad audition in the whole bunch, a rarity for this show. Auditions were so good, that they didn't even need a guest judge for half of ...";
arnews[8] += "
Publ.Date : Thu, 21 Jan 2010 13:38:00 GMT";
arnews[8] += "
";
totcount = 9;
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("