var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MVP assistant coach in motor car accident - Go Jamaica
";
arnews[0] += "MVP president Bruce James says following the accident Francis was admitted ... Olympic and World champions Shelly-Ann Fraser and Melaine Walker, along with World Champion Brigitte Foster-Hylton and Olympic and World 200-metre silver medallist ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 18:09:00 GMT";
arnews[0] += "
";
arnews[1]="Francis’ surgery successful – James - radiojamaica.com
";
arnews[1] += "Paul Francis. The assistant coach of the MVP Track Club who was involved in a motor vehicle accident late Tuesday night underwent what is being described as a successful operation on Wednesday. Bruce James, Club President says Paul Francis suffered ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 01:47:00 GMT";
arnews[1] += "
";
arnews[2]="Jamaican athletes to help Haiti - Go Jamaica
";
arnews[2] += "Jamaica’s track and field stars, headed by Usain Bolt, Asafa Powell, Shelly-Ann Fraser, Brigitte Foster-Hylton and Melaine Walker, have join forces to help their Haitians neighbours. On Tuesday, January 12 a catastrophic 7.0 magnitude earth quake ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 14:40:00 GMT";
arnews[2] += "
";
arnews[3]="Track stars raffle for Haiti relief - Sports Jamaica
";
arnews[3] += "Jamaica's track and field stars headed by Usain Bolt, Asafa Powell, Shelly-Ann Fraser, Brigitte Foster-Hylton and Melaine Walker, have joined forces to help their Haitian neighbours. The group will play their part by raffling themselves for a dinner ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 13:36:00 GMT";
arnews[3] += "
";
totcount = 4;
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("