var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="McGwire wants to focus on Cardinals' hitting, not past
";
arnews[0] += "The St. Louis Cardinals say they don't know what kind of reaction they will get when new batting coach Mark McGwire arrives at spring training Feb.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:53:16 GMT";
arnews[0] += "
";
arnews[1]="Giants Flawed Use Of Payroll Could Prove Costly
";
arnews[1] += "Okay, so the San Francisco Giants didn't sign Matt Holliday or Jason Bay, during free agency.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:38:31 GMT";
arnews[1] += "
";
arnews[2]="San Francisco Giants: Why Madison Bumgarner Could Be the Difference
";
arnews[2] += "The San Francisco Giants head into the 2010 season returning four out of five starters from last year's rotation.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 07:30:40 GMT";
arnews[2] += "
";
arnews[3]="Dodgers have a rotation of questions
";
arnews[3] += "OK, leta s talk about your deepest Dodgers fear, that open secret still too close to home for the faithful to willingly address: Starting pitching.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 02:00:41 GMT";
arnews[3] += "
";
arnews[4]="2010 San Francisco Giants Preview
";
arnews[4] += "As the San Francisco Giants approach spring training the excitement begins to build.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 13:51:33 GMT";
arnews[4] += "
";
arnews[5]="Lauber: Phils' love of a good glove lands Victorino a deal
";
arnews[5] += "A few years ago, when Aaron Rowand still ran into walls for the Phillies, someone told then-general manager Pat Gillick that his kamikaze center fielder had one of the best \"zone ratings\" in the majors.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 10:31:37 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("