var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Vampire Diaries: Williamson & Plec Introduce Fool Me Once
";
arnews[0] += "In what seems to be a new regular feature for fans of the CW's The Vampire Diaries , Executive Producers Kevin Williamson and Julie Plec have once again recorded a video intro to the upcoming episode of the show, entitled \"Fool Me Once\". Here's the plot synopsis from, as always, The Vampire Diaries ' official site : Stefan helps Elena and Bonnie ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:36:23 GMT";
arnews[0] += "
";
arnews[1]="February 8, 2010
";
arnews[1] += "A contingent of fans nearly 6,000 strong converged at the mall to attend the sold-out Hot Topic Vampire Diaries Mall Tour in-store event.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Vampire Diaries Cast Toured New Jersey Mall With Loud Fans In New Clip
";
arnews[2] += "Vampire Diaries cast toured New Jersey mall with loud fans in new clip. The CW recently released exclusive footage of three of the main stars from its new,hit TV show, \"Vampire Diaries,\" touring the New Jersey mall.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 00:40:25 GMT";
arnews[2] += "
";
arnews[3]="7NEWS winner meets 'Vampire Diaries' stars
";
arnews[3] += "A local girl got the opportunity to really sink her teeth into a CW hit. Elena Muse a 7NEWS winner got to travel to New York to talk to the stars of the hit show \"The Vampire Diaries.\" \"It was so unreal.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 18:56:06 GMT";
arnews[3] += "
";
arnews[4]="Alice
";
arnews[4] += "Thursday night's \"Vampire Diaries\" episode, \"Children of the Damned,\" is arguably the most highly anticipated episode since the series premiere.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Review: 'The Vampire Diaries' - 'Children of the Damned'
";
arnews[5] += "\"You know, I really like this whole menage a trois threesome thing. It's got a bit of a kink to it.\" - Damon to Stefan and Elena Interesting episode of 'The Vampire Diaries,' with the flashbacks showing the relationship of the Gilberts and Salvatores back when women wore hoops and guys wore watch fobs.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 12:15: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("