var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Emmy Rossum Departs With Heart - DailyFill
";
arnews[0] += "In fact, for once, the hearts around your head actually were there rather than simply being a figment of our imagination (like they normally are). Last night, the beautiful Miss Rossum gave us a sweet smile before she and her fedora hopped on a ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 17:59:00 GMT";
arnews[0] += "
";
arnews[1]="101 Unsung Films and How I Picked Them - TheWrap
";
arnews[1] += "... Songcatcher\" was nominated for a Grand Jury Prize at Sundance in 2000, and won a Special Jury Prize for its acting ensemble (which includes Janet McTeer, Aidan Quinn, Jane Adams, Emmy Rossum, and Pat Carroll). But its distributor was swallowed ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:44:00 GMT";
arnews[1] += "
";
arnews[2]="Mystic River Review - FanBolt.Com
";
arnews[2] += "Viewers will experience the deep intensity and nuances of the amazing performances in Clint Eastwood's searing ensemble drama Mystic River, starring Sean Penn, Tim Robbins and Kevin Bacon, Marcia Gay Harden, Laura Linney and Emmy Rossum when it ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:21:00 GMT";
arnews[2] += "
";
arnews[3]="DVD reviews: Coen brothers find humor in 'Serious Man' - PITTSBURGH TRIBUNE-REVIEW
";
arnews[3] += "The success garnered by the moviemaking Coen brothers has been established over a body of work that's only seen a few miscues in almost 30 years of work. Midwestern born, Joel and Ethan return to their roots for \"A Serious Man,\" an intelligent comedy ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:35:00 GMT";
arnews[3] += "
";
arnews[4]="This Week in DVD & Blu-ray: A Serious Man, Couples Retreat, Bronson ... - Slashfilm.com
";
arnews[4] += "Notable Extras: DVD & Blu-ray – Commentary with director Adam Salky and writer David Brind, the original “Dare” short film, deleted scenes, and Emmy Rossum’s audition.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 13:58:00 GMT";
arnews[4] += "
";
arnews[5]="Five Great Geeky Chick Flicks for Valentine’s Day - Wired News
";
arnews[5] += "In a year when the top chick flicks involve vampires, it’s hard to say what makes a geeky chick flicks stand out from the rest of the genre. But it’s safe to say geek women are drawn to films with intelligent dialogue, an interesting premise, a ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 13:15:00 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("