var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Zach Roerig Nina Dobrev - The Gaea Times
";
arnews[0] += "January 13th, 2010 more images Tim Dunn, Andrea Wong, Michael Kors, Nina Garcia Project Runway's return to New York for its 7th Season, at the street naming ceremony in front of iconic 'Needle Threading a Button' sculpture in New York City's Fashion ...";
arnews[0] += "
Publ.Date : Sun, 17 Jan 2010 09:46:00 GMT";
arnews[0] += "
";
arnews[1]="Nina Dobrev: ‘Self’ Style Diary! - Just Jared
";
arnews[1] += "The Vampire Diaries actress, who turned 21 on Saturday, is her own stylist. “I was in a diner when my fork bent out of shape,” she says. “So I wore it as a bracelet! Now I look for antique silverware to make into jewelry";
arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 19:17:00 GMT";
arnews[1] += "
";
arnews[2]="THE VAMPIRE DIARIES Series "Fool Me Once" Episode 14 - Daemon's TV
";
arnews[2] += "Episode Synopsis : THE VAMPIRE DIARIES Series \"Fool Me Once\" Episode 14 - Stefan (Paul Wesley) helps Elena (Nina Dobrev) and Bonnie (Katerina Graham) out of a dangerous situation. Jeremy (Steve R. McQueen) asks Anna (guest star Malese Jow) to a party ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:07:00 GMT";
arnews[2] += "
";
arnews[3]="Nina Dobrev Gets A Leg Up - Just Jared
";
arnews[3] += "I mean, honestly, unless you watch this show, you don’t know who the hell she is. First time I’ve seen her on this site. I find it random Jared would post her interview of all the celebs he neglects that are of A status, like we would care about ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[3] += "
";
arnews[4]="Nina Dobrev Criticized by 'Vampire Diaries' Fans for Not Being Blonde - AceShowbiz
";
arnews[4] += "Actress Nina Dobrev has incurred the wrath of \" The Vampire Diaries \" fans - for sporting a different hair color to her character in the original book. The 21 year old plays lead Elena in the new U.S. series and was told by show executives to keep ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 10:02:00 GMT";
arnews[4] += "
";
arnews[5]="Nina Dobrev Under Fire From 'Vampire' Fans - Starpulse.com
";
arnews[5] += "However, fans of the novels, penned by L. J. Smith, are in uproar - because Elena is a blonde in the books. Dobrev explains, \"I couldn't go online because everyone was like, 'She's not a blonde, Elena's a blonde'. We had to change it because in the ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 13:22: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("