var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Actress just loves Fiji's relaxing pace - Fiji Times
";
arnews[0] += "KNOWN for peering eyes that steal the souls of her audience, acclaimed actress Kimberly Elise says she loves the pace of life in Fiji. \"Fiji's glorious!\" the acclaimed actress said when approached by the Fiji Times. \"We went to Sigatoka for the River ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 19:06:00 GMT";
arnews[0] += "
";
arnews[1]="I'll return for more, says Long - Fiji Times
";
arnews[1] += "Yesterday the actress and Tyler James Williams, the star of television sitcom Everybody Hates Chris visited the Nadi orphanage Treasure Home. The supervisor said Nia and Tyler showed a lot of interest in the children and asked questions about how ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 20:01:00 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("