var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="HBO Big Love Wives Growing in Dimension
";
arnews[0] += "The HBO Series Big Love , which airs every Sunday Night with the drama of Polygamy, has earned its notoriety.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:18:18 GMT";
arnews[0] += "
";
arnews[1]="'Dark Knight' Director Takes Charge of 'Superman' Reboot
";
arnews[1] += "Get Ready for '24: The Movie' By: Erik Davis on February 9, 2010 at 3:08PM Comments Do you watch 24 ? Do you like the TV show enough to pony up some cash and watch it on the big screen? Apparently the folks behind the show think so, because 20th Century Fox's film and TV studios are teaming up to create a big-screen version of 24 with Billy Ray ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:19:02 GMT";
arnews[1] += "
";
arnews[2]="Giveaway! a Law Abiding Citizena
";
arnews[2] += "In honor of next week's release of Law Abiding Citizen on DVD/BD, tell us who your favorite vigilante is, and you can win a very cool prize.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:49:55 GMT";
arnews[2] += "
";
arnews[3]="What's On Tonight: 'NCIS,' 'Past Life,' 'The Forgotten,' 'ECW'
";
arnews[3] += "Here's tonight's TV lineup . At 8, CBS has a new 'NCIS,' followed by new episodes of 'NCIS: LA' and 'The Good Wife.' NBC has a new, two-hour 'Biggest Loser' at 8, then the series finale of 'The Jay Leno Show.' FOX has a new 'American Idol' at 8, followed by the series premiere of 'Past Life.' PBS has new episodes of 'Nova' and 'Frontline.' At 9, ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:02:00 GMT";
arnews[3] += "
";
arnews[4]="James Cameron's 'Avatar' challenge
";
arnews[4] += "Calling James Cameron ambitious is an understatement. Try maniacally motivated to boldly go where no filmmaker has gone before.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:00:27 GMT";
arnews[4] += "
";
arnews[5]="'Past Life' doesn't pass muster
";
arnews[5] += "Pity the detective story. It used to be about evidence and observation, logic and reason, deduction and, yes, \"detection.\" Now the storied realm of Holmes and Spade and Marlowe has been reduced to a corridor to the supernatural.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:01:20 GMT";
arnews[5] += "
";
arnews[6]="TV's Best Bets
";
arnews[6] += "American Idol and Past Life, 8 and 9:01 p.m., Fox. The 'Idol' Hollywood phase finally stars, with Ellen DeGeneres as a judge.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("