var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="My hips were not touched: Demi Moore - The Gaea Times
";
arnews[0] += "LONDON - Demi Moore has hit back furiously at accusations her latest magazine cover shot has been airbrushed and she’s posted the original image to prove her point. The critics claimed computer has shaved off a portion of her left thigh and hip in ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:02:00 GMT";
arnews[0] += "
";
arnews[1]="Stars Come Out For The Deftones - The Gaea Times
";
arnews[1] += "MOTLEY CRUE rocker TOMMY LEE, LINKIN PARK frontman MIKE SHINODA and rap group CYPRESS HILL were among the stars who joined the DEFTONES at a benefit concert in Los Angeles on Thursday night (19Nov09). The musicians all took to the stage with the band ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:02:00 GMT";
arnews[1] += "
";
arnews[2]="Surrogates: Better than Bruce Willis' hairpiece - Examiner
";
arnews[2] += "The hair is bad. The movie isn't. Bruce Willis stars in Surrogates. If human beings could live via proxy through robots controlled by an individual’s thoughts, without any danger to the user, the world truly could improve in a number of ways. War ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 20:19:00 GMT";
arnews[2] += "
";
arnews[3]="Bruce Springsteen greets Michigan fans with 'Hello, Ohio!' - Newstrack India
";
arnews[3] += "ANI) Now, Bruce Willis lashes out at the paparazzi . Now, Bruce Willis lashes out at the paparazzi . Bruce Lee's old home that's now a 'love hotel' under threat of reconstruction . Bruce Willis to make directorial debut with 'Three Stories About Joan ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 05:58:00 GMT";
arnews[3] += "
";
arnews[4]="Jason Lee to Star in TNT's DELTA BLUES - Daemon's TV
";
arnews[4] += "Lee has completed production on Kevin Smith's latest feature, A Couple of Dicks. The film revolves around a pair of cops, played by Bruce Willis and Tracy Morgan, who track down a stolen baseball card, rescue a Mexican beauty and deal with gangsters ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 22:57:00 GMT";
arnews[4] += "
";
arnews[5]="Surrogates brings high-octane action to Blu-ray and DVD - DVDTOWN.com
";
arnews[5] += "BURBANK, California, November 20, 2009 – Action superstar Bruce Willis (the \"Die Hard\" franchise) headlines another spectacular thrill ride in the gripping film \"Surrogates,\" coming to Blu-ray and DVD on January 26, 2010 from Walt Disney Studios ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:39:00 GMT";
arnews[5] += "
";
arnews[6]="The Bonfire of the Vanities - San Diego weekly Reader
";
arnews[6] += "With Tom Hanks, Melanie Griffith, Bruce Willis, and Kim Cattrall. 1990.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 14:07:00 GMT";
arnews[6] += "
";
arnews[7]="Demi Moore Lashes Out At Perez Hilton - Access Hollywood
";
arnews[7] += "enlarge 1/3 Getty Images Demi Moore, Perez Hilton Getty Images Ashton Kutcher, Demi Moore and Bruce Willis pose with their children Rumer and Tallulah at the premiere of ...";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 01:08:00 GMT";
arnews[7] += "
";
arnews[8]="Your Brushes With Fame - Pittsburgh Channel
";
arnews[8] += "So far, we have some terrific photos -- including Billy Bob Thornton, Bruce Willis, Fall Out Boy, Mel Gibson, Justin Timberlake, Hulk Hogan, First Lady Laura Bush, Jeff Gordon, Flavor Flav, \"Sopranos\" cast members, Pittsburgh Penguins and Steelers ...";
arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 18:49:00 GMT";
arnews[8] += "
";
totcount = 9;
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("