var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vampire Diaries: Two Webclips from The Turning Point - DREAD CENTRAL.COM
";
arnews[0] += "Week in and week out we keep finding more to like about The Vampire Diaries . Whether it's the death of someone we thought was a recurring character or the reappearance of another character presumed dead who's now a vampire, the show never fails to ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 20:46:00 GMT";
arnews[0] += "
";
arnews[1]="CW planning 'Vampire' marathon - Investors Business Daily
";
arnews[1] += "television drama, \"The Vampire Diaries,\" on five consecutive nights next month. TVGuide.com said two shows will air back-to-back each evening from Dec. 14 through Dec. 18. Co-starring Nina Dobrev, Paul Wesley, Ian Somerhalder, Steven R.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 02:59:00 GMT";
arnews[1] += "
";
arnews[2]="The CW to broadcast 5-night, 10-episode 'Vampire Diaries' marathon - Reality TV World
";
arnews[2] += "Co-starring Nina Dobrev, Paul Wesley, Ian Somerhalder, Steven R. McQueen, Sara Canning, Katerina Graham, Candice Accola, Zach Roerig, Kayla Ewell and Michael Trevino, the series premiered in September.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[2] += "
";
arnews[3]="Episode Preview: THE VAMPIRE DIARIES "The Turning Point" - FANGORIA
";
arnews[3] += "The latest episode of The CW series THE VAMPIRE DIARIES will debut this Thursday night, and we've got a preview of \"The Turning Point\" for you below. After reading the journal left by one of the Gilbert ancestors, Jeremy (Steven R. McQueen) is ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 10:09:00 GMT";
arnews[3] += "
";
arnews[4]="CW turns a week over to ‘Vampire Diaries’ - St. Louis Post-Dispatch
";
arnews[4] += "The CW (Channel 11) has scheduled a catch-up marathon of its freshman hit “The Vampire Diaries” for Dec. 14-18, with two episodes airing each night Monday-Friday. I was unimpressed by the “VD” pilot, and so was the teenage “Twilight” fan ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 04:18:00 GMT";
arnews[4] += "
";
arnews[5]="CW to rebroadcast all episodes of The Vampire Diaries Dec. 14-18 - TVbytheNumbers
";
arnews[5] += "Beautiful high school student Elena Gilbert (Nina Dobrev, “DeGrassi: The Next Generation”) has no way of knowing that the handsome and mysterious new boy in school, Stefan Salvatore (Paul Wesley, “Mad Men”), is a centuries-old vampire. ";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 23:54: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("