var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Quentin Rexwinkle: Thinking about buying tickets to see the "Shine All Night Tour". Dec. 5, OKC. Martina Mcbride & Trace Adkins. :)
";
arnews[0] += "Thinking about buying tickets to see the \"Shine All Night Tour\". Dec. 5, OKC. Martina Mcbride & Trace Adkins. :) -";
arnews[0] += "
";
arnews[1]="TakingBackAmerica: Listening to '(This Ain't) No Thinkin' Thing' by Trace Adkins @imeem http://x.imeem.com/ffIvN56j-m
";
arnews[1] += "Listening to '(This Ain't) No Thinkin' Thing' by Trace Adkins @";
arnews[1] += "
";
arnews[2]="Steve Mudroch: We are inside of the Bradley Center waiting for the Martina & Trace Adkins concert to start.
";
arnews[2] += "We are inside of the Bradley Center waiting for the Martina & Trace Adkins concert to start.";
arnews[2] += "
";
arnews[3]="Francisco Valines: Smooth sunday @MerlottesBar All I Ask For Anymore – Trace Adkins ♫ http://blip.fm/~gqayt
";
arnews[3] += "Smooth sunday @";
arnews[3] += "
";
arnews[4]="Trace Adkins tells us why he wont be watching New Moon anytime soon
";
arnews[4] += "Trace Adkins tells us why he wont be watching New Moon anytime soon -";
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("