var arnews = new Array(4); totcount = 4; rnd = 0; document.write("
"); document.title=document.title+ " "; arnews[0]="UN mission launches projects to provide jobs and cut violence
"; arnews[0] += "The United Nations peacekeeping force in Haiti has unveiled three drainage and canal rehabilitation ..."; arnews[0] += "
"; arnews[1]="Rotarians’ Haiti relief project purchases 27 Shelter Boxes for the homeless
"; arnews[1] += "On January 12, 2010, a 7.0 catastrophic earthquake struck Haiti, affecting approximately three milli..."; arnews[1] += "
"; arnews[2]="Caribbean Tourism Industry Stakeholders to Participate in OAS Corporate Social Responsibility Workshop
"; arnews[2] += "Tourism industry stakeholders from Antigua and Barbuda, Barbados, Dominica, Guyana, Saint Vincent an..."; arnews[2] += "
"; arnews[3]="Caribbean braced for more storms
"; arnews[3] += ""As this La Nina continues to build, we should see above-normal numbers of (September) and (Oct..."; 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]); } document.write("
");document.write("
");