var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Padres GM meets with Adrian Gonzalez's agent
";
arnews[0] += "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[0] += "
Publ.Date : Sat, 21 Nov 2009 14:03:05 GMT";
arnews[0] += "
";
arnews[1]="Murphy resigns as baseball coach at Arizona St.
";
arnews[1] += "Pat Murphy has resigned after 15 seasons as baseball coach at Arizona State. No reason was given for the surprise move, which was announced by the university in a brief news release on Friday.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:58:23 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]="Keeping score: Signing bonus
";
arnews[3] += "This Friday, four Boston-area athletes of seasons past -- linebacker Steve Nelson of the Patriots, Ken Hodge of the Bruins, Satch Sanders of the Celtics and Billy Conigliaro of the Red Sox --will be at Kulick's Market in Winchester, N.H., to sign autographs and talk sports.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:58:56 GMT";
arnews[3] += "
";
arnews[4]="11/21 - Controversies, Callups, and... Contract Offers?
";
arnews[4] += "A couple of awards were announced this week, and a few remain for next week - when I should be able to produce a lot more content, since I'll have a week off from school.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:46:43 GMT";
arnews[4] += "
";
arnews[5]="Padres GM meets with Adrian Gonzalez's agent
";
arnews[5] += "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[5] += "
Publ.Date : Sat, 21 Nov 2009 11:49:53 GMT";
arnews[5] += "
";
arnews[6]="Meet the tailgaters: Die-hard Packers fan torn over jerseys
";
arnews[6] += "Some Sundays, Mikki Hjalmquist doesn't know what kind of football fan she is. The Dallas native has been a Green Bay Packers fan for more than 20 years, yet she wore a Minnesota Vikings No.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 11:21:38 GMT";
arnews[6] += "
";
totcount = 7;
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("