var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Martina McBride Milwaukee Nov 22√ Bradley Center Wisconsin - map ...: Martina McBride Milwaukee for Bradley Cen.. http://bit.ly/5z2FGc
";
arnews[0] += "Martina McBride Milwaukee Nov 22√ Bradley Center Wisconsin - map ...: Martina McBride Milwaukee for Bradley Cen..";
arnews[0] += "
";
arnews[1]="jerryslist: Billy Ray Cyrus #2 8x10 Photo w/Miley & Martina McBride - eBay (item 170410792285 end time Dec-23-09 00:14:40 PST) http://ping.fm/JUjaN
";
arnews[1] += "Billy Ray Cyrus #2 8x10 Photo w/Miley & Martina McBride - eBay (item 170410792285 end time Dec-23-09 00:14:40 PST)";
arnews[1] += "
";
arnews[2]="Panos S: Martina McBride – Help Me Make it Through the Night ♫ http://blip.fm/~gr6sz
";
arnews[2] += "Martina McBride – Help Me Make it Through the Night ♫";
arnews[2] += "
";
arnews[3]="Panos S: And then some...@Dancer12: "popcorn?@devlps: "Martina McBride – Help Me Make it Through the Night"" ♫ http://blip.fm/~gr70k
";
arnews[3] += "And then some...@Dancer12: \"popcorn?@devlps: \"Martina McBride – Help Me Make it Through the Night\"\" ♫";
arnews[3] += "
";
arnews[4]="Panos S: I think we have a deal@Dancer12: "chocolate?@devlps: "And then some...@Dancer12: "popcorn?@devlps: "Martina McB... ♫ http://blip.fm/~gr769
";
arnews[4] += "I think we have a deal@Dancer12: \"chocolate?@devlps: \"And then some...@Dancer12: \"popcorn?@devlps: \"Martina McB... ♫";
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("