var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Thor casting continues. Idris Elba is in, but is Stan the Man out?
"; arnews[0] += "Idris Elba and Heimdall... Typecasting? Not hardly. Thor, God of Thunder and one of the original Avengers has not had an easy time of it."; arnews[0] += "
Publ.Date : Tue, 20 Oct 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="WED 25
"; arnews[1] += "Wednesday, November 25 : Read on for Express stories about featured local events."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:24:30 GMT"; arnews[1] += "
"; arnews[2]="The Wire's Elba joins cast of Thor
"; arnews[2] += "'The Wire' star Idris Elba has joined the cast of the upcoming film version of Marvel Comics' Norse God adventure 'Thor'. The Hollywood Reporter's Heat Vision blog says that Elba will play Heimdall, the guardian of Asgard."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:19:01 GMT"; arnews[2] += "
"; arnews[3]="Old classics on DVD
"; arnews[3] += "Here are a few of this week's new-to-DVD movies, led by the late Gilda Radner's 1980 concert film."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:38:49 GMT"; arnews[3] += "
"; arnews[4]="The weekenda s five big events, and what to do after
"; arnews[4] += "Please, moon, grant me a great weekend! The nightmare before Thanksgiving 1. Tim Burton retrospective at MoMA You're first order of business for the weekend: Hit up MoMA and get inside the creepy yet brilliant mind of Tim Burton at a just-opened exhibit exploring his filmography."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:09:20 GMT"; arnews[4] += "
"; arnews[5]="Now Installing | Francesco Vezzoli Gets Gaga to MoCA
"; arnews[5] += "Petit-point embroidery plays an important part in the artistic career of Francesco Vezzoli: his best-known works are serigraphs in which details of the images are hand-stitched in shocking colors."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:21:03 GMT"; arnews[5] += "
"; totcount = 6; 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("
");