var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Katie Melua - Wikipedia, the free encyclopedia
";
arnews[0] += "Katie Melua - Wikipedia, the free encyclopedia -";
arnews[0] += "
";
arnews[1]="veryheaven: ~ NINE MILLION TIMES ~ ♫ http://blip.fm/~gphay
";
arnews[1] += "~ NINE MILLION TIMES ~ ♫";
arnews[1] += "
";
arnews[2]="randy mccumber: i have now ...thanks!!! @SarahABQ: ":-) love this one @blue_buddha ~have you heard it? " ♫ http://blip.fm/~gpmgj
";
arnews[2] += "i have now ...thanks!!! @";
arnews[2] += "
";
arnews[3]="Malgorzata Arbudzinski: Katie Melua - Mockingbird (live AVO Session)
";
arnews[3] += "Katie Melua - Mockingbird (live AVO Session) -";
arnews[3] += "
";
arnews[4]="Mark Tillinghast: Katie Melua - Nine Million Bicycles http://bit.ly/VUUto Collin Zick #music2am 00A20025
";
arnews[4] += "Katie Melua - Nine Million Bicycles";
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("