var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="elena: Kaci Brown – Instigator
";
arnews[0] += "Kaci Brown – Instigator -";
arnews[0] += "
";
arnews[1]="Ben Larson: Happy Birthday Kaci Brown. ♫ http://blip.fm/~9i8f7
";
arnews[1] += "Happy Birthday Kaci Brown. ♫";
arnews[1] += "
";
arnews[2]="wowelster: Kaci Brown – Make You Love Me: Happy Birthday Kaci Brown. http://tinyurl.com/nns4lu
";
arnews[2] += "Kaci Brown – Make You Love Me: Happy Birthday Kaci Brown.";
arnews[2] += "
";
arnews[3]="00:00: Listening to: Kaci Brown - Unbelievable http://bit.ly/n9c4q
";
arnews[3] += "Listening to: Kaci Brown - Unbelievable";
arnews[3] += "
";
arnews[4]="Selcuk OZMUMCU: Kaci Brown – paradise
";
arnews[4] += "Kaci Brown – paradise -";
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("