var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="The Vampire Diaries 1x04 "The Family Ties" Promo #2
";
arnews[0] += "annual Founder's Party. Vicki (Kayla Ewell) gets Tyler (Michael Trevino) to ask her to the party, then accuses him of trying to hide their relationship from his family. Zach...";
arnews[0] += "
Publ.Date : Fri, 25 Sep 2009 23:05:43 GMT";
arnews[0] += "
";
arnews[1]="The Vampire Diaries Clip 2 - [1X03 Friday Night Bites]
";
arnews[1] += "vibes she got from Stefan (Paul Wesley). Tyler (Michael Trevino) tries to embarrass Stefan by throwing a football at him, but Stefan effortlessly catches and passes the ball back,...";
arnews[1] += "
Publ.Date : Sat, 19 Sep 2009 05:56:04 GMT";
arnews[1] += "
";
arnews[2]="The Vampire Diaries Episode 1 Part 4/5
";
arnews[2] += "is the link www.youtube.com Disclaimer CWthevampirediaries is a non-profitable youtube page only providing fans with the latest and greates and is not connected with The Vampire...";
arnews[2] += "
Publ.Date : Fri, 11 Sep 2009 16:12:47 GMT";
arnews[2] += "
";
arnews[3]="The Vampire Diaries Episode 1 Part 3/5
";
arnews[3] += ".info Please sub 2 me!!! Disclaimer CWthevampirediaries is a non-profitable youtube page only providing fans with the latest and greates and is not connected with The Vampire...";
arnews[3] += "
Publ.Date : Fri, 11 Sep 2009 15:40:56 GMT";
arnews[3] += "
";
arnews[4]="♥ Ozzie - Naomi - Liam ♥
";
arnews[4] += "Bring Ozzie back to the 90210! Please sign the petition! Sign there : www.thepetitionsite.com ============================================== Beverly Hills 90210. Naomi Clark, Liam...";
arnews[4] += "
Publ.Date : Wed, 01 Apr 2009 19:30:33 GMT";
arnews[4] += "
";
arnews[5]="Naomi & Ozzie
";
arnews[5] += "Bring Ozzie back to the 90210! Please sign the petition! Sign there : www.thepetitionsite.com ============================================== Beverly Hills 90210 Naomi Clark &...";
arnews[5] += "
Publ.Date : Mon, 24 Nov 2008 13:56:55 GMT";
arnews[5] += "
";
arnews[6]=""Cane" Pt. 2 - Poolside with the Cast
";
arnews[6] += "We take you back to the set of \"Cane\" to get a behind the scenes look at life on the set for Michael Trevino, Eddie Matos, and Alona Tal as they shoot a scene in Los Angeles,...";
arnews[6] += "
Publ.Date : Thu, 07 Aug 2008 04:14:16 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]=""Cane" Pt. 2 - Poolside with the Cast
";
arnews[7] += "We take you back to the set of \"Cane\" to get a behind the scenes look at life on the set for Michael Trevino, Eddie Matos, and Alona Tal as they shoot a scene in Los Angeles,...";
arnews[7] += "
Publ.Date : Wed, 09 Apr 2008 15:31:48 GMT";
arnews[7] += "
";
arnews[8]="Fighting On
";
arnews[8] += "Karl Rove on Clinton rejecting calls to drop out of the race, McCain's general election ad";
arnews[8] += "
Publ.Date : Tue, 01 Apr 2008 05:38:07 GMT";
arnews[8] += "
";
arnews[9]="Up Close Look at "Cane" Part 1
";
arnews[9] += "Young Hollywood is on the set of the hot new show \"Cane\" where we get a chance to catch up with the cast members including Michael Trevino, Eddie Matos, and Alona Tal. We take you...";
arnews[9] += "
Publ.Date : Tue, 09 Oct 2007 02:39:00 GMT";
arnews[9] += "
";
totcount = 10;
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("