var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Launching Caprica with David Eick and Paula Malcomson - Deadbolt
";
arnews[0] += "After months, if not years of anticipation surrounding the Syfy premiere of Caprica, a new chapter in the Battlestar Galactica franchise begins on January 22, as Eric Stolz and Esai Morales head up the Graystone and Adama families in the Galactica ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:57:00 GMT";
arnews[0] += "
";
arnews[1]="3 Syfy Previews of Caprica - Deadbolt
";
arnews[1] += "For fans of the hit Syfy series Battlestar Galactica, the January 22 premiere of the Galactica prequel, Caprica, couldn't come soon enough after so much Caprica related anticipation. Now that Caprica is launching and ready, Syfy released a new ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:40:00 GMT";
arnews[1] += "
";
arnews[2]="Supernatural: My Bloody Valentine First Look - TV.com
";
arnews[2] += "Stargate star Michael Shanks is working on a legend of a different kind when he steps out as Hawkman on Smallville tonight. Michael is just one part of the huge \"Absolute Justice\" episode which will... Caprica: \"Reins of a Waterfall\" Friday, February ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 20:12:00 GMT";
arnews[2] += "
";
arnews[3]="A Little Touch Of 'Caprica' - Airlock Alpha
";
arnews[3] += "The following videos contain spoilers for the upcoming \"Caprica\" episode \"Reins of a Waterfall.\" So what's it like to tell the world your child may have been responsible for a terrorist act that took the lives of so many people? Amanda Graystone ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 04:16:00 GMT";
arnews[3] += "
";
arnews[4]="Review: Caprica – s01e03 – Reins of a Waterfall - TV.com
";
arnews[4] += "Caprica's \"Reigns of a Waterfall\" brought increased tension and a greater divide between the Graystones and Adamas. Every stylistic choice in Caprica makes for fascinating TV. Even the recaps are distinctive and make use of multiple character ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 11:16:00 GMT";
arnews[4] += "
";
arnews[5]="Caprica Recap: “Rebirth” - The Faster Times
";
arnews[5] += "Looming over everyone is the upcoming one-month memorial ceremony for the victims of the train bombing. No one wants to attend. By trying so hard to avoid the one thing we can’t stop thinking about, we miss the obvious: There’s release in letting ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 05:18:00 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("