var arnews = new Array(5);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'V' casts Charles Mesure, Lexa Doig - Digital Spy
";
arnews[0] += "V has added three new actors to its cast, according to TV Guide . Charles Mesure, who starred in Xena, Warrior Princess and Crossing Jordan , has landed the recurring role of Kyle Hobbes, a black ops expert who forms an unlikely alliance with the ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 12:38:00 GMT";
arnews[0] += "
";
arnews[1]="Nicholas Lea, Lexa Doig Make Trip To 'V' - Airlock Alpha
";
arnews[1] += "Do you remember the ABC series \"V\"? It was on last year, ran for four episodes, and then put on hold until after the Winter Olympics. But the remake of the 1980s television phenomenon is back, and some familiar science-fiction faces are coming with ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 22:46:00 GMT";
arnews[1] += "
";
arnews[2]="Favreau Clears Up Iron Man Continuity, John Carter And Captain America ... - io9.com
";
arnews[2] += "Jon Favreau twittered that this movie takes place before that scene at the end of Incredible Hulk when Tony Stark talks to General Ross. So I guess that means this movie ends with Tony fully on board with the Avengers Initiative, and ready to go ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 15:15:00 GMT";
arnews[2] += "
";
arnews[3]="When ABC's sci-fi drama "V" returns to the network on... - Tvweek.com
";
arnews[3] += "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 . Nicholas Lea, best know for being Krycek on 'The X-Files,' is going to be Erica's ex-husband, while Lexa Doig will play a ...";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[3] += "
";
totcount = 4;
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("