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 Loggers'
";
arnews[0] += "Makes you curious about Swamp Loggers , doesn't it. 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.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:49:13 GMT";
arnews[0] += "
";
arnews[1]="'Re-Caprica:' 'Reins of a Waterfall'
";
arnews[1] += "February 8, 2010 at 3:34 pm by Curt Holman in Recap City , Review , Television Eric Stoltz and Esai Morales: Remember when we made films in the 80s? a oeCapricaa may be the spawn of a oeBattlestar Galactica,a but ita s the kind of child who doesna t look very much like the parent.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]=""Heroes" Final Episode - Will Season Finale End Series Run?
";
arnews[2] += "When \"Heroes\" airs tonight , it will either be the swansong episode of the show or merely the final segment for the season.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 23:26:52 GMT";
arnews[2] += "
";
arnews[3]="Caprica, "Reins of a Waterfall": Adama vs. Graystone
";
arnews[3] += "Eric Stoltz and Esai Morales in \"Caprica.\" A review of last night's \"Caprica\" coming up just as soon as I glue your nose to your ear... \"Balance it out.\" -Joe Adama And it was when we got to that line, at the end of the three screener episodes I got in late December, that I knew I was in with \"Caprica\" for the long haul.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 13:39:32 GMT";
arnews[3] += "
";
arnews[4]="How deep is your love
";
arnews[4] += "To honor the day of hearts, flowers and candy, we've put together a quiz about songs that all have 'love' in the title.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 17:12:39 GMT";
arnews[4] += "
";
arnews[5]="How deep is your love
";
arnews[5] += "To honor the day of hearts, flowers and candy, we've put together a quiz about songs that all have 'love' in the title.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 11:08:17 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("