var arnews = new Array(6);
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]="Does Vanity Fair Hate Black Girls? - Salon
";
arnews[1] += "For years, extremely talented black female actresses like Halle Berry, Regina King, Jada Pinkett Smith, Kerry Washington, Sanaa Lathan, Kimberly Elise, Nicole Ari Parker, Lynn Whitfield, Lela Rochon (I could do this for three more pages...)";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 23:39: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("