var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Cleveland Indians' Luis Valbuena(notes) reacts after hitting... (AP Photo/Tony Dejak)
";
arnews[0] += "Cleveland Indians' Luis Valbuena(notes) reacts after hitting... (AP Photo/Tony Dejak) -";
arnews[0] += "
";
arnews[1]="Join Frank Sheftel & David Hernandez for Live LA Saturday Night. Frank is a Liberal and I 'm a #tcot http://www.latalkradio.com/Livela.php
";
arnews[1] += "Join Frank Sheftel & David Hernandez for Live LA Saturday Night. Frank is a Liberal and I 'm a";
arnews[1] += "
";
arnews[2]="ebaypro: A House Waiting for Music by David Hernandez
";
arnews[2] += "A House Waiting for Music by David Hernandez -";
arnews[2] += "
";
arnews[3]="Jake Arakelian: Idol's David Hernandez will be performing in PV, along with a hot young hypnotist,David Swenson. Rooms still available! http://bit.ly/467vpv
";
arnews[3] += "Idol's David Hernandez will be performing in PV, along with a hot young hypnotist,David Swenson. Rooms still available!";
arnews[3] += "
";
arnews[4]="michaelsarver1: My amazing tour mates will be Gina Glocksen from season 6, David Hernandez from season 7 and my friend from season 8 Alexis Grace.
";
arnews[4] += "michaelsarver1: My amazing tour mates will be Gina Glocksen from season 6, David Hernandez from season 7 and my friend from season 8 Alexis Grace.";
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("