var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="I'll return for more, says Long - Fiji Times
";
arnews[0] += "Nia Long with Shandrick Kumar, four, at the Treasure Home in Nadi yesterday. GORGEOUS Nia Long says Fijian children have provided her with an eye-opening experience which cannot be compared to those from any of her other travels to other parts of the ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 20:01:00 GMT";
arnews[0] += "
";
arnews[1]="Free films, special screenings Feb 5-12 - Kansas City Star
";
arnews[1] += "AFTER THE THIN MAN” In San Francisco to visit family, Nick and Nora Charles (William Powell, Myrna Loy) go looking for a cousin ... LOVE JONES” (Feb. 27): A spoken-word artist (Lorenz Tate) falls for a talented photographer (Nia Long), but they ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 04:16:00 GMT";
arnews[1] += "
";
arnews[2]="Actress just loves Fiji's relaxing pace - Fiji Times
";
arnews[2] += "Guests at the event include a Michael Jackson impersonator and other Hollywood celebrities such as Nia Long, Tatyana Ali and Tyler James Williams. The invitation-only event which began Tuesday and has brought some of the world's rising stars from the ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 19:06:00 GMT";
arnews[2] += "
";
totcount = 3;
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("