var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Two expand roles on FX dramas
";
arnews[0] += "Jamie Denbo and Joelle Carter have been promoted to regulars on FX's upcoming drama series \"Terriers\" and \"Lawman\" after guest-starring in those respective pilots.";
arnews[0] += "
Publ.Date : Wed, 21 Oct 2009 15:39:00 GMT";
arnews[0] += "
";
arnews[1]="Tracked Down: James Brolin, Demi Moore, Ben Affleckand more..
";
arnews[1] += "\"Marcus Welby\" doc James Brolin , aka Mr. Barbra Striesand , Justin Timberlake drummer John Blackwell and singer Livingston Taylor helping to raise some dough for inner-city music programs at the Berklee College of Music 's Encore Gala at the Boston Park Plaza hotel .";
arnews[1] += "
Publ.Date : Tue, 20 Oct 2009 21:09:49 GMT";
arnews[1] += "
";
arnews[2]="James Brolin and friends at the Berklee College of Musica s Encore Gala.
";
arnews[2] += "\"Marcus Welby\" doc James Brolin , aka Mr. Barbra Striesand , Justin Timberlake drummer John Blackwell and singer Livingston Taylor helping to raise some dough for inner-city music programs at the Berklee College of Music 's Encore Gala at the Boston Park Plaza hotel .";
arnews[2] += "
Publ.Date : Tue, 20 Oct 2009 08:02:18 GMT";
arnews[2] += "
";
arnews[3]="Brothers
";
arnews[3] += "Mike's agent secures some on-camera opportunities for extra income, including a post-game commentary with former NFL rival Anthony \"Avalanche\" Carter and a commercial spot with Adele.";
arnews[3] += "
Publ.Date : Fri, 16 Oct 2009 19:12:27 GMT";
arnews[3] += "
";
arnews[4]="Backpacks from a linebacker
";
arnews[4] += "Adalius Thomas of the Patriots giving out backpacks yesterday to young fans at a community center in Dorchester.";
arnews[4] += "
Publ.Date : Wed, 16 Sep 2009 07:50:13 GMT";
arnews[4] += "
";
arnews[5]="Mad Men - Boston 2009 / Red Sox Joey McIntyre and the f-bomb.
";
arnews[5] += "Boston 2009 / Red Sox Joey McIntyre and the f-bomb. Filed under: What would happen if Mad Men was MA Men set in Boston 2009 instead of New York cirka 1960? We'll, theres be a lot more fucking swearing that's fer fucking sure.";
arnews[5] += "
Publ.Date : Mon, 14 Sep 2009 15:33:28 GMT";
arnews[5] += "
";
arnews[6]="Like Daughter Like Mother: Celia Hodes Goes Lez on 'Weeds'
";
arnews[6] += "With Mary-Louise Parker leading perhaps the most dysfunctional family on TV, it's hard not to enjoy watching Showtime's Weeds .";
arnews[6] += "
Publ.Date : Tue, 18 Aug 2009 22:41:07 GMT";
arnews[6] += "
";
arnews[7]="Like Daughter Like Mother: Celia Hodes Goes Lez on 'Weeds'
";
arnews[7] += "With Mary-Louise Parker leading perhaps the most dysfunctional family on TV, it's hard not to enjoy watching Showtime's Weeds .";
arnews[7] += "
Publ.Date : Thu, 20 Aug 2009 04:44:36 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("