var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Buzz: Padres GM meets with Agent for Adrian Gonzalez
";
arnews[0] += "Jerry Crasnick of ESPN.com says Padres GM Jed Hoyer met with Josh Boggs who represents Adrian Gonzalez on Friday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:58:01 GMT";
arnews[0] += "
";
arnews[1]="Padres GM meets with Adrian Gonzalez's agent
";
arnews[1] += "Adrian Gonzalez 's agent met with San Diego general manager Jed Hoyer on Friday, amid ongoing speculation that the Padres might consider trade proposals for the two-time All-Star or offer him a multiyear contract extension this offseason.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:03:05 GMT";
arnews[1] += "
";
arnews[2]="New Padres GM Hoyer, Gonzalez's agent hold meeting
";
arnews[2] += "With two years on his contract, Adrian Gonzalez is a talking point inside and outside the Padres organization.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:09:34 GMT";
arnews[2] += "
";
arnews[3]="Lincecum nabs second straight NL Cy Young
";
arnews[3] += "For the second straight year, San Francisco Giants right-hander Tim Lincecum has been named National League's Cy Young Award winner by members of the Baseball Writers' Association of America.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:58:05 GMT";
arnews[3] += "
";
arnews[4]="Lett, Radison join Nationals' coaching staff
";
arnews[4] += "The Nationals have announced that Jim Lett and Dan Radison have been added to their 2010 coaching staff as bullpen and first-base coach, respectively.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Lett, Radison join coaching staff
";
arnews[5] += "The Nationals have announced that Jim Lett and Dan Radison have been added to their 2010 coaching staff as bullpen and first-base coach, respectively.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 07:27:28 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("