var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Outkast's Big Boi Owes Over $55,000 In Taxes
";
arnews[0] += "Another hip-hop star is being called out by Uncle Sam. His name is Big Boi , of Outkast fame.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:18:12 GMT";
arnews[0] += "
";
arnews[1]="Big Boi Has Big $$$ Problems
";
arnews[1] += "That's what you get when you don't pay your taxes!!! Antwan Andre Patton , better know as the Outkast raper Big Boi , is in trouble with the U.S Government for apparently skipping out on paying his taxes.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:32:20 GMT";
arnews[1] += "
";
arnews[2]="Big Boi Hit With $55,000 Tax Bill
";
arnews[2] += "Outkast rapper Big Boi has reportedly been hit with a $55,727 demand from U.S. tax officials.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:16:53 GMT";
arnews[2] += "
";
arnews[3]="Arkansas-Louisville game discussion
";
arnews[3] += "THe zone is killing us! I know we have a short bench but come on Delk and the other kid haven't missed.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 02:47:40 GMT";
arnews[3] += "
";
arnews[4]="The 50 Most Important Recordings: O-S
";
arnews[4] += "Language Advisory: The language in some of the featured songs is not suitable for all ages.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 10:15:55 GMT";
arnews[4] += "
";
arnews[5]="What's in a rap name? The meaning of Mike Bigga and more
";
arnews[5] += "Killa Mike is back in the spotlight. He has long squashed the beef with onetime mentor, Outkast's Big Boi, while embarking on a new career with Grand Hustle.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Bringing Hollywood to the South
";
arnews[6] += "Just barley a few years ago aspring actors and actresses would go to Hollywood, CA to get their big break, now it seems as if they are migrating to the South.";
arnews[6] += "
Publ.Date : Wed, 04 Nov 2009 05:00:00 GMT";
arnews[6] += "
";
arnews[7]="Readers recommend: Songs with vim
";
arnews[7] += "Vim is perhaps a word out of time. It belongs more to a bygone age, maybe the 1920s, when grown men would list their hobbies as 'pomade' and 'spats' Vim is perhaps a word out of time.";
arnews[7] += "
Publ.Date : Thu, 12 Nov 2009 22:30:02 GMT";
arnews[7] += "
";
totcount = 8;
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("