var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="With 'Oranges,' Hugh Laurie of 'House' could take the film plunge
"; arnews[0] += "With 'Oranges,' Hugh Laurie of 'House' could take the film plunge February 8, 2010 3:47 pm It can be a crapshoot when TV actors step from the small screen into features; for every George Clooney or Steve Carell, there's a Zach Braff or Katherine Heigl."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 00:00:15 GMT"; arnews[0] += "
"; arnews[1]="Charlyne Yi Interview
"; arnews[1] += "Quirky wunderkind stand-up and Knocked Up actressA Charlyne Yi is usually found around the LA stand-up circuit making all types of people chuckle."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 13:33:27 GMT"; arnews[1] += "
"; arnews[2]="Netflix knows what you like
"; arnews[2] += "Netflix cites Annie Hall as a reason for tons of recommendations -- ranging from There Will Be Blood to virtually every independent and foreign film that was ever released."; arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="The Eternal Sunshine Of Souren Melikian's Spotless Mind
"; arnews[3] += "I was going to call it a guilty pleasure, but entering Souren Melikian's reality distortion field every weekend is clearly a vice."; arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 04:09:49 GMT"; arnews[3] += "
"; arnews[4]="Quint looks at two very different romantic dramas Blue Valentine and...
"; arnews[4] += "Ahoy, squirts! Quint here with a twofer of Sundance reviews for yaa . I paired these particular movies together because they are polar opposite looks at romantic relationships, one featuring the darkest of the dark side and the other optimistic and uplifting."; arnews[4] += "
Publ.Date : Sat, 30 Jan 2010 20:49:48 GMT"; arnews[4] += "
"; arnews[5]="The 411 Movies Top 5 1.29.10: Week 202 - Top 5 Performances of the Decade
"; arnews[5] += "The 411 Movies Top 5 1.29.10: Week 202 - Top 5 Performances of the Decade Posted by Trevor Snyder on 01.29.2010 Trevor Snyder, Len Archibald, and Bryan Kristopowitz offer their picks for the top performances of the past decade, from both the world of film and television."; arnews[5] += "
Publ.Date : Fri, 29 Jan 2010 08:06:55 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("
");