var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mark McGrath got hit super hard by the recession. How embarrassing is it that he has to sit in the backseat of a Kia Spectra as his chauffeur drives him around Cali.
";
arnews[0] += "Mark McGrath got hit super hard by the recession. How embarrassing is it that he has to sit in the backseat of a Kia Spectra as his chauffeur drives him around Cali. -";
arnews[0] += "
";
arnews[1]="kjotee on Reddit: What was your first, and last concert?
";
arnews[1] += "kjotee on Reddit: What was your first, and last concert? -";
arnews[1] += "
";
arnews[2]="[ALTERNATIVE ZONE]: Snot - Strait Up (Tribute To James Lynn Strait) (2000)
";
arnews[2] += "Snot - Strait Up (Tribute To James Lynn Strait) (2000) -";
arnews[2] += "
";
arnews[3]="shabooty: Celebrity Superfan Roundtable (Howard Stern) With Jerry O’Connell, Mark McGrath, Jeff Probst & Natalie Maines 11-06-09
";
arnews[3] += "Celebrity Superfan Roundtable (Howard Stern) With Jerry O’Connell, Mark McGrath, Jeff Probst & Natalie Maines 11-06-09 -";
arnews[3] += "
";
arnews[4]="shabooty: Celebrity Superfan Roundtable (Howard Stern) With Jerry O'Connell, Mark McGrath, Jeff Probst & Natalie Maines 11-06-09
";
arnews[4] += "Celebrity Superfan Roundtable (Howard Stern) With Jerry O'Connell, Mark McGrath, Jeff Probst & Natalie Maines 11-06-09 -";
arnews[4] += "
";
totcount = 5;
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("