var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Channel 4, E4 to stop showing 'Friends' - Digital Spy
";
arnews[0] += "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[0] += "
Publ.Date : Wed, 10 Feb 2010 12:31:00 GMT";
arnews[0] += "
";
arnews[1]="STILL FRIENDS BUT ARE THEY STILL SUCCESSFUL? - Daily Express
";
arnews[1] += "REJECTION, divorce, drugs and weight problems - as Jennifer Aniston celebrates her 41st birthday amid talk of a reunion film we tell of the cast's fortunes after the show ended. Frolicking on a beach in Mexico to celebrate her 41st birthday over the ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:14:00 GMT";
arnews[1] += "
";
arnews[2]="No 'Cougar Town' For Jennifer Aniston...Yet - Starpulse.com
";
arnews[2] += "The star was alleged to have signed up to make a guest appearance on the sitcom, following in the footsteps of her former \"Friends\" castmate Lisa Kudrow . A spokesman for Aniston insists the rumors are false, although he has refused to rule out the ...";
arnews[2] += "
Publ.Date : Wed, 13 Jan 2010 13:40:00 GMT";
arnews[2] += "
";
arnews[3]="Aniston Not Planning Trip To Cougar Town - The Gaea Times
";
arnews[3] += "The He’s Just Not That Into You star was alleged to have signed up to make a guest appearance on the sitcom, following in the footsteps of her former Friends castmate Lisa Kudrow. A spokesman for Aniston insists the rumours are false, although he ...";
arnews[3] += "
Publ.Date : Tue, 12 Jan 2010 09:24:00 GMT";
arnews[3] += "
";
arnews[4]="Celebrity Genealogy Hits Prime Time - Huffingtonpost.com
";
arnews[4] += "With genealogy often cited as the second most popular hobby, I've never understood why it's been largely ignored on TV. We've got channels dedicated to everything from golf to going green, but aside from shows such as History Detectives and Antiques ...";
arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 10:13:00 GMT";
arnews[4] += "
";
arnews[5]="Sheryl Crow To Join ‘Cougar Town’ - E Canada Now
";
arnews[5] += "In addition to Courteney Cox and Josh Hopkins, the show also stars Christa Miller, Busy Philipps, Brian Van Holt, Dan Byrd, and Ian Gomez. In addition to Crow, Cox’s long time friend Lisa Kudrow also guest-starred on the opening episode last year.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 17:56: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("