var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Filmed-in-Portland movie opens in late January
";
arnews[0] += "Harrison Ford and Brendan Fraser star in \"Extraordinary Measures,\" the movie filmed in Oregon from April to June.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:33:04 GMT";
arnews[0] += "
";
arnews[1]="15 documentary features make Oscara s short list
";
arnews[1] += "A A Keri Russell on motherhood, new film A A Nov. 19: TODAY's Hoda Kotb and Kathie Lee Gifford talk to actress Keri Russell about being a mother and her new film, \" Extraordinary Measures.\" Slideshow A A December movies James Cameron's spectacle \"Avatar\" hits theaters, along with George Clooney, who is \"Up in the Air,\" and Robert Downey Jr.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 02:40:52 GMT";
arnews[1] += "
";
arnews[2]="Daily television guide
";
arnews[2] += "Chat at 11 a.m. with Courtney Hollands on upcoming events in Boston. Chat at 2 p.m. with Peter Hotton on home repair.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:49:34 GMT";
arnews[2] += "
";
arnews[3]="Extraordinary Measures Official Movie Poster
";
arnews[3] += "CBS films recently released this movie poster for the upcoming film \"Extraordinary Measures\" by director Tom Vaughan and starring Harrison Ford and Brendan Fraser .";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 07:52:33 GMT";
arnews[3] += "
";
arnews[4]="Rival: ED drug faster than Viagra, Lilly's Cialis
";
arnews[4] += "A drug being developed by a California company was shown in a trial to be effective in 30 minutes or less, much faster than its competitors, the maker of treatments for erectile dysfunctions claimed today.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 04:04:18 GMT";
arnews[4] += "
";
arnews[5]="Sony Inks International Distribution Deal with CBS Films
";
arnews[5] += "Sony Pictures Worldwide Acquisitions Group has signed a three-year marketing and distribution deal with CBS Films, under which Sony Pictures will handle international theatrical distribution of CBS Films productions as well as service worldwide distribution of the unit's films in the home entertainment marketplace, it was announced today by Peter ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 21:09: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("