var arnews = new Array(9);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="La Toya Jackson wants Simon’s spot on ‘Idol’ - MSNBC
";
arnews[0] += "If Simon Cowell’s upcoming departure from “American Idol” isn’t enough to leave some fans feeling uncertain about the show’s future, the idea of La Toya Jackson acting as his replacement might clench it. According to gossip Web site TMZ ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 03:55:00 GMT";
arnews[0] += "
";
arnews[1]="Dennis Hopper files for divorce from fifth wife - The Gaea Times
";
arnews[1] += "WASHINGTON - American actor Dennis Hopper is said to have filed for divorce from his fifth wife. Hopper, 73, who is battling cancer, has in the Los Angeles court records cited irreconcilable differences as the reason for the split with his wife ...";
arnews[1] += "
Publ.Date : Sat, 16 Jan 2010 09:40:00 GMT";
arnews[1] += "
";
arnews[2]="A 'CSI: Miami' Murder in the Final Frontier - ETOnline.com
";
arnews[2] += "\"CSI: Miami\" goes where no CSI show has gone before this week as the forensic team takes on a case that may literally be out of this world! \"We find a dead body in Miami and it fell from the sky,\" Eddie Cibrian explains to ET. \"We don't know if it ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 23:04:00 GMT";
arnews[2] += "
";
arnews[3]="Entertainment Tonight Headlines - WXYZ
";
arnews[3] += "\"CSI: Miami\" goes where no CSI show has gone before this week as the forensic team takes on a case that may literally be out of this world! \"We find a dead body in Miami and it fell from the sky,\" Eddie Cibrian explains to ET. \"We don't know if it ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 11:01:00 GMT";
arnews[3] += "
";
arnews[4]="Rimes Sings Of Cheating Scandal Heartache At Sundance - The Gaea Times
";
arnews[4] += "Country star LEANN RIMES has turned her 2009 cheating scandal into a new heartbreak song, which she debuted at the Sundance Film Festival in Utah on Monday night (25Jan10). The Blue singer was performing at an ASCAP party when she stunned fans with ...";
arnews[4] += "
Publ.Date : Wed, 27 Jan 2010 03:08:00 GMT";
arnews[4] += "
";
arnews[5]="WGLB presents a day at the movies. - DAILY KOS
";
arnews[5] += "... up to reading, there’s also a wonderful documentary of the same name, narrated by Lily Tomlin, also highly recommended, as it can provide examples no book can: actual clips. To aid ... RuPaul and Eddie Cibrian in tiny hot pants. \"";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 16:26: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("