var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ABCa s V Adding Three Sci-Fi Vets
";
arnews[0] += "I am - \" Hercules!! * Lexa Doig, who played the title character on \"Andromeda,\" will play an Ob/Gyn treating pregnant Valerie Stevens.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 11:28:31 GMT";
arnews[0] += "
";
arnews[1]="'V' Casts Three New Roles
";
arnews[1] += "Are you still watching 'V?' Of course, I say \"still watching\" even though the show hasn't been on in months.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 14:36:00 GMT";
arnews[1] += "
";
arnews[2]="When ABC's sci-fi drama "V" returns to the network on...
";
arnews[2] += "TV Guide When ABC's sci-fi drama \"V\" returns to the network on March 30, there'll be three new characters on the show, reports TV Guide .";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 22:10:35 GMT";
arnews[2] += "
";
arnews[3]="a oeVa Adds Three Cast Members
";
arnews[3] += "\"V\" Adds Three Cast Members When \"V\" returns in late March on ABC, look for the cast to expand.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 23:45:41 GMT";
arnews[3] += "
";
arnews[4]="'V' casts Charles Mesure, Lexa Doig
";
arnews[4] += "This article contains spoilers that some readers may prefer to avoid. Please click here if you wish to continue.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 18:18:09 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("