var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="V's Laura Vandervoort teases creation of an "untraditional family," which V may turn against the Vs & more http://bit.ly/8qVYMO #Vseries
";
arnews[0] += "V's Laura Vandervoort teases creation of an \"untraditional family,\" which V may turn against the Vs & more";
arnews[0] += "
";
arnews[1]="lou: alltimetvclassicscom V's Laura Vandervoort: I Would Love for Lisa to Be Bad: This year's fi.. http://bit.ly/08NQYyI
";
arnews[1] += "alltimetvclassicscom V's Laura Vandervoort: I Would Love for Lisa to Be Bad: This year's fi..";
arnews[1] += "
";
arnews[2]="lou: alltimetvclassicscom V's Laura Vandervoort: I Would Love for Lisa to Be Bad: This year's fi.. http://bit.ly/08NQYyI
";
arnews[2] += "alltimetvclassicscom V's Laura Vandervoort: I Would Love for Lisa to Be Bad: This year's fi..";
arnews[2] += "
";
arnews[3]="The Daily Kool: News From TV Guide Breaking News: V's Laura Vandervoort: I Would Love for Lisa to Be Bad: This year's final episod... http://bit.ly/08NQYyI
";
arnews[3] += "News From TV Guide Breaking News: V's Laura Vandervoort: I Would Love for Lisa to Be Bad: This year's final episod...";
arnews[3] += "
";
arnews[4]="David: RT V's Laura Vandervoort: I Would Love for Lisa to Be Bad: This year's final episode of V airs Tuesday (8/7c on AB... http://bit.ly/08NQYyI
";
arnews[4] += "RT V's Laura Vandervoort: I Would Love for Lisa to Be Bad: This year's final episode of V airs Tuesday (8/7c on AB...";
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("