var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="vegaslifetoday: Maroon 5 to perform New Year's Eve concert at Palms Resort
";
arnews[0] += "Maroon 5 to perform New Year's Eve concert at Palms Resort -";
arnews[0] += "
";
arnews[1]="Rowyn: "Keep her hugging every night" from "This Hug" by Maroon 5 #songsabouthugs
";
arnews[1] += "\"Keep her hugging every night\" from \"This Hug\" by Maroon 5";
arnews[1] += "
";
arnews[2]="Josh Crain: Maroon 5 – Must Get Out
";
arnews[2] += "Maroon 5 – Must Get Out -";
arnews[2] += "
";
arnews[3]="Kristen Smith: #mm wake up call - maroon 5
";
arnews[3] += "";
arnews[3] += "
";
arnews[4]="Mădălin Oprea: Maroon 5 To Play In Vegas On New Year's Eve - RTT News
";
arnews[4] += "Maroon 5 To Play In Vegas On New Year's Eve - RTT News -";
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("