var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="ポトフ: Listen to "I'm Better" by Ashley Parker Angel #FinetuneLive http://bit.ly/1FLthh
";
arnews[0] += "Listen to \"I'm Better\" by Ashley Parker Angel";
arnews[0] += "
";
arnews[1]="ポトフ: Listening to "Let U Go" by Ashley Parker Angel [from Ashley] ♫ http://blip.fm/~f7t5e
";
arnews[1] += "Listening to \"Let U Go\" by Ashley Parker Angel [from Ashley] ♫";
arnews[1] += "
";
arnews[2]="Luiz Thiago: Esta música ficaria tão boa na voz da Kelly Clarkson. #musicmonday ♫ http://blip.fm/~fge20
";
arnews[2] += "Esta música ficaria tão boa na voz da Kelly Clarkson.";
arnews[2] += "
";
arnews[3]="Erika Fletcher: Like, I got a question about Ashley Parker Angel's reality show. One of the options was "Nick Carter". Lol.
";
arnews[3] += "Like, I got a question about Ashley Parker Angel's reality show. One of the options was \"Nick Carter\". Lol.";
arnews[3] += "
";
arnews[4]="Derek Cook: Apology by Ashley Parker Angel
";
arnews[4] += "Apology by Ashley Parker Angel -";
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("