var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]=""Texas Has Talent" Grand Finale Showcase and Meet /Greet with the Arti
";
arnews[0] += "\"Texas Has Talent\" Grand Finale Showcase and Meet /Greet with the Arti";
arnews[0] += "
";
arnews[1]="Dallas Listings: "Texas Has Talent" Grand Finale Showcase and Meet /Greet with the Arti
";
arnews[1] += "\"Texas Has Talent\" Grand Finale Showcase and Meet /Greet with the Arti";
arnews[1] += "
";
arnews[2]="Morning, all. Watch out for Race Street road work this week. It's scheduled between Windsor Road & George Huff Drive http://tr.im/zZXg
";
arnews[2] += "Morning, all. Watch out for Race Street road work this week. It's scheduled between Windsor Road & George Huff Drive";
arnews[2] += "
";
arnews[3]="Sherrie Keys: ♥.•*¨*•.¸♥ Enjoying George Huff singing closing music on TBN: "A Brighter Day" ♥.•*¨*•.¸♥
";
arnews[3] += "♥.•*¨*•.¸♥ Enjoying George Huff singing closing music on TBN: \"A Brighter Day\" ♥.•*¨*•.¸♥";
arnews[3] += "
";
arnews[4]="jef: just listened to Ain't No Mountain High Enough by American Idol 3 Finalists on Grooveshark: http://tinysong.com/7dB6 - Grooveshark 좋은데?
";
arnews[4] += "just listened to Ain't No Mountain High Enough by American Idol 3 Finalists on Grooveshark:";
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("