var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Simon Cowell's Greatest 'American Idol' Put-Downs
";
arnews[0] += "Over the past eight seasons of \"American Idol,\" Simon Cowell has been an endless fount of witticisms, put-downs and downright bizarre metaphors .";
arnews[0] += "
Publ.Date : Tue, 12 Jan 2010 22:05:00 GMT";
arnews[0] += "
";
arnews[1]="Simon Cowell's Greatest 'American Idol' Put-Downs
";
arnews[1] += "Over the past eight seasons of \"American Idol,\" Simon Cowell has been an endless fount of witticisms, put-downs and downright bizarre metaphors .";
arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 03:07:58 GMT";
arnews[1] += "
";
arnews[2]="'American Idol': Happy Anniversary, Gina Glocksen
";
arnews[2] += "One year ago today \"American Idol\" season six finalist Gina Glocksen married long-time boyfriend Joe Ruzicka.";
arnews[2] += "
Publ.Date : Thu, 31 Dec 2009 17:30:10 GMT";
arnews[2] += "
";
arnews[3]="Fake Tan and Then a Tango
";
arnews[3] += "Close PAGE ONE NOVEMBER 24, 2009 Rippling Muscles on TV Dance Shows Are a Pigment of Your Imagination By AMY CHOZICK LOS ANGELES -- In the world of television, Fiona Locke is a special-effects expert.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 10:25:21 GMT";
arnews[3] += "
";
arnews[4]="Jim Beal Jr.: Mix it up with Glambilly, Beasley CDs
";
arnews[4] += "This weekend there are CD-release parties , a couple of music-driven events designed for families and one to give an assist to kids in need.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 21:24:30 GMT";
arnews[4] += "
";
arnews[5]="Chris Sligh disses a American Idola alums: I die inside.
";
arnews[5] += "Oh, Chris Sligh. I remember when you first graced my TV screen way back in 2007, a breath of fresh air amongst a crop of season six Idol lookers like Haley Scarnato.";
arnews[5] += "
Publ.Date : Wed, 23 Sep 2009 17:45:39 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("