var arnews = new Array(8);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TLC’s Chilli Looks For Love, Stars In VH1 Reality TV Show ‘What ... - HipHopRX.com
";
arnews[0] += "Chilli born Rozonda Thomas, 38, of the 90’s Hip-Hop/R&B supergroup TLC (T-Boz, late Left Eye, Chilli)) is set to hit reality television with ‘What Chilli Wants.’ The new reality TV show will premiere on VH1 in April. Unlike music stars Monica ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 21:01:00 GMT";
arnews[0] += "
";
arnews[1]="The New Cast of Celebrity Apprentice 2010 - Gather.com
";
arnews[1] += "This year's Celebrity Apprentice should be very interesting and more interesting than last season with former NBA star Dennis Rodman and singer T-Boz from the group TLC. 2010 Celebrity Apprentice Cast Bret Michaels, rock star of group Poison and ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 00:41:00 GMT";
arnews[1] += "
";
arnews[2]="Baltimore will Rock to Rebuild Haiti at Benefit Concert Feb. 11 - Melodika.net
";
arnews[2] += "Haitian-born, Grammy-nominated singer-songwriter Melky Jean and music producer Farel Jean, siblings of Wyclef Jean, will host “Rock to Rebuild,” a benefit concert for Haiti, on Feb. 11 at 7:30 p.m. at the Joseph Meyerhoff Symphony Hall in ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 13:28:00 GMT";
arnews[2] += "
";
arnews[3]="James Taylor to perform at Massachusetts concert to aid Haitian health ... - The Gaea Times
";
arnews[3] += "Proceeds from the concert scheduled for Friday at The Mahaiwe (muh-HAY’-wee) Performing Arts Center in Great Barrington will go to Partners in Health. The Boston-based group brings modern medical care to poor nations and has been working in Haiti ...";
arnews[3] += "
Publ.Date : Tue, 19 Jan 2010 09:51:00 GMT";
arnews[3] += "
";
totcount = 4;
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("