var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="American Idols bring Purple to L.A.
";
arnews[0] += "When The Color Purple opens tonight at the Pantages Theatre, much of the talk will center on American Idol season three winner Fantasia Barrino's return to the show.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Rain or shine
";
arnews[1] += "Undergraduate Student Government presidential and vice presidential candidates Dylan Dann and Addison McCaleb are hoping to help students get connected, whether it's to one another, ... Funny guy [caption id=\"attachment_8400\" align=\"alignright\" width=\"258\" caption=\"Mike Lee Daily Trojan\"][/caption] Actor and comedian Aziz Ansari, who currently ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Howard Stern on 'American Idol': Dress Randy as sumo wrestler, make Carrie lose weight
";
arnews[2] += "Howard Stern had some choice words regarding the rumors that he is being considered to replace Simon Cowell on \"American Idol.\" Stern addressed the various reports on his radio show Monday .";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:26:59 GMT";
arnews[2] += "
";
arnews[3]="'Idol' champ Fantasia finds her voice on stage
";
arnews[3] += "Most people know Fantasia Barrino as the golden-voiced winner of \"American Idol's\" third season back in 2004 -- a woman whose performance of \"Summertime\" stunned judges and audiences alike.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 15:17:02 GMT";
arnews[3] += "
";
arnews[4]="Howard Stern Confirms Idol Judge Rumors
";
arnews[4] += "Howard Stern Confirms Idol Judge Rumors Posted by Chris Lansdell on 02.08.2010 Says he'd do it for the right price... Howard Stern today confirmed on his Sirius XM show that American Idol producers are indeed interested in him replacing Simon Cowell on the show.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 07:34:54 GMT";
arnews[4] += "
";
arnews[5]="Howard Stern Addresses 'American Idol' Judge Rumors
";
arnews[5] += "Howard Stern told his satellite radio listeners Monday morning that the rumor is true: \"American Idol\" producers are, in fact, considering him to replace Simon Cowell as a judge on the show.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 01:38: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("