var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Grabow likely completes Cubs' pen
";
arnews[0] += "John Grabow believed in his new team enough to ignore the free-agent market, and the Cubs believe in the fitness of Grabow's left elbow enough to give the reliever a two-year, $7.5 million contract that was completed Friday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:39:11 GMT";
arnews[0] += "
";
arnews[1]="Arizona State baseball coach Murphy resigns in surprise move
";
arnews[1] += "TEMPE a ' Pat Murphy has resigned after 15 seasons as baseball coach at Arizona State.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:44:11 GMT";
arnews[1] += "
";
arnews[2]="Baseball transactions
";
arnews[2] += "Movements in the world of baseball Friday: American League BALTIMORE ORIOLES-Claimed C Craig Tatum off waivers from Cincinnati .";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:08:21 GMT";
arnews[2] += "
";
arnews[3]="Padres unveil Spring Training schedule
";
arnews[3] += "The Padres announced their 2010 Spring Training schedule on Thursday, one that has them opening with a familiar foe.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 03:15:00 GMT";
arnews[3] += "
";
arnews[4]="He s one and done
";
arnews[4] += "They traded Heilman to the Arizona Diamondbacks in exchange for left-handed pitcher Scott Maine and first baseman Ryne White.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:30:03 GMT";
arnews[4] += "
";
arnews[5]="9-year-old honored by police for watchdog effort
";
arnews[5] += "Burglaries dropped by more than 23 percent in Maryvale over the past year because of beefed-up police patrols and cooperation between community groups in the west Phoenix borough.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:14:44 GMT";
arnews[5] += "
";
arnews[6]="Diamondbacks acquire RHP Aaron Heilman from ...
";
arnews[6] += "Thursday, November 19, 2009 at 3:59 p.m. PHOENIX - Reliever Aaron Heilman was acquired Thursday by the Arizona Diamondbacks from the Chicago Cubs for two minor league prospects.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 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("