var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="V: Why Do I Recognize Them?
";
arnews[0] += "While watching ABC's new hit mini-series, V, you may have been watching and think, \"Hmmm, where do I recognize them from?\" Hopefully this will answer your questions!! Erica Evans The FBI agent must find time to chase down leads about the Vs while keeping her fellow FBI in the dark as she doesn't know who is friend and who is Visitor.";
arnews[0] += "
Publ.Date : Wed, 09 Dec 2009 22:56:50 GMT";
arnews[0] += "
";
arnews[1]="ABC Sets FlashForward and V Return Dates
";
arnews[1] += "\"FlashForward\" and \"V\" will return to the ABC schedule in March 2010, allowing for both shows to air uninterrupted through the end of the season.";
arnews[1] += "
Publ.Date : Sat, 05 Dec 2009 06:05:58 GMT";
arnews[1] += "
";
arnews[2]="On Nov. 12, 2001, American Airlines Flight 587 crashed in a New York neighborhood killing 265 people
";
arnews[2] += "Today is Thursday, Nov. 12, the 316th day of 2009. There are 49 days left in the year.";
arnews[2] += "
Publ.Date : Wed, 25 Nov 2009 01:12:02 GMT";
arnews[2] += "
";
arnews[3]="'V': Previewing tonight's fall finale
";
arnews[3] += "ABC's \"V\" is set to go on hiatus after tonight's episode, the series' fourth. And it's going to be a tough wait for new episodes , especially after this week's fantastic installment, written by Cameron Litvack and Angela Russo-Otstot. I had the opportunity to watch tonight's electrifying episode of \"V\" over the weekend and have to say that the ...";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 17:43:03 GMT";
arnews[3] += "
";
arnews[4]="On Nov. 12, 2001, American Airlines Flight 587 crashed in a New York neighborhood killing 265 people
";
arnews[4] += "Today is Thursday, Nov. 12, the 316th day of 2009. There are 49 days left in the year.";
arnews[4] += "
Publ.Date : Mon, 23 Nov 2009 04:23:19 GMT";
arnews[4] += "
";
arnews[5]=""V"'s Morris Chestut - a TV Guide On-Line Interview
";
arnews[5] += "Our partner web site, TV Guide On-Line has an interview with \"V\"'s Morris Chestnut.A Chestnut plays Ryan, a member of a resistance cell determined to stop the Visitors' plans.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 01:00:20 GMT";
arnews[5] += "
";
arnews[6]="V's Morris Chestnut introduces the Fifth Column
";
arnews[6] += "Longtime fans of the alien-invasion drama V knew not all Visitors are bad even before ABC's revamp of the NBC hit.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 19:12:37 GMT";
arnews[6] += "
";
arnews[7]="On Nov. 12, 2001, American Airlines Flight 587 crashed in a New York neighborhood killing 265 people
";
arnews[7] += "Today is Thursday, Nov. 12, the 316th day of 2009. There are 49 days left in the year.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 16:33:46 GMT";
arnews[7] += "
";
totcount = 8;
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("