var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brittany Snow
";
arnews[0] += "Having appeared in popular films such as The Pacifier and John Tucker Must Die , Brittany Snow is best known for her three-season stint on the NBC drama American Dreams .";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 18:39:58 GMT";
arnews[0] += "
";
arnews[1]="TV Today
";
arnews[1] += "Vampires have birthdays? Shouldn't that be undeath-days? In this episode, Stefan gets a visit from an old friend, Lexi .";
arnews[1] += "
Publ.Date : Thu, 31 Dec 2009 07:33:47 GMT";
arnews[1] += "
";
arnews[2]="Mia Kirshner and Brandon Quinn to Appear on 'The Vampire Diaries'
";
arnews[2] += "More fresh faces are about to be added to Mystic Falls when The Vampire Diaries return with new episodes beginning January 21.";
arnews[2] += "
Publ.Date : Mon, 21 Dec 2009 17:58:50 GMT";
arnews[2] += "
";
arnews[3]="Brandon Quinn and Mia Kirshner to Guest Star on the Vampire Diaries
";
arnews[3] += "Here's proof that the TV biz hasn't completely closed up shop for the holidays: L Word and 24 alum Mia Kirshner has just inked a deal to join the cast of The Vampire Diairies on a recurring basis , sources confirm to me exclusively.";
arnews[3] += "
Publ.Date : Mon, 21 Dec 2009 23:39:55 GMT";
arnews[3] += "
";
arnews[4]="'The Vampire Diaries': Katerina Graham and Candice Accola talk vampire popularity
";
arnews[4] += "Set your DVR. \"The Vampire Diaries\" is set for a holiday marathon next week when The CW airs the first 10 episodes over five nights Monday through Friday.";
arnews[4] += "
Publ.Date : Thu, 10 Dec 2009 18:26:53 GMT";
arnews[4] += "
";
arnews[5]="TV Reviews: the Vampire Diaries 1.07: "Haunted" & 1.08: "162 Candles"
";
arnews[5] += "What is it about female vampires that consistently earn them a stake through the heart on THE VAMPIRE DIARIES? It's almost as though the show is attempting to make a statement about women and power... Either way, it appears that THE VAMPIRE DIARIES is hell bent on offering audiences these wonderfully colorful characters for the sole purpose of ...";
arnews[5] += "
Publ.Date : Sat, 07 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="a Uninviteda great thriller, great ending
";
arnews[6] += "Halloween is over but that doesn't mean you have to put off seeing the thriller \"The Univited\" for another year.";
arnews[6] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Saturday's TV Highlights: Willie Nelson on 'Austin City Limits'
";
arnews[7] += "Willie and the Wheel: Willie Nelson and Asleep at the Wheel celebrate their collaborative effort \"Austin City Limits\" at 11 p.m. on KLCS.";
arnews[7] += "
Publ.Date : Fri, 13 Nov 2009 08: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("