var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Master P Talks C-Murder Appeal, "It Might Take Two To Three Years" - SOHH
";
arnews[0] += "From P's perspective, Murder's rap image has played a major role on his legal battle. \"Your image can get you incarcerated and take a lot of things away from you,\" P explained. \"I think he realizes that right now and he definitely will be fighting an ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 20:58:00 GMT";
arnews[0] += "
";
arnews[1]="Singer Lee Ann Womack to perform for troops at Schofield Barracks - Honolulu Advertiser
";
arnews[1] += "Country music artist Lee Ann Womack plans to perform for troops and their families at Schofield Barracks on Thursday. Visiting Oahu as part of \"A Tropic Homecoming,\" sponsored by the USO, Womack will welcome home more than 3,500 troops returning ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 19:04:00 GMT";
arnews[1] += "
";
arnews[2]="Better Black TV - Democratic Underground.com
";
arnews[2] += "After finding much success with his bawdy brew of southern fried hip-hop, Percy Miller – who officially changed his name from Master P last week – is making waves in the television arena, promising something \"better.\" On Aug. 15, the former No ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 04:45:00 GMT";
arnews[2] += "
";
arnews[3]="The semifinals are on! 4 compete on `Dancing' - Miami Herald
";
arnews[3] += "Merce Cunningham, the endlessly inquisitive choreographer who revolutionized modern dance and helped change the course of modern art, died Sunday night at his Manhattan apartment. He was 90. A spokeswoman for the Cunningham Dance Foundation said ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 03:49:00 GMT";
arnews[3] += "
";
arnews[4]="Giggs (No 672) - The Guardian
";
arnews[4] += "Hometown: Peckham. The lineup: Nathan Thompson (vocals). The background: It was sad to hear about the death of Derek B, and even though when he first emerged in the late 80s there were some in the British music press who questioned the authority of ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 17:01:00 GMT";
arnews[4] += "
";
arnews[5]="Diddy On Shyne Being Deported, "He Did His Time & Deserves To Come ... - SOHH
";
arnews[5] += "Diddy Goes \"Hard\" In Las Vegas, \"I'm The Black Sinatra, I'm Supposed To Be Out Here\" Yung Joc Announces Bad Boy/Block Ent. Freedom, \"I Just Got My Release\" Master P On Shyne's Rap Game Return, \"Hip-Hop Is At An All-Time Low Right Now\" [Audio] Shyne ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 18:20: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("