var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kledy: Comment on In My Opinion, Pedro Martinez Is A Waste Of Money, And Huge...
";
arnews[0] += "Comment on In My Opinion, Pedro Martinez Is A Waste Of Money, And Huge... -";
arnews[0] += "
";
arnews[1]="@ComcastSports I think Pedro Martinez will return to the Philadelphia Phillies next year.
";
arnews[1] += "@ComcastSports I think Pedro Martinez will return to the Philadelphia Phillies next year. -";
arnews[1] += "
";
arnews[2]="Kledy.us: Comment on Is Pedro Martinez The Most Dominant Pitcher Of This Era? by El...
";
arnews[2] += "Comment on Is Pedro Martinez The Most Dominant Pitcher Of This Era? by El... -";
arnews[2] += "
";
arnews[3]="ComcastSports Where will Pedro Martinez land in 2010? I think still with the Phillies !#officetailgating
";
arnews[3] += "ComcastSports Where will Pedro Martinez land in 2010? I think still with the Phillies !#officetailgating -";
arnews[3] += "
";
arnews[4]="Jerry Dan: MLB: Carlos Marmol to Close for Cubs
";
arnews[4] += "MLB: Carlos Marmol to Close for Cubs -";
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("