var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Three More Actors Join the Cast of 'V' - Buddytv.com
";
arnews[0] += "Lea, on the other hand, will be playing a more controversial role though he is only set to appear in a two-episode arc. The actor, whose credits include CSI, Men in Trees and Kyle XY , will appear as Erica's ex-husband \"who re-enters Erica and Tyler ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:02:00 GMT";
arnews[0] += "
";
arnews[1]="V Brings Three More Actors - IGN
";
arnews[1] += "Lea will be playing Erica's (Elizabeth Mitchell) ex-husband in what William Keck says is a two-ep arc. And Loig will be an OB/GYN who is taking care of the alien-impregnated Valerie Stevens (Lourdes Benedicto).";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 00:40:00 GMT";
arnews[1] += "
";
totcount = 2;
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("