var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="50 Cent returns to roots, not for the better - Pbpulse
";
arnews[0] += "The album: Before I Self Destruct (Aftermath) The spin: 50 Cent tries to reconnect with his gangster rap roots on his new album, “Before I Self Destruct.” Besides a few Dre tracks and the lead single “Baby By Me,” the album has a consistent ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[0] += "
";
arnews[1]="Boca tattoo artist, client wear life stories on their skin - Fort Lauderdale Sun-Sentinel
";
arnews[1] += "BOCA RATON - The 6-foot, 3-inch, 275-pound combat veteran and former military sniper sports a Mohawk and multiple earrings. His Herculean arms are covered in tattoos, the ink peeking out from his T-shirt, a tattoo of his military dog tag visible on ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 19:59:00 GMT";
arnews[1] += "
";
arnews[2]="Wearing their hearts on their skin: Boca Raton tattoo artist, clients ... - Palm Beach Interactive
";
arnews[2] += "Balena's big break came years ago courtesy of a referral from the house disc jockey at Club Boca, who introduced Balena to rappers Lloyd Banks and 50-Cent. In no time he joined the rappers' entourage and has accompanied them on multiple 50-city and ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 16:08:00 GMT";
arnews[2] += "
";
arnews[3]="Concert Roundup: Brian Setzer, Phish, Sloan and more - Bridgeton News
";
arnews[3] += "Nov. 20, 9 p.m.: Devo, JP Inc, Fillmore New York at Irving Plaza, New York Nov. 20, 7:30 p.m.: Winter Wonder Slam, Toys For Tots benefit with TobyMac, Relient K, B. Reith, Stephanie Smith, Hammerstein Ballroom, New York Nov. 20, 8 p.m.: Ned Sublette ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:59:00 GMT";
arnews[3] += "
";
arnews[4]="November 2009 - Austin 360
";
arnews[4] += "According to DJ 2DQ in a meeting this afternoon the entire on-air staff of the local Emmis Communications-owned commercial hip-hop station was informed by program director Chase that their contracts are to be terminated effective immediately ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[4] += "
";
totcount = 5;
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("