var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="St. Louis Cardinals Tyler Greene fights for 3B job - St. Louis Post-Dispatch
";
arnews[0] += "JUPITER, Fla. — Drafted, developed and initially exposed to the major leagues at shortstop, Tyler Greene reminds people that he isn't tied there. Greene is the first position player on the Cardinals' 40-man roster to reach the team's spring ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:17:00 GMT";
arnews[0] += "
";
arnews[1]="St. Louis Cardinals news and notes - Examiner
";
arnews[1] += "After covering the 22 teams that did not make the playoffs, it is nice to start to take a look at the eight teams that did make the MLB playoffs and can consider themselves somewhat successful. For the St. Louis Cardinals their regular season was ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 22:35:00 GMT";
arnews[1] += "
";
arnews[2]="Schumaker agrees to deal with Cardinals - Baxter Bulletin
";
arnews[2] += "ST. LOUIS (AP) — Second baseman Skip Schumaker and the St. Louis Cardinals have agreed to a $4.7 million, two-year contract, avoiding an arbitration hearing. Schumaker will earn $2 million this season and $2.7 million in 2011. The deal also ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 10:15:00 GMT";
arnews[2] += "
";
arnews[3]="St. Louis Cardinals Snowman - Southeast Missourian
";
arnews[3] += "Snow Storm in January 2010, Dell, Tammy, and Darel Roberts enjoyed the snow in the following ways...building a snowman and adding St. Louis Cardinals, Gloves, Hat, Ball and Bat for fun! Let's Play Ball! Maggie their family pet joined them";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 13:13:00 GMT";
arnews[3] += "
";
arnews[4]="St. Louis Cardinals Need To Sign Nomar Garciaparra - Bleacherreport.com
";
arnews[4] += "Nomar Garciaparra. He plays first base, third base, and was one of the better shortstops of the past decade. The Cardinals should sign him. Let's look at this reasonably. No stats, no money, nothing like that. What we will look at: presence and ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 02:22:00 GMT";
arnews[4] += "
";
arnews[5]="Get Your Tickets For La Plata's Baseball Game At Bush Stadium - heartland connection.com
";
arnews[5] += "This is a once in a lifetime opportunity to play on a major league baseball field. They will have the opportunity to play another high school team following the St. Louis Cardinals’ game with the Atlanta Braves. The Bulldogs’ opponent has not yet ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:32:00 GMT";
arnews[5] += "
";
totcount = 6;
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("