var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Roger Clemens comments of defamation against McNamee "were not serious" - oh, well in that case no foul LOL http://bit.ly/1rszXO
";
arnews[0] += "Roger Clemens comments of defamation against McNamee \"were not serious\" - oh, well in that case no foul LOL";
arnews[0] += "
";
arnews[1]="robertogreco: YouTube - No Mas Presents: Dock Ellis & The LSD No-No by James Blagden
";
arnews[1] += "YouTube - No Mas Presents: Dock Ellis & The LSD No-No by James Blagden -";
arnews[1] += "
";
arnews[2]="YankeesFeed: DVD Contest: Blogging the Bombers 3rd Annual Pinstriped Prognosticator Challenge
";
arnews[2] += "DVD Contest: Blogging the Bombers 3rd Annual Pinstriped Prognosticator Challenge -";
arnews[2] += "
";
arnews[3]="DVD Contest: Blogging the Bombers 3rd Annual Pinstriped Prognosticator Challenge
";
arnews[3] += "DVD Contest: Blogging the Bombers 3rd Annual Pinstriped Prognosticator Challenge -";
arnews[3] += "
";
arnews[4]="Kyle Hale: S.I.: Keith: It seems absurd, but Lincecum’s worthy of Cooperstown talk at 25
";
arnews[4] += "S.I.: Keith: It seems absurd, but Lincecum’s worthy of Cooperstown talk at 25 -";
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("