var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Soulja Boy Talks About His Arrest
";
arnews[0] += "Soulja Boy opens up about his recent arrest outside Atlanta and brags about that hot mug shot!";
arnews[0] += "
Publ.Date : Tue, 13 Oct 2009 16:00:15 GMT";
arnews[0] += "
";
arnews[1]="Soulja Boy Arrested in Atlanta
";
arnews[1] += "Soulja Boy is arrested and charged with obstruction after running away from police.";
arnews[1] += "
Publ.Date : Fri, 09 Oct 2009 21:00:03 GMT";
arnews[1] += "
";
arnews[2]="Is Soulja Boy Engaged?
";
arnews[2] += "Rumor has it rapper Soulja Boy is engaged to his model girlfriend Rosa Acosta.";
arnews[2] += "
Publ.Date : Fri, 25 Sep 2009 21:30:03 GMT";
arnews[2] += "
";
arnews[3]="Soulja Boy - Successful
";
arnews[3] += "http://www.twitter.com/souljaboytellem";
arnews[3] += "
Publ.Date : Thu, 27 Aug 2009 06:03:03 GMT";
arnews[3] += "
";
arnews[4]="Mark Learns The Soulja Boy Dance
";
arnews[4] += "Mark gets a lesson in the Soulja Boy Dance from some talented middle school students.";
arnews[4] += "
Publ.Date : Wed, 21 Nov 2007 19:32:19 GMT";
arnews[4] += "
";
arnews[5]="Travis Barker Remix Soulja Boy "Crank That"
";
arnews[5] += "Travis Barker Remix Soulja Boy \"Crank That\" Live in the Studio, Shot By Haven Lamoureux";
arnews[5] += "
Publ.Date : Thu, 06 Sep 2007 01:35:00 GMT";
arnews[5] += "
";
arnews[6]="Soulja Boy Tell`em - Crank That (Soulja Boy)
";
arnews[6] += "Music video by Soulja Boy Tell`em performing Crank That (Soulja Boy) with Dale Resteghini, Kim Resteghini (C) 2007 ColliPark Music/HHH/Interscope Records";
arnews[6] += "
Publ.Date : Sat, 11 Aug 2007 12:42:26 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]="Soulja Boy Tell Em - Crank That MUSIC VIDEO Album In Stores!
";
arnews[7] += "Soulja Boy Tell Em - Crank That MUSIC VIDEO Album In Stores October 2!! Cameos by Omarion, Jibbs, Rich Boy, Collipark, and Bow Wow! www.souljaboytellem.com...";
arnews[7] += "
Publ.Date : Fri, 10 Aug 2007 22:55:51 GMT";
arnews[7] += "
";
arnews[8]="Soulja Boy Tellem - How to Crank That - INSTRUCTIONAL VIDEO!
";
arnews[8] += "Soulja Boy Tellem - How to Crank That - INSTRUCTIONAL VIDEO! Get the ringtone text SB6A to 30303! http://www.souljaboytellem.com";
arnews[8] += "
Publ.Date : Fri, 03 Aug 2007 02:55:26 GMT";
arnews[8] += "
";
arnews[9]="Soulja Boy - How to Crank That - INSTRUCTIONAL VIDEO!
";
arnews[9] += "Soulja Boy - How to Crank That - INSTRUCTIONAL VIDEO! Get the ringtone text SB6A to 30303! http://www.souljaboytellem.com";
arnews[9] += "
Publ.Date : Fri, 03 Aug 2007 02:55:26 GMT";
arnews[9] += "
";
totcount = 10;
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("