var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sean Faris is on ‘Vampire Diaries’ Tonight! - Just Jared
";
arnews[0] += "On what people would be surprised to learn about him: “That I’m actually a very humble guy. People think because you’re an actor that you think you’re a big deal, but I’m an actor because I love acting. I don’t act because I want to be ...";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 23:31:00 GMT";
arnews[0] += "
";
arnews[1]="Never Back Down - San Diego weekly Reader
";
arnews[1] += "A teenage Tom Cruise impersonator (Sean Faris) risks his pretty face in after-school Mixed Martial Arts, a self-labelled “quick learner” looking for retribution against the class bully. The filmmakers show their interest by continually changing ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:55:00 GMT";
arnews[1] += "
";
arnews[2]="Tonight on Vampire Diaries and Supernatural - TV.com
";
arnews[2] += "In the present, Bonnie's (Katerina Graham) date with Ben (guest star Sean Faris ) takes a frightening turn. Elena ( Nina Dobrev ) helps Stefan as he and Damon race to find the missing journal that belonged to Elena's ancestor. Stefan learns the ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 18:00:00 GMT";
arnews[2] += "
";
arnews[3]="The Vampire Diaries 'Children of the Damned' Gallery - Deadbolt
";
arnews[3] += "In the present, Bonnie's (Katerina Graham) date with Ben (guest star Sean Faris) takes a frightening turn. Elena (Nina Dobrev) helps Stefan as he and Damon race to find the missing journal that belonged to Elena's ancestor. Stefan learns the reason ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 01:53:00 GMT";
arnews[3] += "
";
arnews[4]="THE VAMPIRE DIARIES Series "Children Of The Damned" Episode 13 - Daemon's TV
";
arnews[4] += "Watch a sneak peek and check out photos of the upcoming episode of THE VAMPIRE DIARIES \"Children Of The Damned\" Episode ... In the present, Bonnie’s (Katerina Graham) date with Ben (guest star Sean Faris) takes a frightening turn. Elena (Nina ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 07:23:00 GMT";
arnews[4] += "
";
arnews[5]="The Vampire Diaries Episode 13:Watch Children Of The Damned Online ... - News Spreadit.org
";
arnews[5] += "In the present, Bonnie’s date with Ben (guest star Sean Faris) takes a frightening turn. Elena helps Stefan as he and Damon race to find the missing journal that belonged to Elena’s ancestor. Stefan learns the reason behind Alaric’s interest in ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 11:47: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("