var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="a Balance It Out!!a Friday Brings Oswalt-Enhanced CAPRICA
";
arnews[0] += "I am - \" Hercules!! Yes, in the opening minutes of tonight's \"Caprica,\" Patton Oswalt finally makes his way into the \"Battlestar Galactica\" universe.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 09:23:13 GMT";
arnews[0] += "
";
arnews[1]="Before Battlestar
";
arnews[1] += "Caprica, Syfy's dark, Philip K. Dick-inspired parable about a futuristic society corroding from within, may not touch the popular nerve the way its predecessor and spiritual ancestor Battlestar Galactica did.";
arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 23:18:49 GMT";
arnews[1] += "
";
arnews[2]="'Caprica' rich in relationships
";
arnews[2] += "Eric Stoltz and Paula Malcomson star as husband and wife Daniel and Amanda Graystone on \"Caprica,\" which airs Fridays on Syfy.";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 16:41:05 GMT";
arnews[2] += "
";
arnews[3]="a All Of This Has Happened Before!!a Fresh, Non-Huluable CAPRICA Hits Syfy Friday
";
arnews[3] += "Friday brings \"Rebirth,\" scripted by Mark Verheiden , the first real episode of the \"Battlestar Galactica\" prequel \"Caprica.\" \"Caprica\" from here turns into a swell series.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 08:41:00 GMT";
arnews[3] += "
";
arnews[4]="'Caprica' premieres tonight on SyFy
";
arnews[4] += "Tonight the first new episode since the pilot of Caprica will premiere on the SyFy Channel.";
arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Actress becomes face of new sci-fi show 'Caprica'
";
arnews[5] += "Debuting Friday night, \"Caprica\" is the much-anticipated prequel to \"Battlestar Galactica,\" but it might share more in common with \"Frankenstein\" ... and \"Gossip Girl.\" OK, that's a highly unusual comparison, but \"Caprica\" is a highly unusual show, much different from its predecessor.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 04:22:56 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("