var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Amanda Cournoyer: Oh snap RT @SI_JonHeyman jose contreras looks like me up there. he might as well not have brought a bat into the box. #rockies
";
arnews[0] += "Oh snap RT @";
arnews[0] += "
";
arnews[1]="Brian Kelley: Jose Contreras relieves Aaron Cook for Rockies. Phillies down 4-1 & have runners at 2nd & 3rd with nobody out for Jayson Werth in the 6th.
";
arnews[1] += "Jose Contreras relieves Aaron Cook for Rockies. Phillies down 4-1 & have runners at 2nd & 3rd with nobody out for Jayson Werth in the 6th.";
arnews[1] += "
";
arnews[2]="John McGuinness: RT @jaysonst: Jim Tracy goes to Jose Contreras for Jayson Werth & Raul Ibanez. They're a combined 9 for 16 off him!
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Benjamin Kabak: RT: @amandarykoff: Dear Rockies: Jose Contreras is not the answer. Sincerely, Yankees and White Sox fans.
";
arnews[3] += "RT: @";
arnews[3] += "
";
arnews[4]="Ian Isanberg: Ian Jose Contreras = meaningful playoff baseball!
";
arnews[4] += "Jose Contreras = meaningful playoff baseball!";
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("