var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Soulja Boy Gets Probation - Starpulse.com
";
arnews[0] += "However, when authorities arrived to investigate complaints of noise, half the group, including Soulja Boy, fled by foot. The hip-hop star, real name DeAndre Cortez Way, was said to have been apprehended by cops and taken to Henry County jail, where ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 13:09:00 GMT";
arnews[0] += "
";
arnews[1]="Soulja Boy gets probation on obstruction charges - AccessAtlanta
";
arnews[1] += "Soulja Boy, whose real name is DeAndre Cortez, fled when police responded to complaints about a group gathered at a vacant home in McDonough, WSB-TV reported Friday. A judge this week sentenced Cortez to 12 months' probation and a $1,000 fine, WSB ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 19:25:00 GMT";
arnews[1] += "
";
arnews[2]="Soulja Boy Gets Probation - Gather.com
";
arnews[2] += "19-year-old Rapper Soulja Boy was charged with obstruction and one year probation after fleeing an abandon home in Stockbridge, in Georgia, while shooting a music video without proper authorization. Police was responding to complaints about a ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 15:55:00 GMT";
arnews[2] += "
";
arnews[3]="The Prince of Darkness, in his own words! - CRAVE ONLINE
";
arnews[3] += "Kelly makes an impressive turn on \"Pimpin' Aint EZ,\" bringing a relieving counterbalance to the Dirty South pandering with Soulja Boy on \"Pronto\". The quality moments outweigh the passable ones, but the distinctive West Coast sound that Snoop helped ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[3] += "
";
arnews[4]="SOULJA BOY ON PROBATION - PR Inside
";
arnews[4] += "Rapper SOULJA BOY has been sentenced to 12 months' probation stemming fro= m his arrest at a music video shoot in October (09). The Crank That (Soulja Boy) hitmaker was shooting a clip at an abandone= d house in Georgia with a cast and crew of 40 ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:23:00 GMT";
arnews[4] += "
";
arnews[5]="Soulja Boy to Spend 12 Months on Probation - AceShowbiz
";
arnews[5] += "Rapper Soulja Boy has been sentenced to 12 months' probation stemming from his arrest at a music video shoot in October 2009. The \"Crank That (Soulja Boy)\" hitmaker was shooting a clip at an abandoned house in Georgia with a cast and crew of 40 ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 10:18: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("