var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jamaica: Asafa to give back through Foundation - Jamaica Observer
";
arnews[0] += "Asafa to give back through Foundation - Jamaica Observer -";
arnews[0] += "
";
arnews[1]="Jamaica: Asafa to give back through Foundation
";
arnews[1] += "Asafa to give back through Foundation -";
arnews[1] += "
";
arnews[2]="ganges.com: Asafa Powell - Stick Balance Challenge http://bit.ly/3cFDGt from http://www.ganges.com/
";
arnews[2] += "Asafa Powell - Stick Balance Challenge";
arnews[2] += "
";
arnews[3]="V@g38: Asafa Powell Foundation
";
arnews[3] += "Asafa Powell Foundation -";
arnews[3] += "
";
arnews[4]="V@g38: Asafa Powell Foundation
";
arnews[4] += "Asafa Powell Foundation -";
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("