var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Legal Weapon
";
arnews[0] += "A half-century ago, when Don Cameron was growing up in the San Francisco neighborhood of St.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:05:50 GMT";
arnews[0] += "
";
arnews[1]="Context Revisited
";
arnews[1] += "A while back I addressed the fact that a ton of people who analyze the game of baseball, mostly those who work for big/fancy corporations, either have no idea what they are talking about, or think that you are so stupid that you couldn't possibly understand the nuances of analysis so they just continue to spew the same, slightly meaningful crap, as ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:33:46 GMT";
arnews[1] += "
";
arnews[2]="Sharing some Dodgers items
";
arnews[2] += "Checking in on some Dodgersa Web doings: On his ESPN blog, Jon Weisman has an interesting and lengthy interview with Frank McCourt , in which the Dodgers owner addresses multiple topics, including the decision not to offer salary arbitration to Randy Wolf and Orland Hudson .";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:16:52 GMT";
arnews[2] += "
";
arnews[3]="P a a P F L y: Dear Mr. Neukom, Sos.
";
arnews[3] += "\"We may not be perfect, but heaven knows we try Let's drop the big one and see what happens\" What we can clearly see from this is that the Giants still appear to lack the ability to get on base at a league average rate and are by far the worst in the division.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:02:50 GMT";
arnews[3] += "
";
arnews[4]="Jim Morekis - 02/09/2010
";
arnews[4] += "Technically speaking, Barry Bonds eclipsed Hank Aaron's home run record in 2007.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:23:03 GMT";
arnews[4] += "
";
arnews[5]="MLB
";
arnews[5] += "You have received an exclusive opportunity to preview the new CBSSports.com. Explore the site and let us know what you think.";
arnews[5] += "
Publ.Date : Wed, 08 Apr 2009 07:00: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("