var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ALDS game blogs - San Francisco Chronicle
";
arnews[0] += "From Sporting Green columnist Bruce Jenkins at the Metrodome: Imagine facing a bit of a playoff crisis and having to rely on a guy named Boof. Not somebody with a wacky nickname, but an athlete who... Metrodome Pregame: The Boofmeister Is Ticked ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 20:18:00 GMT";
arnews[0] += "
";
arnews[1]="Review Of Next Year's Hopeful Giants Lineup and Roster - Bleacherreport.com
";
arnews[1] += "The San Francisco Giants are heading into the off season after an exciting but overachieving season. To continue winning they can't just sit on heir hands all off season they are going to have do something about their hitting. Going into free agency ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 23:11:00 GMT";
arnews[1] += "
";
arnews[2]="Barry Bonds - San Francisco Chronicle
";
arnews[2] += "With news of lagging ticket sales, Barry Bonds being erased from AT&T Park and ugly injuries, surely the Giants could bring on a wisp of respect and take care of the Raisin-ettes, er, Grizzlies? Nope, another so-so outing by Barry Zito, who gave up ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 20:43:00 GMT";
arnews[2] += "
";
arnews[3]="Scorecard: By the numbers - Pioneer Press
";
arnews[3] += "2009—Zack Greinke, Kansas City. 2008—Cliff Lee, Cleveland. 2007—C.C. Sabathia, Cleveland. 2006—Johan Santana-x, Minnesota. 2005—Bartolo Colon, Los Angeles. 2004—Johan Santana-x, Minnesota. 2003—Roy Halladay, Toronto. 2002—Barry Zito ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 05:50:00 GMT";
arnews[3] += "
";
arnews[4]="Lincecum's second Cy Young doubles his value - Examiner
";
arnews[4] += "San Francisco GM Brian Sabean doesn’t know how to quantify Tim Lincecum’s two Cy Young awards in two years, which means he isn’t sure how many Brinks Trucks full of cash it will take to keep the pitcher. After the surprise regarding Lincecum ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:27:00 GMT";
arnews[4] += "
";
arnews[5]="Will Lackey get top pitching dollars? - Orange County Register
";
arnews[5] += "Pitching bargains are few and far between but blunders seem to live on forever – yeah, we're talking about you Barry Zito and Mike Hampton. Here's a look at how the Angels have spent some of their pitching dollars during the Bill Stoneman-Tony ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:26: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("