var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="A Single Man - Review
"; arnews[0] += "He's utterly mesmerising, even if Tom Ford's film ultimately feels flawed. The actor plays 52-year-old college professor George Falconer, a man who is struggling to find meaning in his life after the death of his long-time partner Jim in '60s America."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:34:50 GMT"; arnews[0] += "
"; arnews[1]="New Chloe Trailer Is Absolutely Terrifying
"; arnews[1] += "There's a new, longer trailer for Atom Egoyan's upcoming remake of the French thriller Chloe , and it's scary as hell ."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:57:25 GMT"; arnews[1] += "
"; arnews[2]="Beef and Boards Presents the Dance Classic Footloose
"; arnews[2] += "Beef and Boards Dinner Theatre presents the 1980s hit Footloose Thursday, February 11 through March 21."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:41:48 GMT"; arnews[2] += "
"; arnews[3]="Cyrus arranges Haiti star auction
"; arnews[3] += "US pop star Miley Cyrus has called on some of her famous friends to donate memorabilia for an online auction to benefit the relief effort in Haiti."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:18:36 GMT"; arnews[3] += "
"; arnews[4]="Rain can't dampen S.B. film fest
"; arnews[4] += "Not letting pesky mudslides ruin a perfectly good celebration, the Santa Barbara International Film Festival kicked off 25th-anniversary festivities over the weekend, showering the likes of Sandra Bullock, James Cameron and his ex Kathryn Bigelow with awards and retrospectives."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:46:06 GMT"; arnews[4] += "
"; arnews[5]="Factbox: Main Competition Films At Berlin Festival
"; arnews[5] += "The 60th Berlin film festival starts on Thursday and ends on February 21. Following are the 26 films in the main competition lineup, along with the main production country, the name of the director and names of major stars."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:59:32 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("
");