var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="kimberlyfarraj: @KEVINLORIGO @fishycon @FrazzledHaloz @Derameth Jordis Unga – Man who sold the world ♫ http://blip.fm/~elv81
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="kimberlyfarraj: listening to "Jordis Unga - Heart-Shaped Box (Rock Star INXS)" ♫ http://blip.fm/~emkqo
";
arnews[1] += "listening to \"Jordis Unga - Heart-Shaped Box (Rock Star INXS)\" ♫";
arnews[1] += "
";
arnews[2]="kimberlyfarraj: @jordismusic one of my favs by you:) Jordis Unga – Man who sold the world you are the best... ♫ http://blip.fm/~eob1t
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="kimberlyfarraj: listening to "Jordis Unga - Heart-Shaped Box (Rock Star INXS)" ♫ http://blip.fm/~eob4g
";
arnews[3] += "listening to \"Jordis Unga - Heart-Shaped Box (Rock Star INXS)\" ♫";
arnews[3] += "
";
arnews[4]="kimberlyfarraj: listening to "Jordis Unga - Man who sold the world" ♫ http://blip.fm/~eza4j
";
arnews[4] += "listening to \"Jordis Unga - Man who sold the world\" ♫";
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("