var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Christmas comes early to 'Madagascar'
";
arnews[0] += "The computer-animated gang from a popular film franchise comes to Santa's rescue in \"Merry Madagascar\" , the very first holiday special of the too-early-to-be-Christmas season.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 18:18:38 GMT";
arnews[0] += "
";
arnews[1]="On Tonight: Iranian Victim on 'Frontline,' 'Prisoner': Roger Catlin | TV Eye
";
arnews[1] += "In summer, her horrific death, captured on a cameraphone and sent around the world, ignited a worldwide pro-democracy movement against the hardline government of Iran.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 11:19:26 GMT";
arnews[1] += "
";
arnews[2]="TV's Best Bets
";
arnews[2] += "Melrose Place, 9 p.m., CinCW. Here's the boost this show has needed: Amanda Woodward , a fierce force in the original 'Melrose,' is back.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="'Brothers & Sisters': Nora gets her groove back
";
arnews[3] += "Nora Walker got back in the saddle again on Sunday night's \"Brothers & Sisters\" -- and with a younger man to boot.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 19:48:14 GMT";
arnews[3] += "
";
arnews[4]="Brothers and Sisters: Preview of Episode 9.08 "The Wine Festival"
";
arnews[4] += "We had a party last week on Brothers and Sisters , and it seems as though the celebration continues tonight.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 04:10:46 GMT";
arnews[4] += "
";
arnews[5]="Carriers Carried to DVD this December
";
arnews[5] += "Paramount's Carriers is coming to rental DVD on December 8th, 2009, from Paramount Home Entertainment with a full DVD release expected in four to six weeks afterwards.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 21:08:39 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("