var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Battle of the Sexes' on tonight
";
arnews[0] += "Some of the dancers set to perform at the show are the popular company members such as Paul Charles, Ivor Williams, Leslyn Lashley and former Miss Guyana Universe Meleesa Payne. They are expected to perform along with advanced dancers ...";
arnews[0] += "
";
arnews[1]="Stabroek News - Classique dancers to battle for bragging rights ...
";
arnews[1] += "Classique dancer Meleesa Payne. At the end of the battle, the audience will decide who won based on the performances. Lashley said the guys to watch are Ivor Williams, Paul Charles, Travis Bowen and John Reman. ...";
arnews[1] += "
";
arnews[2]="Talented Teen Beauty Represents Guyana at Miss Universal Pageant
";
arnews[2] += "Boyer's chaperone is Meleesa Payne, the reigning Miss Tropical Paradise who will also be showcasing her fashion line titled FREE. Guyanese creativity will also be represented at the event through a fashion showcase of designs from ...";
arnews[2] += "
";
arnews[3]="MeLeesa Payne cops Miss Tropical Paradise, Jamaica crown
";
arnews[3] += "Guyana's Beauty Queen and runway diva MeLeesa Payne has won yet another international pageant title. On October 10 she proved the best of ten world beauties to cop the crown and the Miss Tropical Paradise title in Jamaica. ...";
arnews[3] += "
";
arnews[4]="Ten to vie for 9th Miss Guyana Talented Teen crown Saturday
";
arnews[4] += "Asha Pieters Miss Guyana Talented Teen 2001 copped the Miss West Indies and Miss Carival crowns while Meleesa Payne her runner up in the 2001 pageant copped the Miss Carival crown and the first runner up prize for the Miss West Indies ...";
arnews[4] += "
";
arnews[5]="yolanda kerr
";
arnews[5] += "during the competition yolanda drew comparisons to local catwalk queen meleesa payne; she feels such comments might be hyped but is happy for the association. she said that meleesa is “where we all want to be” which she explained as ...";
arnews[5] += "
";
arnews[6]="miss guyana universe gets tickets from caribbean airlines
";
arnews[6] += "she also said that former miss guyana universe 2007, meleesa payne, gave her valuable tips on pageantry for which she is thankful. cox will be in jamaica for one week and then will then head to bahamas to compete with 91 other women ...";
arnews[6] += "
";
arnews[7]="yolanda kerr, jermaine victor: guyana's new top models
";
arnews[7] += "she struts her stuff with focus and finesse- the kind we have seen meleesa payne pull off time and time again while silently praying that someone out there was going to follow her soon. meleesa, always in form and unrivalled, ...";
arnews[7] += "
";
arnews[8]="sonia from: ira aiman cbmilne33 brian sonia a. mascaro ians droot ...
";
arnews[8] += "catwalk diva meleesa payne models a sonia noel design the hotly-contested photo shoot for the model search wrapped up at splashmin’s several days ago and is to be aired shortly. richard said the shoot this year was interesting because ...";
arnews[8] += "
";
arnews[9]="classique takes back its top spot with pitch black tempo
";
arnews[9] += "classique dancers meleesa payne, travis bowen and leslyn lashley strike a pose. life can be chaotic, brutal, fun, baffling and so many others things — just ask classique or rather watch classique. this particular item on the programme ...";
arnews[9] += "
";
totcount = 10;
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("