var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Carolyn Yapp is Miss Jamaica Universe 2009
"; arnews[0] += "Carolyn Yapp, a 25-year-old interior designer, was crowned Miss Jamaica Universe 2009 to loud cheers and prolonged applause from the small audience in attendance at The Refuge at Villa Ronai last Thursday."; arnews[0] += "
Publ.Date : Sun, 19 Jul 2009 10:55:24 GMT"; arnews[0] += "
"; arnews[1]="The search is on for Miss Jamaica Universe 2009
"; arnews[1] += "Pulse and The Miss Universe Organisation want to know the answer to this question, is there a fabulous Jamaican young woman who wants a shot at the Miss Universe crown? Earlier this year, Pulse gave up the licence to stage the Jamaica preliminary to Miss Universe."; arnews[1] += "
Publ.Date : Sun, 12 Jul 2009 10:01:05 GMT"; arnews[1] += "
"; totcount = 2; 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("
");