var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="www.indisturbato.it: Halle Berry bella ed elegante
";
arnews[0] += "Halle Berry bella ed elegante -";
arnews[0] += "
";
arnews[1]="Global Grind: **VIDEO** Ray J Tried To Holler At Halle Berry - http://bit.ly/6M0kIs
";
arnews[1] += "**VIDEO** Ray J Tried To Holler At Halle Berry -";
arnews[1] += "
";
arnews[2]="widyanto duta nugroho: @widyanto Recession Chic! Stars' Best Bargains of '09: Halle Berry, Lauren Conrad, B.. http://bit.ly/4wwrFy www.mausehat.net
";
arnews[2] += "@widyanto Recession Chic! Stars' Best Bargains of '09: Halle Berry, Lauren Conrad, B..";
arnews[2] += "
";
arnews[3]="wowelster: Ann Nzingha: The Movie would rock! No Halle Berry role tho.. RT @MentalOrgasm How about a Hatshepsut movie? Queen Amina? Ann Nzingha?
";
arnews[3] += "Ann Nzingha: The Movie would rock! No Halle Berry role tho.. RT @MentalOrgasm How about a Hatshepsut movie? Queen Amina? Ann Nzingha? -";
arnews[3] += "
";
arnews[4]="Happy Weaver: Halle Berry Beautiful Smile Showbiz News & Celebrity Gossip http://bit.ly/5ceC5f
";
arnews[4] += "Halle Berry Beautiful Smile Showbiz News & Celebrity Gossip";
arnews[4] += "
";
totcount = 5;
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("