var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Rick Storbeck: listening to "Garth Brooks - The Thunder Rolls" ♫ http://blip.fm/~gptl9
";
arnews[0] += "listening to \"Garth Brooks - The Thunder Rolls\" ♫";
arnews[0] += "
";
arnews[1]="Francisco Valines: Smooth sunday @MerlottesBar Garth Brooks – Friends in Low Places ♫ http://blip.fm/~gqdjl
";
arnews[1] += "Smooth sunday @";
arnews[1] += "
";
arnews[2]="Justin Emanuele: Dear Pandora, Please do not play any bad songs on "Garth Brooks" radio and help me get through my paper and the revisions.
";
arnews[2] += "Dear Pandora, Please do not play any bad songs on \"Garth Brooks\" radio and help me get through my paper and the revisions.";
arnews[2] += "
";
arnews[3]="Justin Emanuele: Justin "Ain't going' down till the sun comes up. Ain't giving in 'till they get enough." Thank you Pandora, Thank you Garth Brooks!
";
arnews[3] += "\"Ain't going' down till the sun comes up. Ain't giving in 'till they get enough.\" Thank you Pandora, Thank you Garth Brooks!";
arnews[3] += "
";
arnews[4]="Justin Emanuele: Justin Dear Pandora, Please do not play any bad songs on "Garth Brooks" radio and help me get through my paper and the revisions.
";
arnews[4] += "Dear Pandora, Please do not play any bad songs on \"Garth Brooks\" radio and help me get through my paper and the revisions.";
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("