var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="V (Visitors 2009) - Carnivals of Rust - music video
";
arnews[0] += "The 2nd ep of this show was even better than the first one, i'm sooo in love with it ;D Don't forget to leave a comment after watching this video. Oh, and watch the show of course...";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 10:04:38 GMT";
arnews[0] += "
";
arnews[1]="Cells ( V Visitors 2009 ) music video
";
arnews[1] += "I believe this is oficially first music video for the new ABC show V (Visitors) ;DI loved the first ep, and i really need your comments, guys ;D Cos you know, that's half fun to...";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 23:23:35 GMT";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="Let The Revolution Take Its Toll! - V
";
arnews[2] += "Do you believe that they come in peace? Watch an exclusive preview clip of V, featuring the music of Muse! For more video, visit www.abc.com ... Morena Baccarin Anna Scott Wolf...";
arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 22:25:09 GMT";
arnews[2] += "
";
arnews[3]=""V" Pilot ABC Extended Trailer #2 CarLost.Tk
";
arnews[3] += "http://bycarlost.blogspot.com/ “V” is a reimagining of the 1980s miniseries about the world’s first encounter with an alien race in which the aliens call themselves The...";
arnews[3] += "
Publ.Date : Thu, 21 May 2009 03:31:20 GMT";
arnews[3] += "
";
arnews[4]="V - We mean no harm - Video Clip
";
arnews[4] += "Pilot Video Clip: Elizabeth Mitchell, Logan Huffman, Morena Baccarin, Morris Chestnut, Lourdes Benedicto, Joel Gretsch ... tv abc";
arnews[4] += "
Publ.Date : Wed, 20 May 2009 10:07:09 GMT";
arnews[4] += "
";
arnews[5]="Cashmere Mafia
";
arnews[5] += "Bonnie Somerville and Lourdes Benedicto 2008 Television series, we need more dancing.";
arnews[5] += "
Publ.Date : Wed, 03 Dec 2008 23:49:14 GMT";
arnews[5] += "
";
arnews[6]="The Nine, "Confessions"
";
arnews[6] += "Kathryn is drawn dangerously close to Nick. Burdened by his sins, Jeremy makes a shocking confession. And Lizzie faces a crisis of conscience regarding Lucas.";
arnews[6] += "
Publ.Date : Wed, 05 Sep 2007 00:00:00 GMT";
arnews[6] += "
";
arnews[7]="The Nine, "You're Being Watched"
";
arnews[7] += "Jeremy and Egan ask Nick for help when Lizzie suddenly disappears. A note suggesting that the nine are being watched is found. And Franny and Jeremy's relationship is exposed to...";
arnews[7] += "
Publ.Date : Wed, 08 Aug 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="The Nine, "Brother's Keeper"
";
arnews[8] += "Lizzie leads the crusade to face one of the two robbers, Randall, in court, over Nick's strenuous objections. Meanwhile, Egan invites Jeremy to a friend's bachelor party. And when...";
arnews[8] += "
Publ.Date : Wed, 25 Oct 2006 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="The Nine, "Hero's Welcome"
";
arnews[9] += "After the traumatic bank robbery, the nine hostages try to pick up the pieces of their suddenly disturbed lives. Meanwhile, Nick's job with the police is in danger, Egan is a...";
arnews[9] += "
Publ.Date : Wed, 11 Oct 2006 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("