var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="20090822girls
";
arnews[0] += "Serious about making her mark in modelling \"I am a mother and a model,\" Guyana's top female model, Yolanda Kerr says with a bit of conviction as if someone had previously challenged her on the statement.";
arnews[0] += "
Publ.Date : Mon, 24 Aug 2009 12:21:06 GMT";
arnews[0] += "
";
arnews[1]="Television game show launched
";
arnews[1] += "Power Raffle, a television game show touted as setting the standard for game show entertainment, has been launched.";
arnews[1] += "
Publ.Date : Sat, 08 Aug 2009 15:06:57 GMT";
arnews[1] += "
";
arnews[2]="Home stretch closer for Pulse's CMSI - Contestants down to six
";
arnews[2] += "CMSI beauties Kerry Ann Murphy , Chantel Edwards , Jodesha Nedd and Tryce Scully .";
arnews[2] += "
Publ.Date : Fri, 07 Aug 2009 07:40:12 GMT";
arnews[2] += "
";
arnews[3]="Yolanda Kerr, Jermaine Victor: Guyana's new top models
";
arnews[3] += "Move over Michael Younge and that other girl who barely featured after last yeara s Model Search, therea s fresh attitude and two hot new bods on the catwalk.";
arnews[3] += "
Publ.Date : Sat, 18 Jul 2009 13:04:53 GMT";
arnews[3] += "
";
arnews[4]="Classique takes back its top spot with Pitch Black Tempo
";
arnews[4] += "It was contemporary Classique and it was awakening as it was interesting, from the soft and poignant movements in the choreography of the piece a Lifea to the bittersweet arrogance of a Mana s Worlda .";
arnews[4] += "
Publ.Date : Sat, 11 Jul 2009 11:20:55 GMT";
arnews[4] += "
";
arnews[5]="Top model final set for next week
";
arnews[5] += "Sonia Noel will name Guyana's Next Top Model in exactly one week and while it is still too early to pick a front-runner the competition it shaping up to be as jaw-dropping as last year.";
arnews[5] += "
Publ.Date : Sat, 04 Jul 2009 13:07:43 GMT";
arnews[5] += "
";
totcount = 6;
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("