var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="North Texas movie news and notes: Wednesday-before-Fat-Tuesday edition - Pegasus News
"; arnews[0] += "Pinin' for Pontchartrain? Bring Mardi Gras home this week with a pair of thought-provoking documentaries. We'll start out this week with news of local (and points slightly south) film happenings, then transition into full-blown Mardi Gras mania mode ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:57:00 GMT"; arnews[0] += "
"; arnews[1]="Best Supporting Actress Award - The Gaea Times
"; arnews[1] += "drinks a pint of beer while hosting the 67th Annual Golden Globe Awards held at The Beverly Hilton Hotel, on NBC. January 18th, 2010 The Golden Globe Awards were precious for comedienne/actress MO'NIQUE in Hollywood on Sunday night (17Jan10) - she ..."; arnews[1] += "
Publ.Date : Mon, 18 Jan 2010 09:52:00 GMT"; arnews[1] += "
"; arnews[2]="119 Set for SXSW ‘10; Fest Competition Rosters Unveiled - indieWIRE
"; arnews[2] += "The South by Southwest Film Conference and Festival unveiled its complete lineup, with 119 features set to screen during the nine day fest, which overlaps with the popular music and interactive events at SXSW. This year, 55 films will have their ..."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 04:32:00 GMT"; arnews[2] += "
"; arnews[3]="Short takes - Maryland Community Newspapers Online
"; arnews[3] += "2012 (PG-13) (158 min.; dir. Roland Emmerich; John Cusack, Amanda Peet, Danny Glover, Thandie Newton, Oliver Platt, Woody Harrelson, Chiwetel Ejiofor, Liam James, Morgan Lily, George Segal, Beatrice Rosen, Zlatko Buric, Tom McCarthy) action/drama ..."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 09:41:00 GMT"; arnews[3] += "
"; arnews[4]="Film Shorts - Fort Worth Weekly
"; arnews[4] += "An Education (PG-13) This radiant and gently heartbreaking drama is one of 2009's best movies. The Oscar-nominated Carey Mulligan stars as a 16-year-old Londoner who falls for an older man (Peter Sarsgaard) in 1961 and considers giving up her dreams ..."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 15:53:00 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("
");