var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ms. New Booty - Bubba Sparxxx
";
arnews[0] += "No doubt the first of his kind, Bubba Sparxxx dumbfounded the hip-hop community -- and soon after, the mass market -- when he emerged out of nowhere with Timbaland in late 2001.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 12:59:46 GMT";
arnews[0] += "
";
arnews[1]="Yonder Mountain String Band9:00 p.m.Tennessee Theatre
";
arnews[1] += "When: Saturday, February 06, 2010, 9 p.m. Where: Tennessee Theatre Cost: $25 Age limit: All ages Categories: Music Description: The Yonder Mountain String Band's biggest mainstream exposure may have come on Bubba Sparxxx's 2003 single a oeComin' Round,a but there's no real surprise that the band had such cross-genre success.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 06:07:07 GMT";
arnews[1] += "
";
arnews[2]="The Thermals announce Australian dates!(delim)The Thermals announce Australian dates
";
arnews[2] += "Music News: The Thermals announce Australian dates! Three-piece alternative/indie/punk rockers, The Thermals, have announced Australian tour dates.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 06:24:12 GMT";
arnews[2] += "
";
arnews[3]="Hip-Hop watch list
";
arnews[3] += "Looking to check out some local hip-hop, but not sure where to start? Tommy Valentine, a local promoter and successful emcee himself, and Montu Miller, considered the Godfather of Athens Hip-Hop, count these among the acts drawing the biggest crowds at local shows .";
arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 08:05:56 GMT";
arnews[3] += "
";
arnews[4]="Marquee: Timbaland & Prefuse 73
";
arnews[4] += "Let's be honest: Although Timbaland has to be in the conversation when discussing the greatest pop music minds of our generation, the big man is no frontman.";
arnews[4] += "
Publ.Date : Thu, 21 Jan 2010 07:22:16 GMT";
arnews[4] += "
";
arnews[5]="OK Go announce Australian dates!(delim)OK Go announce Australian dates
";
arnews[5] += "Music News: OK Go announce Australian dates! The mind-bending band that gave us what is largely considered the decade's most viewed music video , the treadmill-manned, Grammy-award winning \"Here It Goes Again,\" is back.";
arnews[5] += "
Publ.Date : Wed, 20 Jan 2010 08:30:19 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("