var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Caprica' Ratings Dip Anew, Show Draws Less Viewers Than 'Swamp ... - Buddytv.com
";
arnews[0] += "Battlestar Galactica prequel Caprica is on a continuous downward spiral as far as the ratings are concerned, and we're sure fans are concerned that if the numbers don't improve, cancellation may not be far behind. Caprica 's second episode last week ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:06: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]="Tonight on Caprica: Reins of a Waterfall - TV.com
";
arnews[2] += "Lacy is concerned, however, that she is rousing the suspicions of headmistress (and STO leader) Clarice Willow ( Polly Walker ). While in the V-World, the girls meet a frightened Tamara Adama who doesn't understand what she is or how she came to be ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 17:45:00 GMT";
arnews[2] += "
";
arnews[3]="SyFy's Caprica video preview for Friday, Feb. 5 - Monsters and Critics
";
arnews[3] += "Polly Walker (Clarice) courtesy of SyFy Headmistress Clarice Willow (Polly Walker) is a secret member of the shadowy \"Soldiers of the One\" terrorist group and is also focused on Lacy, putting the girl under pressure from all sides. At a memorial ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 21:50:00 GMT";
arnews[3] += "
";
arnews[4]="Review: Caprica – s01e03 – Reins of a Waterfall - TV.com
";
arnews[4] += "The Sister Clarice ( Polly Walker ) storyline remains murky though the religious strands are growing with talk of apotheosis, the transformation of a human into a deity. This is another foreshadowing of Cylon mythology. What she really has to do with ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 11:16:00 GMT";
arnews[4] += "
";
arnews[5]="Caprica Recap: “Rebirth” - The Faster Times
";
arnews[5] += "Cast: Eric Stoltz (Daniel Graystone); Paula Malcomson (Amanda Graystone); Alessandra Torresani (Zoe Graystone); Esai Morales (Joseph Adama); Sasha Roiz (Sam Adama); Magda Apanowicz (Lacy Rand); Polly Walker (Clarice Willow)";
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("