var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Downey Jr. Ponders Retirement - The Gaea Times
";
arnews[0] += "ROBERT DOWNEY JR. will consider retirement if his upcoming SHERLOCK HOLMES movie flops. The actor is adamant that if his new detective movie doesn’t do well as the box office on its release next month (Dec09), he will think about winding down his ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 07:56:00 GMT";
arnews[0] += "
";
arnews[1]="Provocative performances lined up for AMAs - KABC
";
arnews[1] += "LOS ANGELES (KABC) -- George Pennacchio has a preview of what viewers can expect to see at the 37th annual American Music Awards on Sunday. Many of the biggest names in the music business will be at the Nokia Theatre, some performing or accepting ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:12:00 GMT";
arnews[1] += "
";
arnews[2]="Rihanna’s pool boy has seen her naked five times! - The Gaea Times
";
arnews[2] += "WASHINGTON - Rihanna has revealed that her pool boy has seen her naked five times. The ‘Russian Roulette’ singer admits: “To be honest, I’m even hotter at home, because I’m always naked there. I’m from Barbados, that’s quite normal ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:56:00 GMT";
arnews[2] += "
";
arnews[3]="SIRIUS XM to Broadcast 'Doctor Radio Reports: What Every Woman Needs ... - PR Newswire
";
arnews[3] += "NEW YORK, Nov. 20 /PRNewswire-FirstCall/ -- SIRIUS XM Radio (NASDAQ: SIRI) today announced that it will broadcast Doctor Radio Reports: What Every Women Needs to Know About Mammograms , an in-depth special hosted by veteran journalist Perri Peltz ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:27:00 GMT";
arnews[3] += "
";
arnews[4]="Maino To World Premiere Video On Cinemax - Sohood.com
";
arnews[4] += "“Let’s Make A Movie” is just one of the many highlights on “IF TOMORROW COMES…” Stacked with a broad spectrum of bangers, the album makes an indelible first impression of a serious new hip-hop star. The first major label debut to be ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:32:00 GMT";
arnews[4] += "
";
arnews[5]="Law Abiding Citizen (Review) - WCPO
";
arnews[5] += "Jamie Foxx and Gerard Butler match wits in mildly effective thriller Screenwriter Kurt Wimmer sees a world in which there is little balance in terms of law and order, and to right the scales drastic action must be taken. From Equilibrium to The ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 07:37:00 GMT";
arnews[5] += "
";
arnews[6]="I-210 to close in Fontana for Robert Downey Jr. movie - San Bernardino County Sun
";
arnews[6] += "The eastbound 210 Freeway through Fontana and Rialto will be closed part of this weekend while a movie crew films scenes for \"Due Date,\" a movie starring Robert Downey Jr. and Jamie Foxx. Classic Films Inc. said eastbound lanes between Sierra Avenue ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 14:59:00 GMT";
arnews[6] += "
";
totcount = 7;
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("