var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="shannonelizab: http://twitpic.com/prmc7 I think the only time I've been here was when Clint Black took his wife on their first date to his concert-I was @ that concert!
";
arnews[0] += "shannonelizab:";
arnews[0] += "
";
arnews[1]="http://twitpic.com/prmc7 - I think the only time I've been here was when Clint Black took his wife on their first date to his concert-I was
";
arnews[1] += "";
arnews[1] += "
";
arnews[2]="http://twitpic.com/prmc7 - I think the only time I've been here was when Clint Black took his wife on their first date to his concert-I was
";
arnews[2] += "";
arnews[2] += "
";
arnews[3]="Paul Roberts: ~ A Good Run of Bad Luck ~ Clint Black on @Grooveshark: http://tinysong.com/bPfI
";
arnews[3] += "~ A Good Run of Bad Luck ~ Clint Black on @";
arnews[3] += "
";
arnews[4]="Steve Sloan: Clint Black, A Bad Goodbye (Clint Black & Wynonna) Lyrics
";
arnews[4] += "Clint Black, A Bad Goodbye (Clint Black & Wynonna) Lyrics -";
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("