var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Will Smith and Jada Pinkett-Smith Claim No Blame Over Unsuccessful ... - allhiphop.com
";
arnews[0] += "(AllHipHop News) 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. Legal papers filed Friday (Feb. 5 ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 02:10:00 GMT";
arnews[0] += "
";
arnews[1]="Will & Jada: Don’t Sue Us for Our Failed Movie - EURweb
";
arnews[1] += "Written and directed by Pinkett-Smith, the story followed a relationship between a successful but unhappy businessman (Jason Clarke) and a mysterious, free-spirited stranger Paz Vega who tempts him into exploring reckless love. Idris Elba and Ted ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 09:19:00 GMT";
arnews[1] += "
";
arnews[2]="The European showcase - Screendaily
";
arnews[2] += "As the industry gears up for the first major international market of 2010, there is a sense among the US contingent that the EFM could represent the start of an upswing. Foreign buyers and US sales agents were on the ground in modest numbers at ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[2] += "
";
totcount = 3;
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("