var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Is Lou Reda's 'WWII in HD' series, recently broadcast on The History ... - LehighValleyLive.com
";
arnews[0] += "Easton filmmakers Lou and Scott Reda's series \"WWII in HD\" aired on The History Channel earlier this year. It included more than 10 hours of film broken into five, two-hour segments. The character driven series featured rare footage of the men and ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:24:00 GMT";
arnews[0] += "
";
arnews[1]="On TV this week, Nov. 23-27 - St. Petersburg Times
";
arnews[1] += "Surviving the Holidays With Lewis Black, 8 p.m., History The angriest man in comedy talks with Joy Behar, Bob Saget, David Alan Grier and Craig Ferguson about the meaning of Kwanzaa, the history of Hanukkah and the real St. Nicholas. Something tells ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:37:00 GMT";
arnews[1] += "
";
arnews[2]="Palin:The Pit Bull in the China Shop ..why she is dangerous.. - Democratic Underground.com
";
arnews[2] += "I'm a female that dimissed SP the first few times she opened her mouth. She's returned with no further evidence that whoever is backing her, is no more able to get her to parrot their talking points. Her ghost written facebook utterings make false ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:25:00 GMT";
arnews[2] += "
";
arnews[3]="The Pit Bull in the China Shop - New York Times
";
arnews[3] += "AT last the American right and left have one issue they unequivocally agree on: You don’t actually have to read Sarah Palin’s book to have an opinion about it. Last Sunday Liz Cheney praised “Going Rogue” as “well-written” on Fox News ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:21:00 GMT";
arnews[3] += "
";
arnews[4]="Frank Rich:The Pit Bull in the China Shop - Democratic Underground.com
";
arnews[4] += "“AT last the American right and left have one issue they unequivocally agree on: You don’t actually have to read Sarah Palin’s book to have an opinion about it. Last Sunday Liz Cheney praised “Going Rogue” as “well-written” on Fox News ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:49:00 GMT";
arnews[4] += "
";
arnews[5]="Incredible Inman | 'Mice' adaptation - Courier-Journal
";
arnews[5] += "Dear Mr. Inman: My daughter is reading John Steinbeck's “Of Mice and Men” as I did at her age in high school. I vividly remember seeing on TV in the late 1960s or early '70s a production of it that followed the novel to the letter, including all ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:03:00 GMT";
arnews[5] += "
";
arnews[6]="HISTORY’s Series Premiere of “WWII in HD” Delivers 2.6 Million ... - TVbytheNumbers
";
arnews[6] += "... color footage, never before seen by most Americans, the 10-hour series is narrated by Emmy Award winner Gary Sinise ( CSI: NY ). One of the network’s most ambitious projects to date, WWII in HD premieres on HISTORY over five consecutive nights ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 22:39: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("