var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Terrell Strickland: Chino getttin his tyson beckford on..haha @rod_one http://mypict.me/1z2O8
";
arnews[0] += "Chino getttin his tyson beckford on..haha @";
arnews[0] += "
";
arnews[1]="Shirtless Daily: Tyson Beckford Patriot Hottie
";
arnews[1] += "Tyson Beckford Patriot Hottie -";
arnews[1] += "
";
arnews[2]="Launch Party for JM Magazine draws Coco, Ice-T, Tyson Beckford
";
arnews[2] += "Launch Party for JM Magazine draws Coco, Ice-T, Tyson Beckford -";
arnews[2] += "
";
arnews[3]="Your Royal Flyness: Interesting day! Had an interview with the fabulous @gangstarrgirl a promo photoshoot and got a "stare down" from Tyson Beckford
";
arnews[3] += "Interesting day! Had an interview with the fabulous @";
arnews[3] += "
";
arnews[4]="EV Grieve: Tyson Beckford continues to leave skid marks
";
arnews[4] += "Tyson Beckford continues to leave skid marks -";
arnews[4] += "
";
totcount = 5;
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("