var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "Ben Afflecklikes to play poker, but it was all work for the actor Monday at the Mohegan Sun. Affleck and his co-stars in \"The Town\" --
Blake Lively,
Jon Hamm,
Chris Cooperand
Jeremy Renner-- took a road ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "Actor Ben Affleck is spearheading a new campaign in aid of paralysed war veterans. The Pearl Harbor star has filmed a public service announcement (Psa) for the Paralyzed Veterans of America organisation, which provides support for members of the ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 23:20:00 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "Don’t forget to watch ‘Trackgals,’ the Inside Track’s new TV show, at noon on Sundays on TV38 and at 12:30 Sunday mornings (Saturday night) on WBZ, Channel 4. Drop dimes to trackgals@bostonherald.com or 617-619-6488 and ‘frie";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 10:46:00 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "That engaged couple Meagan Ellis and Dan Shaffer of Roslindale will be featured on “The Dr. Oz Show” today, (5 p.m. on Fox 25) when they participate in a weight-loss challenge to get healthy before they say “I do";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 10:46:00 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "Reporting from New York - \"I've always wanted to be a global filmmaker,\" John Woo said in an interview at his Manhattan hotel last month. This cosmopolitan outlook was evident in the late '80s, when Woo galvanized Hong Kong cinema -- and action ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:26:00 GMT";
arnews[4] += "
";
arnews[5]="
";
arnews[5] += "(CNN) -- Are they or aren't they a couple? That's the multimillion-dollar question fueling the \"Twilight\" franchise. According to gossip magazines, Robert Pattinson and Kristen Stewart have been hooking up, breaking up, making up and shacking up for ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:03:00 GMT";
arnews[5] += "
";
arnews[6]="
";
arnews[6] += "Next week is rather lackluster in terms of DVD releases, but there are a few pictures to take notice of, including a fun thriller starring the “Gladiator” himself, Russell Crowe, a funny mob comedy with a southern twist, and a family drama ...";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 19:42:00 GMT";
arnews[6] += "
";
totcount = 7;
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("");document.write("");