var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pop Life at Hamburger Kunsthalle Proves that Good Business is the Best Art
";
arnews[0] += "The photography 'Spiritual America IV' featuring Brooke Shields by US artist Richard Prince is part of the exhibition 'Pop Life' at the Kunsthalle in Hamburg, Germany, 09 February 2010.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:13:43 GMT";
arnews[0] += "
";
arnews[1]="Tom Cruise Signs On For 'Mission: Impossible IV'
";
arnews[1] += "Tom Cruise in \"Mission: Impossible 3\" After the success of the first three \"Mission: Impossible\" movies, some wondered whether the series would finish within the framework of a traditional trilogy.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:00:00 GMT";
arnews[1] += "
";
arnews[2]="Renner's Impromptu Musical Performance
";
arnews[2] += "Movie & Entertainment News provided by World Entertainment News Network 2010-02-09 20:29:48 - THE HURT LOCKER star JEREMY RENNER was left red-faced on U.S. TV on Tuesd= ay after he was coaxed to show off his amateur music skills dur= ing an impromptu performance.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:29:21 GMT";
arnews[2] += "
";
arnews[3]="a American Idola : Is Howard Stern right for the show? a The Viewa asks if hea s still relevant
";
arnews[3] += "\" American Idol\" producers, take note:A The studio audience at \" The View\" thinks he's wrong for the show.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:47:26 GMT";
arnews[3] += "
";
arnews[4]="Sexy Booty Parlor opens mini-store within Black Satin at Wynn
";
arnews[4] += "Booty Parlor's Liptrick $26, blends in with the rest of your cosmetics in your handbag.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Kids Clothing Deemed Too 'Racy' by Some
";
arnews[5] += "The Emily Grace Collection is named after little \"Hannah Montana\" actress Emily Grace Reaves, who helps design the line.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 13:57:38 GMT";
arnews[5] += "
";
arnews[6]="Author Interview: Carol Snow
";
arnews[6] += "Carol Snow is the author of upcoming novel Just Like Me, Only Better Here, Carol talks about Just Like Me, her inspiration, and of course, a whole load of lookalikes... Please describe your latest book in 15 words or fewer.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 03:05:10 GMT";
arnews[6] += "
";
arnews[7]="Dish Of Salt: Monday TV Round Up
";
arnews[7] += "Kevin Federline poses with Access Hollywood's Maria Menounos during a visit to the Access set on January 26, 2010 Access Hollywood Kevin Federline jokes around with Access Hollywood's Maria Menounos on the Access set during a visit on January 26, 2010 AP Zachary Quinto is 'Sylar' Getty Images Lisa Kudrow shines bright at the 'Love And Other ...";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 01:08:23 GMT";
arnews[7] += "
";
totcount = 8;
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("