var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Filmed-in-Portland movie opens in late January - Portland Tribune
";
arnews[0] += "Harrison Ford and Brendan Fraser star in \"Extraordinary Measures,\" the movie filmed in Oregon from April to June. It follows the story of businessman John Crowley and his attempt to develop a drug to fight the life-threatening disease affecting his ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 19:38:00 GMT";
arnews[0] += "
";
arnews[1]="Stockard Channing, Jude Law, Marcia Gay Harden, Michael Urie, et al ... - TheaterMania.com
";
arnews[1] += "LIFEbeat will present its fifth annual 10-day eBay auction, Celebrity Memorabilia Auction Honoring World AIDS Day BID 2 BEAT AIDS , beginning December 1 at Noon EST. Proceeds will benefit the organization's ongoing AIDS/HIV programs nationwide. The ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 23:45:00 GMT";
arnews[1] += "
";
arnews[2]="The Treasure Hunter’ Featuring Kato from ‘Green Hornet’ - Screenrant.com
";
arnews[2] += "I like the look of Treasure Hunter and even though it will never open in American theaters – unless it’s remade by Stephen Sommers, starring Brendan Fraser and Nicolas Cage in the renamed “National Treasure: Mummy Hunter”- I still look ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 16:33:00 GMT";
arnews[2] += "
";
arnews[3]="Sony, CBS Films strike international distribution deal - Screendaily
";
arnews[3] += "The alliance will kick off with CBS Films’ first release, the inspirational drama Extraordinary Measures that will open on January 22, 2010, and stars Harrison Ford, Brendan Fraser and Keri Russell. CBS Films will handle domestic theatrical ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 09:10:00 GMT";
arnews[3] += "
";
arnews[4]="Trailer: 'Extraordinary Measures' - Digital Spy
";
arnews[4] += "Based on the true story of John and Aileen Crowley's search to find a cure for their children's rare illness, Extraordinary Measures stars Harrison Ford as the rogue scientist who offers the couple hope. Brendan Fraser and Keri Russell co-star in the ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 14:26:00 GMT";
arnews[4] += "
";
arnews[5]="Journey to the Center of the Earth - San Diego weekly Reader
";
arnews[5] += "With Brendan Fraser, Josh Hutcherson, and Anita Briem; directed by Eric Brevig. 2008.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 22:34: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("