var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The Insider: Will Smith gets to the courthouse first
"; arnews[0] += "Remember the movie The Human Contract ? Will Smith and his wife, Jada Pinkett Smith, are among the few who do."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:31:09 GMT"; arnews[0] += "
"; arnews[1]="Inqlings: Smiths strike first with a suit
"; arnews[1] += "You'll sue me? Well, I'll sue you first. That seems to be the logic that Philly-bred mogul Will Smith and wife Jada Pinkett-Smith are applying to a Philly developer/investor who, they thought, were threatening to sue them over a movie that flopped."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 09:46:07 GMT"; arnews[1] += "
"; arnews[2]="Does Vanity Fair Hate Black Girls?
"; arnews[2] += "I really couldn't believe the recent spread in Vanity Fair heralding the next generation of Hollywood starlets."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 21:30:00 GMT"; arnews[2] += "
"; arnews[3]="Which celebrity hairstyle is right for you?
"; arnews[3] += "The impact of hairstyles these days is strangely seismic. Take Kate Gosselin's recent metamorphosis -- from her famous backward mullet to Lohan-esque hair extensions, which landed her on the cover of People."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 18:58:06 GMT"; arnews[3] += "
"; arnews[4]="Will Smith and Jada Pinkett-Smith Claim No Blame Over Unsuccessful Movie
"; arnews[4] += "A dispute over a failed movie involving rapper/actor Will Smith and his wife, Jada Pinkett-Smith, is at the heart of a new legal situation between the power couple and a financier for the feature."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 18:44:56 GMT"; arnews[4] += "
"; arnews[5]="Will Smith, Jada Pinkett sue former business partner
"; arnews[5] += "London, Feb 8 Hollywood actor Will Smith and wife Jada Pinkett have taken legal action against a former business partner in a bid to avoid a cash plea."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 12:36:45 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("
");document.write("
");