var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV Redo: Zap2it updates 'Bosom Buddies,' 'Manimal,' 'Misfits of Science'
";
arnews[0] += "The premiere of ABC's \"V\" -- and TV's mostly woeful track record for updating beloved TV series -- has us taking a closer look this week at \"classic\" TV series that just might be able to make a comeback, if done correctly.";
arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 20:04:41 GMT";
arnews[0] += "
";
arnews[1]="Top 10 OG vampires in movies or on TV.
";
arnews[1] += "Here are ten vampires that make the most killer moves. Vampires are hot this month with not only Halloween coming up, The Vampire Diaries getting spicy, the new episode in the Twilight series coming out soon, but also other lesser known projects like Cirque du Freak: the Vampire's Assistant with Salma Hayek popping up.";
arnews[1] += "
Publ.Date : Sun, 20 Sep 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="True Blood: Casting Werewolf Alcide and Psycho Ex-Girlfriend
";
arnews[2] += "We've been hearing about a bunch of new characters coming on board for the third season of True Blood but so far, only Tony winner Denis O'Hare has been cast to play Russell Edgington, the King of Mississippi.";
arnews[2] += "
Publ.Date : Tue, 06 Oct 2009 03:53:49 GMT";
arnews[2] += "
";
arnews[3]="Three Rivers
";
arnews[3] += "I'v looked all over and couldn't find a thread for this show, so I started on. If there is one already, I apologize.";
arnews[3] += "
Publ.Date : Mon, 05 Oct 2009 17:34:19 GMT";
arnews[3] += "
";
arnews[4]="Actors We'd Like to See Back on TV
";
arnews[4] += "Television is a fickle business; you can be on a hit TV show one minute and the next, you're relegated to bit parts on a crappy syndicated TV show like V.I.P. But while most of the actors this happens to are easily forgotten, others still hold a place in our hearts - sometimes the actors who fade into the background deserve so much more.";
arnews[4] += "
Publ.Date : Thu, 16 Jul 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Moonlight-Complete 1st Season
";
arnews[5] += "\"When Darkness Falls, a Hero Will Rise.\" Features: DVD, Widescreen, Extended Play Mode, English, Spanish, French, Subtitled Any private eye knows a lot about other people's secrets.";
arnews[5] += "
Publ.Date : Tue, 25 Aug 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Actors We'd Like to See Back on TV
";
arnews[6] += "Television is a fickle business; you can be on a hit TV show one minute and the next, you're relegated to bit parts on a crappy syndicated TV show like V.I.P. But while most of the actors this happens to are easily forgotten, others still hold a place in our hearts - sometimes the actors who fade into the background deserve so much more.";
arnews[6] += "
Publ.Date : Thu, 16 Jul 2009 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="Actors We'd Like to See Back on TV
";
arnews[7] += "Television is a fickle business; you can be on a hit TV show one minute and the next, you're relegated to bit parts on a crappy syndicated TV show like V.I.P. But while most of the actors this happens to are easily forgotten, others still hold a place in our hearts - sometimes the actors who fade into the background deserve so much more.";
arnews[7] += "
Publ.Date : Thu, 16 Jul 2009 07:00:00 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("