var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="X THROWBACK: It's a girl thang - NEXT
";
arnews[0] += "After bum-rushing the airwaves on their debut album, Oooooooh... On the TLC Tip two years earlier, the trio of Tionne \"T-Boz\" Watkins, Lisa \"Left Eye\" Lopes (RIP) and Rozonda \"Chilli\" Thomas returned with a more mature sound that turned out to be one ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[0] += "
";
arnews[1]="Photographer considered ‘Olan Mills of the ‘hood’ - Atlanta Journal Constitution
";
arnews[1] += "In 1979, Ben Harry had an awesome task before him. Fresh out the Art Institute of Atlanta, the former Army man was trying to launch a photography business, but luring young clients into the studio he’d rigged up inside his modest southwest Atlanta ...";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 23:58: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("