var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Check Out 'Farscape: The Complete Series Megaset' On DVD Nov. 17 - Starpulse.com
";
arnews[0] += "When a freak accident during an experimental space mission catapulted Astronaut John Crichton (Ben Browder) across a thousand galaxies to an alien battlefield, a groundbreaking cult classic was born with the epic, adventure-filled TV series ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 11:43:00 GMT";
arnews[0] += "
";
arnews[1]=""Farscape: The Complete Series Megaset" on DVD! - EDGE Boston
";
arnews[1] += "When a freak accident during an experimental space mission catapulted Astronaut John Crichton (Ben Browder) across a thousand galaxies to an alien battlefield, a groundbreaking cult classic was born with the epic, adventure-filled TV series \"Farscape ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 07:59:00 GMT";
arnews[1] += "
";
arnews[2]=""Prepare for Starburst!" Farscape: The Complete Series Megaset DVD ... - IESB.NET
";
arnews[2] += "From A&E Home Entertainment comes, Farscape: The Complete Series Megaset. A groundbreaking cult classic was born with the epic, adventure-filled TV series \"Farscape\". On November 17, the award-winning fan favorite show, which ran from 1999-2003 on ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 05:02:00 GMT";
arnews[2] += "
";
arnews[3]="Review: Frankly, my dear, 'Gone With the Wind' anniversary DVD is a ... - Contra Costa Times
";
arnews[3] += "AS GOD is my witness I still have hard time sitting through \"Gone With the Wind,\" the story of one of the most dysfunctional relationships in movie history. Frankly, my dear readers, the Rhett Butler-Scarlett O'Hara courtship — or, if you prefer ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 23:36:00 GMT";
arnews[3] += "
";
arnews[4]="AlphaBits: Is 'Eastwick' Boss Furious Or Not? - Airlock Alpha
";
arnews[4] += "It starred Ben Browder, Claudia Black, Anthony Simcoe, Virginia Hey and Gigi Edgley. The set also has 29 episode commentaries, including the premiere with Rockne S. O'Bannon, Brian Henson and Browder. It also has 90 minutes of deleted scenes.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 19:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("