var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Brooke/Lucas/Peyton- Here without you
";
arnews[0] += "video so i decided to reupload it. It's about brookes death and how lucas&peyton feel about it. Then lucas gets in an accident and he wakes up:). VOICEOVERS -Peyton:\"Your my...";
arnews[0] += "
Publ.Date : Tue, 18 Aug 2009 01:29:54 GMT";
arnews[0] += "
";
arnews[1]="Blair (Brooke) Preview
";
arnews[1] += "I KNOW! These GG previews are old and a lot of people have doing this! But I couldn't help myself and like I was sure I will not done my Brooke video (Runaway by Avril Lavigne)...";
arnews[1] += "
Publ.Date : Sat, 07 Jun 2008 02:49:22 GMT";
arnews[1] += "
";
document.title=document.title+ " ";
arnews[2]="My Brooke dancing to IN THE NIGHT GARDEN
";
arnews[2] += "My Brooke dancing to IN THE NIGHT GARDEN";
arnews[2] += "
Publ.Date : Thu, 10 Apr 2008 08:58:44 GMT";
arnews[2] += "
";
arnews[3]="Lucas & Brooke - Your Guardian Angel
";
arnews[3] += "Another one of my Brooke and Lucas music videos with the song that I dedicate to my boyfriend, \"Your Guardian Angel\" by the Red Jumpsuit Apparatus. It took me two days to complete...";
arnews[3] += "
Publ.Date : Sun, 13 Jan 2008 07:21:15 GMT";
arnews[3] += "
";
arnews[4]="Brooke Adams Music Video
";
arnews[4] += "My Brooke Adams Music Video";
arnews[4] += "
Publ.Date : Fri, 23 Nov 2007 17:39:01 GMT";
arnews[4] += "
";
arnews[5]="Lucas & Brooke - "Tender"; Feeder
";
arnews[5] += "Just another of my Brooke & Lucas music videos, enough said. Dedicated to all the Brucas fans who are still keeping the faith! :) \"Tender\" by Feeder was a great song played in the...";
arnews[5] += "
Publ.Date : Tue, 20 Feb 2007 01:45:59 GMT";
arnews[5] += "
";
arnews[6]="Lucas & Brooke - Tender
";
arnews[6] += "Just another of my Brooke & Lucas music videos, enough said. Dedicated to all the Brucas fans who are still keeping the faith! :) \"Tender\" by Feeder was a great song played in the...";
arnews[6] += "
Publ.Date : Tue, 20 Feb 2007 01:45:59 GMT";
arnews[6] += "
";
arnews[7]="Lucas & Brooke - Okay
";
arnews[7] += "Just another of my Brooke & Lucas music videos. This one came out pretty good. It's actually my current favorite music video. So comment and enjoy! :) This one is dedicated to all...";
arnews[7] += "
Publ.Date : Wed, 31 Jan 2007 06:07:46 GMT";
arnews[7] += "
";
arnews[8]="Lucas & Brooke - "Okay"; Swirl 360
";
arnews[8] += "Just another of my Brooke & Lucas music videos. This one came out pretty good. It's actually my current favorite music video. So comment and enjoy! :) This one is dedicated to all...";
arnews[8] += "
Publ.Date : Wed, 31 Jan 2007 06:07:46 GMT";
arnews[8] += "
";
arnews[9]="Lucas & Brooke - Against All Odds
";
arnews[9] += "Another one of my Brooke and Lucas music videos, but this time including a few new clips from the fourth season finale episode \"The Same Deep Water As You\". All done to the song...";
arnews[9] += "
Publ.Date : Mon, 02 Oct 2006 23:07:53 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("