var arnews = new Array(8); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="BERRY'S THIEF BIOPIC STILL ON DESPITE ARREST - Daily Star
"; arnews[0] += "HALLE BERRY is pressing ahead with her plans to play infamous jewel thief DORIS PAYNE, despite the fact the 79-year-old has been arrested for attempting to steal a coat from a department store. Payne was arrested as she tried to leave a Saks Fifth ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:30:00 GMT"; arnews[0] += "
"; arnews[1]="Berry’s Jewel Thief Arrested - The Gaea Times
"; arnews[1] += "The aged jewel thief HALLE BERRY will play in young producer JUSTIN BERFIELD’s new movie has been arrested for stealing a coat from a department store in Costa Mesa, California. Doris Payne, 79, attempted to leave a Saks Fifth Avenue store on ..."; arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 03:08: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("
");document.write("
");