var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kim Auisp: Talking 'V' with Morena Baccarin, plus 5 clips from Tuesday's fall finale - Chicago Tribune
";
arnews[0] += "Talking 'V' with Morena Baccarin, plus 5 clips from Tuesday's fall finale - Chicago Tribune -";
arnews[0] += "
";
arnews[1]="Adina: Talking 'V' with Morena Baccarin, plus 5 clips from Tuesday's fall finale - Chicago Tribune
";
arnews[1] += "Talking 'V' with Morena Baccarin, plus 5 clips from Tuesday's fall finale - Chicago Tribune -";
arnews[1] += "
";
arnews[2]="Talking to Morena Baccarin about Anna, her fabulous look, the aliens' plans + 5 video clips from Tuesday #Vseries ep! http://bit.ly/5AoD4o
";
arnews[2] += "Talking to Morena Baccarin about Anna, her fabulous look, the aliens' plans + 5 video clips from Tuesday";
arnews[2] += "
";
arnews[3]="Patrick Gerard van Diest: RT @moryan: Talking to Morena Baccarin about Anna, her look, aliens' plans + 5 video clips from Tuesday #Vseries ep! http://bit.ly/5AoD4o
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="Talking #Vseries with Morena Baccarin & 5 clips from the show's eventful Tues episode (last ep til March, argh!) http://bit.ly/5GYEYq
";
arnews[4] += "Talking";
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("