var arnews = new Array(5);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jacksonville's Fred Durst says Limp Bizkit will release new single ... - Florida Times-Union
";
arnews[0] += "Limp Bizkit is back. The Jacksonville rap-metal band, whose popularity exploded in the late 1990s, hopes to release a new single this month and will tour. Their fifth studio album is slated to be called \"Gold Cobra.\" Last week, frontman Fred Durst ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 10:15:00 GMT";
arnews[0] += "
";
arnews[1]="Top Recommendations - Miami New Times
";
arnews[1] += "After a seemingly endless heyday, rap-rock eventually became one of the most reviled musical artifacts of the end of the last millennium. But it's been more than a decade since then. Fred Durst has disappeared from everywhere except Twitter, and ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:09:00 GMT";
arnews[1] += "
";
arnews[2]="Original Limp Bizkit Stars To Release First Single In A Decade - The Gaea Times
";
arnews[2] += "The original members of LIMP BIZKIT will serve up a treat for fans next month (Feb10) when they release their first new music in almost 10 years. The group’s guitarist Wes Borland quit the band in 2001 and again in 2006 after well-publicised fights ...";
arnews[2] += "
Publ.Date : Sun, 31 Jan 2010 13:26:00 GMT";
arnews[2] += "
";
arnews[3]="Lil’ Wayne’s ‘Rebirth’ flops as a rock album - Independent Collegian
";
arnews[3] += "Despite the success of Lil’ Wayne’s radio hits and “The Carter III,” “Rebirth” is a much weaker example of his musical talent. Do you remember when Vanilla Ice tried to make a rock record? Or how about when Michael Jordan played baseball ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 19:54:00 GMT";
arnews[3] += "
";
totcount = 4;
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("