var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jill Scott Fights Back In Label Lawsuit - Post Chronicle
";
arnews[0] += "Jill Scott's representative has hit back at the R&B star's record label after executives accused her of breach of contract. Hidden Beach Recording bosses have named the Gettin' In The Way singer/actress in legal papers filed last week (begs01Feb10 ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:27:00 GMT";
arnews[0] += "
";
arnews[1]="Jill Scott Sued By Former Record Label Executives - Post Chronicle
";
arnews[1] += "R&B star Jill Scott is facing a legal battle with bosses at her former record label. Lawyers for Hidden Beach have filed a breach of contract suit against the singer/actress over claims she dismissed her ex-handlers after using them to find fame. The ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 14:40:00 GMT";
arnews[1] += "
";
arnews[2]="Jill Scott Responds to Hidden Beach Lawsuit - Big Hollywood
";
arnews[2] += "This is a statement from the representatives of Jill Scott: \"The lawsuit filed on February 3, 2010 by Hidden Beach Recordings against Jill Scott has no legal merit and misrepresents the history of Ms. Scott's relationship with the label. Jill Scott ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 15:00:00 GMT";
arnews[2] += "
";
arnews[3]="Jill Scott Sued By Label - Billboard Business News
";
arnews[3] += "Jill Scott is being sued by her longtime record label, which is accusing the multi-platinum R&B songstress of skipping out halfway through a six-album contract and potentially owing millions of dollars in damages. The lawsuit, filed in Los Angeles ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 12:03:00 GMT";
arnews[3] += "
";
arnews[4]="R&B Singer Jill Scott Sued by Record Label - ABC News
";
arnews[4] += "LOS ANGELES (Hollywood Reporter) - R&B star Jill Scott was sued Wednesday by her longtime record label, which is accusing the multi-platinum songstress of skipping out halfway through a six-album contract and potentially owing millions of dollars in ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 00:35:00 GMT";
arnews[4] += "
";
arnews[5]="Jill Scott speaks on label lawsuit - S2Smagazine.com
";
arnews[5] += "Hidden Beach has filed suit against Jill Scott for jumping ship, but she’s not letting them have the last word. Billboard.com reports that the label is suing Jill for breach of contract and damages after she left the label in October. The suit ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 20:05:00 GMT";
arnews[5] += "
";
arnews[6]="Jill Scott Fights Label, 'Lawsuit Misrepresents Relationship' - Singersroom
";
arnews[6] += "Jill Scott is fighting allegations that she not only breached an agreement but, owes her former record label three albums. In a statement issued Friday, a representive for Scott says the lawsuit has \"no legal merit\" and \"misrepresents\" the singer's ...";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 13:55:00 GMT";
arnews[6] += "
";
totcount = 7;
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("