var arnews = new Array(7);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Abigail Spencer joins Tennant NBC pilot - Digital Spy
";
arnews[0] += "Abigail Spencer has signed on to appear in NBC pilot Rex Is Not Your Lawyer . The Mad Men actress joins David Tennant and Jeffrey Tambor in the quirky legal drama. Spencer will play Lindsey Steers, an ambitious lawyer and fiancee to Tennant's Rex ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 00:42:00 GMT";
arnews[0] += "
";
arnews[1]="CASTLE "One Man's Treasure" Season 2 Episode 10 - Daemon's TV
";
arnews[1] += "Watch a sneak peek of CASTLE \"One Man's Treasure\" Season 2 Episode 10 which airs Monday November 23 2009 at 10:00 p.m., ET. Episode Synopsis CASTLE \"One Man's Treasure\" Season 2 Episode 10 - When a murdered man is found stuffed in the garbage chute ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:43:00 GMT";
arnews[1] += "
";
arnews[2]="Showbiz people briefs - YAHOO!
";
arnews[2] += "LOS ANGELES (Hollywood Reporter) – Abigail Spencer , who played Don Draper's mistress on \" Mad Men \" this season, will co-star in NBC's drama pilot \"Rex Is Not Your Lawyer.\" LOS ANGELES (Hollywood Reporter) - Sarah Burns, who co-starred in \"I Love ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:01:00 GMT";
arnews[2] += "
";
arnews[3]="Hot Box: TV worth talking about - Toronto Star
";
arnews[3] += "And Abigail Spencer has been tapped to star in NBC's drama pilot Rex is Not Your Lawyer , centred on a top Chicago litigator (David Tennant) who begins suffering panic attacks and takes up coaching clients so they can present themselves in court.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 09:30:00 GMT";
arnews[3] += "
";
totcount = 4;
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("