var arnews = new Array(6);
totcount = 2;
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]="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] += "
";
totcount = 2;
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("