var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Seven Green Globe Film Award Nominations Make Clint Eastwood's Day - Earthtimes
";
arnews[0] += "Nominations for Clint Eastwood and \"Invictus\" include Best Picture, Best Director, a nomination for one of the Best 10 Actors of the Decade, three nominations in the category of \"Best 10 Pictures of the Decade\" including \"Letters from Iwo Jima ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:19:00 GMT";
arnews[0] += "
";
arnews[1]="Christina McLarty - CBS 2 KCAL 9
";
arnews[1] += "Christina joined CBS 2 News as an entertainment reporter in January of 2007. Previously she served as a lifestyle correspondent for CBS 11 News in Dallas/Fort Worth, covering arts, fashion, food, entertainment and culture. In addition to her CBS 11 ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:02:00 GMT";
arnews[1] += "
";
arnews[2]="She's a tough competitor, no bones about it - Los Angeles Times
";
arnews[2] += "Reporting from Vancouver, Canada - She wears her father's World Series ring around her neck and his initials on her custom-made sneakers. Even as he was dying of cancer 18 months ago, Ted Uhlaender was coaching his daughter, Katie, on life and on ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:09:00 GMT";
arnews[2] += "
";
arnews[3]="Matt Damon, Jude Law catch 'Contagion' - Channel NewsAsia
";
arnews[3] += "LOS ANGELES : Matt Damon and Jude Law are reuniting on screen to star in a thriller by Oscar-winning director Steven Soderbergh about the outbreak of a deadly disease, reports said Tuesday. Damon and Law, who appeared together in 1999 hit \"The ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:22:00 GMT";
arnews[3] += "
";
arnews[4]="Oscar nominations -- who got snubbed: Clint Eastwood, 'Star Trek ... - Los Angeles Times Blogs
";
arnews[4] += "Even with 10 films in the race for best picture at the Oscars , there was no room for Golden Globe champ \"The Hangover,\" BFCA and PGA nominee \"Invictus,\" BFCA, Globe and SAG nominee \"Nine\" and PGA nominee \"Star Trek.\" Clint Eastwood -- who won two of ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 06:13:00 GMT";
arnews[4] += "
";
arnews[5]="See Clint Eastwood Directing Hereafter , Hanging Out on the Beach - Nymag.com
";
arnews[5] += "Clint Eastwood just got Matt Damon an Oscar nomination for Invictus , but the two are already back to work. Their next collaboration, Hereafter — a drama with interconnecting stories, starring Damon as a psychic who can see dead people but ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 21:35: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("