var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chicago White Sox prospect C.J. Retherford stars in Arizona - Chicago Tribune
";
arnews[0] += "SCOTTSDALE, Ariz. -- One swing of C.J. Retherford's bat propelled the Peoria Javelinas to the Arizona Fall League championship Saturday. The White Sox infield prospect cracked a 1-0 fastball over the left-field fence in the bottom of the eighth for a ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:01:00 GMT";
arnews[0] += "
";
arnews[1]="It's party time in Peoria; Javelinas win Fall League title - Everett Herald
";
arnews[1] += "Mariners prospect Dustin Ackley, in what may be the final time he ever sees a blade of grass in the outfield (OK, maybe I'm over-reacting here), got two hits in the Peoria Javelinas' 5-4 victory over Phoenix today in the Arizona Fall League ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:30:00 GMT";
arnews[1] += "
";
arnews[2]="Chicago White Sox Close To Deal With Omar Vizquel - CBS 11 News
";
arnews[2] += "CHICAGO (AP) ― The Chicago White Sox are closing in on a contract agreement with free agent shortstop Omar Vizquel. The deal could be announced as soon as Monday, according to a person familiar with the negotiations who spoke on condition of ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:34:00 GMT";
arnews[2] += "
";
arnews[3]="Report: Omar Vizquel To Join Chicago White Sox - Bleacherreport.com
";
arnews[3] += "Various media outlets are reporting that 43-year-old Omar Vizquel, a potential Hall-of-Fame shortstop, is close to agreeing to a one-year contract to join the Chicago White Sox. Vizquel would reportedly join the White Sox in a reserve role. The White ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 17:50:00 GMT";
arnews[3] += "
";
arnews[4]="Chicago White Sox - Chicago Tribune
";
arnews[4] += "The Chicago White Sox was one of the original eight American League teams formed in 1901. They are located on the city's South Side and often referred to as the South Siders or the Pale Hose. The Sox's often futile history includes an 88-year drought ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 01:56:00 GMT";
arnews[4] += "
";
arnews[5]="Arizona Fall League Championship - Bleacherreport.com
";
arnews[5] += "Baseball season at the major league level has been over for a couple of weeks now but for fans in Arizona there have still been games played in the Arizona Fall League. All of that ends today with the conclusion of the Arizona Fall League ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:01:00 GMT";
arnews[5] += "
";
arnews[6]="Chicago White Sox Company News - Crain's Chicago Business
";
arnews[6] += "Gate 5 on the north side of U.S. Cellular Field. (Crain’s) — Call it Opening Gate. The main entrance on the north side of U.S. Cellular Field has been renovated in time for today’s White Sox season debut. Gate 5 now has a new facade, part";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 21:38:00 GMT";
arnews[6] += "
";
arnews[7]="Top 10 prospects for 2010: Chicago White Sox and Detroit Tigers - Hardball Times
";
arnews[7] += "1. Tyler Flowers : If he can stay at catcher, an All-Star-level bat could be in the works. He combines good patience with the ability to hit for average and power. If he is moved to first base, which seems more and more likely, his bat may get lost ...";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 23:58:00 GMT";
arnews[7] += "
";
arnews[8]="Indians skipper Manny Acta: 'I want to become one of the elite six or ... - Cleveland Plain Dealer
";
arnews[8] += "CLEVELAND, Ohio -- So it begins for Manny Acta. The 40th manager of the Indians was hired late on a Saturday night, Oct. 24 to be exact, after Houston offered him a contract to manage the Astros. The Indians were still going through \"the process ...";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 21:02:00 GMT";
arnews[8] += "
";
totcount = 9;
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("