var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Messenger
";
arnews[0] += "After being wounded in Iraq, a valorous but emotionally repressed soldier returns to the States, where the army, displaying all the irony of a Hollywood screenwriter, assigns to him the wrenching duty of notifying parents and spouses that their loved ones have died in combat.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:41:51 GMT";
arnews[0] += "
";
arnews[1]="For celebs, size is everything
";
arnews[1] += "That real date on their birth certificates isn't the only thing celebs tend to guard with their lives.";
arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="For celebs, size is everything
";
arnews[2] += "That real date on their birth certificates isn't the only thing celebs tend to guard with their lives.";
arnews[2] += "
Publ.Date : Sun, 08 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="The Shadow doesn't even know
";
arnews[3] += "The Onion's AV Club talks to Penelope Ann Miller about \" Random Roles ,\" including her turn as Margo Lane in 1994's \"The Shadow\" movie.";
arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 23:23:59 GMT";
arnews[3] += "
";
arnews[4]="New on DVD this week
";
arnews[4] += "ICE AGE: DAWN OF THE DINOSAURS a ' Saber-toothed tiger Diego and wooly mammoths Manny and Ellie team up to rescue Sid the Sloth from an underground world overrun by rampaging dinosaurs.";
arnews[4] += "
Publ.Date : Fri, 30 Oct 2009 07:32:42 GMT";
arnews[4] += "
";
arnews[5]=""Free Style" - chasing racing dreams
";
arnews[5] += "\"Free Style\" movie trailer Release Date: October 9th, 2009 Starring: Corbin Bleu, Madison Pettis, Sandra Echeverria, Penelope Ann Miller, Jesse Moss, Matt Bellefleur, Tegan Moss, and David Reivers Genre: Sports Drama Audience: Older children to adults Rating: PG Runtime: 94 minutes Distributor: Samuel Goldwyn Films Director: William Dear Executive ...";
arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 10:17:05 GMT";
arnews[5] += "
";
arnews[6]=""Free Style" - chasing racing dreams
";
arnews[6] += "\"Free Style\" movie trailer Release Date: October 9th, 2009 Starring: Corbin Bleu, Madison Pettis, Sandra Echeverria, Penelope Ann Miller, Jesse Moss, Matt Bellefleur, Tegan Moss, and David Reivers Genre: Sports Drama Audience: Older children to adults Rating: PG Runtime: 94 minutes Distributor: Samuel Goldwyn Films Director: William Dear Executive ...";
arnews[6] += "
Publ.Date : Tue, 27 Oct 2009 04:14:14 GMT";
arnews[6] += "
";
arnews[7]="'Thanksgiving Reunion'-Watch something else
";
arnews[7] += "I struggle for the words to describe this movie. Sure, it's a TV movie, but that's no excuse.";
arnews[7] += "
Publ.Date : Thu, 22 Oct 2009 01:30:53 GMT";
arnews[7] += "
";
totcount = 8;
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("