var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="On Nov. 12, 2001, American Airlines Flight 587 crashed in a New York neighborhood killing 265 people
"; arnews[0] += "Today is Thursday, Nov. 12, the 316th day of 2009. There are 49 days left in the year."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:53:15 GMT"; arnews[0] += "
"; arnews[1]=""V"'s Morris Chestut - a TV Guide On-Line Interview
"; arnews[1] += "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[1] += "
Publ.Date : Wed, 18 Nov 2009 01:00:20 GMT"; arnews[1] += "
"; arnews[2]="V's Morris Chestnut introduces the Fifth Column
"; arnews[2] += "Longtime fans of the alien-invasion drama V knew not all Visitors are bad even before ABC's revamp of the NBC hit."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 19:12:37 GMT"; arnews[2] += "
"; arnews[3]="On Nov. 12, 2001, American Airlines Flight 587 crashed in a New York neighborhood killing 265 people
"; arnews[3] += "Today is Thursday, Nov. 12, the 316th day of 2009. There are 49 days left in the year."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 16:33:46 GMT"; arnews[3] += "
"; arnews[4]="ABC's - V' raises the bar for sci-fi remakes
"; arnews[4] += "Remakes of old television shows are all the rage, but only once in a while do the suits behind these productions get it right."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 13:50:43 GMT"; arnews[4] += "
"; arnews[5]="V Introduces Fifth Column
"; arnews[5] += "Longtime fans of the alien-invasion drama V knew not all Visitors are bad even before ABC's revamp of the NBC hit."; arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT"; arnews[5] += "
"; totcount = 6; 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("
");document.write("
");