var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Cate Blanchett
"; arnews[0] += "From Elizabeth and Bandits to The Lord of the Rings trilogy and The Aviator , Cate Blanchett has proven herself as a superb dramatic actress."; arnews[0] += "
Publ.Date : Thu, 05 Feb 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Jimmy Goes Country
"; arnews[1] += "Submitted by Christina Valhouli on Fri, 2009-11-20 16:11. News Item A Jimmy Choo is having a moment right now."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:11:15 GMT"; arnews[1] += "
"; arnews[2]="Love in Brooklyn; death in Naples
"; arnews[2] += "Left: Toni Servillo in \"Gomorrah.\" Right: Joaquin Phoenix and Vinessa Shaw in \"Two Lovers.\" This week brings us two of the most interesting films we're likely to see in 2009, and at first glance they couldn't be more different."; arnews[2] += "
Publ.Date : Thu, 12 Feb 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Starpulse Scene: Top 10 Latest Hollywood Gossip
"; arnews[3] += "Contributing writer Erin Demchak shares the Top 10 latest Hollywood gossip on the Starpulse Scene."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:18:48 GMT"; arnews[3] += "
"; arnews[4]="Tim McGraw coaxed back to football by 'The Blind Side'
"; arnews[4] += "Tim McGraw didn't want to make another football movie. In fact, he was so adamant about it that he read through every script in his stack before returning to The Blind Side and giving it a skim."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:29:10 GMT"; arnews[4] += "
"; arnews[5]="Gwyenth Paltrow's GOOP and Website
"; arnews[5] += "Academy Award winning Gwyneth Paltrow has a cool blog and lovely website. Paltrow has a lot more than acting on the brain."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="Movie Theater Popcorn is Still a Caloric Nightmare
"; arnews[6] += "A moment on the lips, a lifetime on the hips. Photo: iStockphoto It doesn't even seem like it's been that long since we all learned that eating popcorn just because you're at a movie theater was a sick indulgence on the level of stuffing five fried Snickers bars in your face just because it's a Wednesday, but it's been a whole fifteen years! And ..."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 14:28:01 GMT"; arnews[6] += "
"; arnews[7]="Which Celeb Diet Should You Follow?
"; arnews[7] += "Celebrities are notorious for their wild weight swings . Think Jessica Simpson and Jennifer Love Hewitt ."; arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 14:27:19 GMT"; arnews[7] += "
"; arnews[8]="WigSuperstore.com Reveals Top 10 Celebrity Hair Extensions and Wigs
"; arnews[8] += "WigSuperstore.com, a nationally recognized wig supplier, reveals this Fall's top 10 most popular celebrity hair extensions and wigs."; arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 10:51:27 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("
");document.write("
");