var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ellen gets ready to debut as American Idol judge
";
arnews[0] += "Paula Abdul is gone. : New judge Ellen DeGeneres makes her debut at 7 tonight on Fox during the intense Hollywood rounds, which include solo and group numbers.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 23:09:00 GMT";
arnews[0] += "
";
arnews[1]="I Have Nothing and other songs Idol should retire
";
arnews[1] += "Let's close the door on Whitney ballads, shall we, Idol ? Bring on the Whitney Houston hits! Belt out the Martina McBride choruses! Screw up the Elton John Lyrics.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 18:00:00 GMT";
arnews[1] += "
";
arnews[2]="The Farr Side: 'Idol' season 9 off and running
";
arnews[2] += "Season 9 of \"American Idol\" is off and running, so here goes another five months of couch potato-ness. Luckily, the moment host Ryan Seacrest uttered those words, \"This is 'American Idol,'\" all signs of \"'American Idol' Withdrawal\" seemed to evaporate.";
arnews[2] += "
Publ.Date : Thu, 14 Jan 2010 22:40:53 GMT";
arnews[2] += "
";
arnews[3]="The Farr Side: 'Idol' season 9 off and running
";
arnews[3] += "Season 9 of \"American Idol\" is off and running, so here goes another five months of couch potato-ness. Luckily, the moment host Ryan Seacrest uttered those words, \"This is 'American Idol,'\" all signs of \"'American Idol' Withdrawal\" seemed to evaporate.";
arnews[3] += "
Publ.Date : Thu, 14 Jan 2010 20:34:42 GMT";
arnews[3] += "
";
arnews[4]="Firecracker found on plane linked to Estero man
";
arnews[4] += "Exploding firecrackers have been known to attract the cops. But an Estero man found out that unlit firecrackers can attract the feds - at least when you bring them on an airplane.";
arnews[4] += "
Publ.Date : Mon, 28 Dec 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Firecracker found on plane linked to Bonita man
";
arnews[5] += "Exploding firecrackers have been known to attract the cops. But an Estero man found out that unlit firecrackers can attract the feds - at least when you bring them on an airplane.";
arnews[5] += "
Publ.Date : Tue, 29 Dec 2009 01:57:35 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("