var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Guess who I met?
"; arnews[0] += "I met him outside The Geffen Playhouse in Los Angeles when he was performing in Farragut North about 2 months ago but I just never got around to posting it here :P. My roommate and I couldn't get tickets but we went to the playhouse anyway and stalked around, hoping he'd come out afterwards."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:25:27 GMT"; arnews[0] += "
"; arnews[1]="Right Out of the Gate
"; arnews[1] += "Recently graduated from the University of Southern California's theater program, Troian Bellisario is debuting this week at one of Los Angeles' preeminent midsize theaters, the Geffen Playhouse, in Bill Cain's \"Equivocation.\" The play, directed by David Esbjornson, centers on William Shakespeare and the request by King John that the bard write the ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:48:20 GMT"; arnews[1] += "
"; arnews[2]="Movie Review: New York, I Love You
"; arnews[2] += "Rifka is a Hasidic diamond broker who has an encounter with a devout Jain in the Mira Nair-directed segment of the anthology film New York, I Love You."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:58:15 GMT"; arnews[2] += "
"; arnews[3]="Springer Awakening
"; arnews[3] += "ASHLEY SPRINGER IS rapidly becoming the go-to guy for movies that require sexually explicit high school scenes."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="New York, I Love You by Kimberley Jones
"; arnews[4] += "The central thesis in this omnibus of short films seems to be that New York is not its landmarks or its landscape; New York is its people."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:26:32 GMT"; arnews[4] += "
"; arnews[5]="Uncertainty
"; arnews[5] += "A young couple stands on the Brooklyn Bridge on the Fourth of July. They exchange some vague words about decisions and choices."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 02:54:34 GMT"; arnews[5] += "
"; arnews[6]=""New York, I Love You"
"; arnews[6] += "Tuesday, 17 November 2009 [Language and sexual content.] - Numerous filmmakers direct a series of eclectic vignettes that pay tribute to the Big Apple in this entertaining, star-dotted but uneven film that follows various couples, including a Hassidic diamond dealer negotiating prices with an Indian Jewish buyer before her wedding, two pickpockets ..."; arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 02:32:27 GMT"; arnews[6] += "
"; arnews[7]="Film Review: Group of film shorts has a few tasty slices
"; arnews[7] += "There's plenty of star power, in front of and behind the cameras, for \"New York, I Love You,\" a string of short stories built on a theme of love."; arnews[7] += "
Publ.Date : Sat, 14 Nov 2009 07:26:42 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("
");document.write("
");