var arnews = new Array(10);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MISS WORLD 2007
";
arnews[0] += "UGANDA - Monica Kansume KASYATE. UKRAINE - Lika Roman. UNITED STATES - Abigail mccary. VENEZUELA - Claudia Paola SUREZ FERNANDEZ. VIETNAM - Thu Thi Minh DANG. WALES - Kelly-Louise PESTICCIO. ZIMBABWE - Caroline MARUFU.";
arnews[0] += "
";
arnews[1]="Miss World 2007 Official Results ~ MyKiRu IsYuSeRo
";
arnews[1] += "UGANDA - Monica Kansume KASYATE UKRAINE - Lika Roman VIETNAM - Thu Thi Minh DANG WALES - Kelly-Louise PESTICCIO ZIMBABWE - Caroline MARUFU. ------------------------------------------------------- MYKIRU'S LIST AGAINST OFFICIAL RESULTS ...";
arnews[1] += "
";
arnews[2]="Miss World 2007 contestants list, candidates to face off at Sanya ...
";
arnews[2] += "Miss World 2007 UGANDA - Monica Kansume Kasyate * Age: 21. Occupation: Student Height: 173. Miss World 2007 UKRAINE - Lika Roman Age: 22. Occupation: Representing her country. Height: 174. Miss World 2007 UNITED STATES - Abigail McCary ...";
arnews[2] += "
";
arnews[3]="RICHA kibaruani kesho??
";
arnews[3] += "Richa Maria ADHIA - TANZANIA. Khadijah Shamillah KIPTOO - KENYA. Monica Kansume KASYATE- UGANDA.";
arnews[3] += "
";
arnews[4]="Bella Naija: MISS WORLD 2007 - AFRICAN QUEENS
";
arnews[4] += "UGANDA - Monica Kansume KASYATE ZIMBABWE - Caroline MARUFU. I was looking through the photos of the 'African Queens' and I'm sorry but I wasnt WOWED at all! I guess beauty pageants are losing their relevance these days. ...";
arnews[4] += "
";
arnews[5]="Miss World 2007 from UGANDA - Monica Kansume KASYATE
";
arnews[5] += "Age: 21. Occupation: Student Height: 173. Monica grew up in the capital city, Kampala. Uganda is a small country referred to as the pearl of Africa because of its beautiful weather. She is an undergraduate student at Makereae University ...";
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("