var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Better Off Ted' star moves to Matthew Perry pilot - HitFix
";
arnews[0] += "Although ABC has yet to cancel the low-rated, cult-favorite comedy \"Better Off Ted,\" the show's castmembers have begun the process of migrating to other pilot projects, just in case. The first \"Better Off Ted\" veteran to line up a possible new gig is ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:31:00 GMT";
arnews[0] += "
";
arnews[1]="Channel 4, E4 to stop showing 'Friends' - Digital Spy
";
arnews[1] += "Channel 4 has ended its deal with Warner Bros for the rights to air US comedy Friends . The broadcaster has shown the series, which starred Lisa Kudrow, Matthew Perry, Jennifer Aniston, David Schwimmer, Courtney Cox and Matt Le Blanc, for 15 years ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 12:31:00 GMT";
arnews[1] += "
";
arnews[2]="ABC to develop comedy with Matthew Perry - Entertainment Weekly Online
";
arnews[2] += "8 episodes then cancelled. I’m re-watching season 2 of Pushing Daisies, and it makes me oh-so-sad to realize how we were robbed of a brilliant third season. As for this possible show, I love Matthew Perry, but the premise sounds lackluster ...";
arnews[2] += "
Publ.Date : Mon, 11 Jan 2010 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="NBC's 'Chase' recruits Jesse Metcalfe - Digital Spy
";
arnews[3] += "Jesse Metcalfe has landed a role in NBC's drama pilot Chase , says The Hollywood Reporter . The Jerry Bruckheimer-produced project centres on a high-priority fugitive apprehension team in South Texas. Former Desperate Housewives star Metcalfe has ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 10:44:00 GMT";
arnews[3] += "
";
arnews[4]="Julia Roberts' Fine Romance - Dose.ca
";
arnews[4] += "There were engagements to Dylan McDermott and Kiefer Sutherland, and relationships with Liam Neeson, Matthew Perry and Benjamin Bratt, and a brief marriage to singer Lyle Lovett. Meanwhile, back at the press gathering, an inquiring mind wanted the ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 15:09:00 GMT";
arnews[4] += "
";
arnews[5]="AFTRA the deal of choice - Variety
";
arnews[5] += "AFTRA has clearly become the deal of choice this pilot season, as producers shun SAG -- which once dominated primetime. With the season starting to wind down and move toward casting, a total of 62 pilots shot on digital have signed with the American ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 07:09: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("