var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Something extra
"; arnews[0] += "Best dressed every time, the 'doctor' Beenie Man is all the rage in this fab suit with red accents at the Youth View Awards, held at the National Indoor Sports Centre on Saturday."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 05:44:13 GMT"; arnews[0] += "
"; arnews[1]="Wickedly stylish! - Sexy Sherone Simpson, styled by her sister
"; arnews[1] += "Beige wrap dress, cinched with wide belt and worn with matching peep-toe pumps. - photos by Winston Sill/ Freelance Photographer When she is not blazing the track, Olympic 100-metre silver medallist Sherone Simpson is usually far away from the crowd, living in her own little cocoon surrounded by close friends and family."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 09:29:38 GMT"; arnews[1] += "
"; arnews[2]="Track stars raffle for Haiti relief
"; arnews[2] += "Anthony Foster, Gleaner Writer 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."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 16:10:18 GMT"; arnews[2] += "
"; arnews[3]="MVP coach survives crash
"; arnews[3] += "Andre Lowe, Senior Staff Reporter Paul Francis, brother of MVP Track Club supreme Stephen Francis, and assistant coach at the highly successful outfit, suffered multiple fractures to his right leg after his involvement in a car accident along Highway 2000, in the vicinity of Spanish Town, minutes before midnight on Tuesday."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 16:10:09 GMT"; arnews[3] += "
"; arnews[4]="MVP assistant coach injured in car crash
"; arnews[4] += "PAUL Francis, assistant coach and brother of MVP Track & Field Club head coach Stephen Francis, underwent surgery on his right leg at the Spanish Town Hospital after being involved in a car accident on Highway 2000 early yesterday."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 10:19:51 GMT"; 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("
");document.write("
");