var arnews = new Array(10);
totcount = 6;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Chris Brown: The Interview On MTV Full Video HQ PT.2 OF 3
";
arnews[0] += "Chris Brown Talks About Doing Community Service And Say's He Enjoy Going To Therapy.";
arnews[0] += "
Publ.Date : Sat, 07 Nov 2009 00:32:29 GMT";
arnews[0] += "
";
arnews[1]="Chad Merida 12 Knox Central Football
";
arnews[1] += "High School RB";
arnews[1] += "
Publ.Date : Sat, 31 Jan 2009 04:38:36 GMT";
arnews[1] += "
";
arnews[2]="hris brown-With you
";
arnews[2] += "Good song!!!";
arnews[2] += "
Publ.Date : Mon, 01 Dec 2008 07:05:07 GMT";
arnews[2] += "
";
arnews[3]="Chris Brown - Forever *Trance Remix* (DjTalya Remix)
";
arnews[3] += "A dance/trance remix of Chris Brown's Forever. Enjoy. Subscribe for future updates. -DjTalya";
arnews[3] += "
Publ.Date : Thu, 06 Nov 2008 07:07:48 GMT";
arnews[3] += "
";
arnews[4]="Xplicit-Promise
";
arnews[4] += "www.freewebs.com/xplicitgroup...xplicits 2nd video";
arnews[4] += "
Publ.Date : Sun, 21 Sep 2008 01:09:45 GMT";
arnews[4] += "
";
arnews[5]="Flashy Vs Levii - $300 each Bet on Pool PT.2
";
arnews[5] += "It continues - be sure to suscribe";
arnews[5] += "
Publ.Date : Sun, 06 Jul 2008 06:47:10 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("