var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Vegas Bill: MLB pro, 12-time all star Mike Piazza, earlier this week ate @DosCaminos #Vegas w/ friends enjoying Snapper + Lobster Ceviche
";
arnews[0] += "MLB pro, 12-time all star Mike Piazza, earlier this week ate @";
arnews[0] += "
";
arnews[1]="Timothy Hogan: "Mike Piazza's straight." #threewordsaftersex
";
arnews[1] += "\"Mike Piazza's straight.\"";
arnews[1] += "
";
arnews[2]="My Vegas Scene: What Mike Piazza, DJ Tiesto, and Gary Sheffield Have in Common
";
arnews[2] += "What Mike Piazza, DJ Tiesto, and Gary Sheffield Have in Common -";
arnews[2] += "
";
arnews[3]="My Vegas Scene: What Mike Piazza, DJ Tiesto, and Gary Sheffield Have in Common http://cli.gs/4JhES
";
arnews[3] += "What Mike Piazza, DJ Tiesto, and Gary Sheffield Have in Common";
arnews[3] += "
";
arnews[4]="Brian: MyVegasScene: What Mike Piazza, DJ Tiesto, and Gary Sheffield Have in Common http://cli.gs/4JhES
";
arnews[4] += "MyVegasScene: What Mike Piazza, DJ Tiesto, and Gary Sheffield Have in Common";
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("