var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stars lure Snoop Dogg
";
arnews[0] += "Hollywood celebrities Tyler Williams, left, Kimberly Elise, Tatyana Ali and Nia Long at Denarau yesterday.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 23:29:12 GMT";
arnews[0] += "
";
arnews[1]="Prep game of the day: Penalty kick helps La Reina rally to tie St. Bonaventure
";
arnews[1] += "La Reina's Jenna Collins, left, and St. Bonaventure's Brianna Poteracke battle for the ball.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 16:00:00 GMT";
arnews[1] += "
";
arnews[2]="Actress just loves Fiji's relaxing pace
";
arnews[2] += "American actress Kimberley Elise is surrounded by students of Ratu Navula Secondary School in Nadi yesterday.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 22:51:49 GMT";
arnews[2] += "
";
arnews[3]="Students rub shoulders with movie stars
";
arnews[3] += "CRAZY students of Nadi Airport School got a lifetime opportunity when Hollywood celebrities visited their school yesterday.";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 19:39:46 GMT";
arnews[3] += "
";
arnews[4]="Events: ESSENCEa S Women in Music Gala
";
arnews[4] += "Actress Taraji P. Henson and recording artist/actress Mary J. Blige attend the ESSENCE Black Women in Music event at the Sunset Tower Hotel earlier this week in West Hollywood, California.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 11:56:08 GMT";
arnews[4] += "
";
arnews[5]="Holidays on Earth Today: January 24, 2010
";
arnews[5] += "Holidays are such an important part of each countries tradition along with supporting its culture.";
arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 12:24:14 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("