var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Profile on Ewan McGregor
"; arnews[0] += "WHEN Ewan McGregor crawled headfirst into \"the worst toilet in Scotland\" during a seminal scene in Trainspotting back in 1996, the last thing it felt like was a comment on the way his film career might pan out."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:00:00 GMT"; arnews[0] += "
"; arnews[1]="Ray Park gets plenty of face time on NBC's Heroes'
"; arnews[1] += "Ever wonder just how big a nerd you are? There's a very simple test to determine your geekyness: Do you know what actor Ray Park looks like? The actor's face has been obscured in almost every film he has made."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:29:53 GMT"; arnews[1] += "
"; arnews[2]="One of the best-known actors you've never seen.
"; arnews[2] += "Ever wonder just how big a nerd you are? There's a very simple test to determine your geekyness: Do you know what actor Ray Park looks like? The actor's face has been obscured in almost every film he has made."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:10:11 GMT"; arnews[2] += "
"; arnews[3]="Not-Forgotten Box a Star Warsa auctions are posted on eBay
"; arnews[3] += "A portion of Adam Shields' prized \"Star Wars\" collection has been photographed and placed on eBay for buyers to haggle over on the virtual auction site."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 13:33:43 GMT"; arnews[3] += "
"; arnews[4]="Weitz Reacts to Bad Reviews
"; arnews[4] += "When Summit Entertainment surpisingly canned Twilight director Catherine Hardwicke from New Moon in favor of Chris Weitz , who just so happens to be a penis-having dude, many predicted that the franchise would take a disappointing turn."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:54:31 GMT"; arnews[4] += "
"; totcount = 5; 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("
");