var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shipped: Grey Gardens
";
arnews[0] += "Based on a true story, this made-for-TV, Emmy-winning drama stars Jessica Lange and Drew Barrymore as the aunt and cousin of Jackie Kennedy Onassis , both named Edie Beale, who retreat from tony Manhattan society to a mansion in East Hampton, N.Y. After years in isolation, the women are thrust into the spotlight when journalists report on a series ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:13:42 GMT";
arnews[0] += "
";
arnews[1]="Big Love: Sweating It Out
";
arnews[1] += "The fourth season of HBO's sweeping melodrama was brought down to Earth a bit this week, even though the beginning of the episode seemed like an overstuffed Robert Altman movie.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 22:45:38 GMT";
arnews[1] += "
";
arnews[2]="A 'Big Love' Recap by Someone Who Kept Dozing Off During the Show
";
arnews[2] += "Bill Paxton and Jeanne Tripplehorn in a scene from \"Big Love.\" Yesterday was a hectic day for yours truly, starting with a 7 a.m. flight from Burbank, Calif., and ending with an all-night Super Bowl viewing session.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 15:26:41 GMT";
arnews[2] += "
";
arnews[3]="'Big Love' renewed for fifth season
";
arnews[3] += "HBO has ordered a fifth season of its U.S. polygamy drama series \"Big Love,\" The Hollywood Reporter said.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Big Love Gets Renewed for Fifth Season
";
arnews[4] += "Turns out three wives really are better than one. HBO's family drama with a polygamist twist, Big Love , was just picked up for a fifth season on the cable network.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 01:00:37 GMT";
arnews[4] += "
";
arnews[5]="HBO is giving 'Big Love' more loving with an order for another season
";
arnews[5] += "A HBO is showing a whole lotta love to \"Big Love.\" A Bill Paxton with his three wives: Jeanne Tripplehorn, Chloe Sevigny, Ginnifer Goodwin With the fourth season still in progress, the drama about a plural marriage family in Utah has been picked up for a fifth season.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 22:53:49 GMT";
arnews[5] += "
";
arnews[6]="'Big Love,' starring two Tulsans, already renewed for fifth season
";
arnews[6] += "Four episodes into the new season, HBO is so thrilled with a jump in viewership of its \"Big Love\" series that the pay cable channel has already ordered a fifth season, according to The Hollywood Reporter.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 17:44:30 GMT";
arnews[6] += "
";
arnews[7]="TV Review: 'Big Love' renewed by HBO for season 5
";
arnews[7] += "HBO has ordered a fifth season of its award-winning drama Big Love , according to The Hollywood Reporter .";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 05:00:00 GMT";
arnews[7] += "
";
arnews[8]="On TV
";
arnews[8] += "Footballs selected as official game balls for Super Bowl XLIV await shipment to Miami at the Wilson Sporting Goods football factory in Ada, Ohio, on Jan.";
arnews[8] += "
Publ.Date : Thu, 04 Feb 2010 13:34:09 GMT";
arnews[8] += "
";
totcount = 9;
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("