var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jill Scott’s New Album, “The Real Thing” and Big Mama Thornton - whudat.com
";
arnews[0] += "Ever listen to Amy Winehouse and have a flickering question in your head, “This is nice and all, but where in the world is Jill Scott?” Not to diminish Amy’s music at all, it’s just that there are so few artists in the good food category that ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 13:23:00 GMT";
arnews[0] += "
";
arnews[1]="Class 1A volleyball: Bronte wins 3-1, advances to state final - Abilene Reporter-News
";
arnews[1] += "SAN MARCOS — The Bronte High School volleyball team’s journey isn’t over yet. The Lady Longhorns took down the state’s No. 1-ranked team Friday with a 25-11, 25-22, 22-25, 25-13 win over Lindsay in the state semifinals at Texas State ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:00:00 GMT";
arnews[1] += "
";
arnews[2]="Lady Longhorns volleyball live: Bronte vs. Lindsay - Standard-Times
";
arnews[2] += "Bronte leads 16-8 in the fourth set after Lindsay's second timeout. Bronte leads 9-4 in the fourth set. The Lady Longhorns just received two kills from Kaycee Baker and one from Chelsea McGinnis. Lindsay took the third set 25-22 to force a fourth set ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:20:00 GMT";
arnews[2] += "
";
arnews[3]="The UNWRAPPED Series VOL. 6 'GIVE THE DRUMMER SOME' Featuring Tony ... - Top40-Charts
";
arnews[3] += "Jill Scott, Kindred the Family Soul) and the leader in the national marketplace as local clubs and independent deejays there have embraced the project full force. The company's grass roots approach in exposing the record through clubs and direct ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 17:52:00 GMT";
arnews[3] += "
";
arnews[4]="Message Soul: politics and soul in Black America 1998–2008 - Socialist Worker
";
arnews[4] += "This collection of contemporary soul music is a worthy attempt to bring together some the US’s most radical rappers and singers. Artists including Anthony Hamilton, Jill Scott and Erykah Badu offer heartfelt and sometimes heartbreaking tales of the ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 00:13:00 GMT";
arnews[4] += "
";
arnews[5]="'Glee' belts out Endless Love and Lean on Me this week - Monsters and Critics
";
arnews[5] += "... Mary,” “Defying Gravity” from Broadway’s “Wicked,” Billy Idol’s “Dancing With Myself,” Young MC’s “Bust A Move,” Neil Diamond’s “Sweet Caroline,” Sisqo’s “Thong Song,” Jill Scott’s “Hate On Me,” The ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 05:07:00 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("