var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vizquel to wear Aparicio's number
";
arnews[0] += "The Chicago White Sox are taking Hall of Famer Luis Aparicio's number 11 out of retirement for newly acquired 11-time Gold Glove winner Omar Vizquel.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:59:53 GMT";
arnews[0] += "
";
arnews[1]="Sports briefs: Feb. 9
";
arnews[1] += "For the second consecutive week, Kentucky's Victoria Dunlap was named the Southeastern Conference Player of the Week by the league office Monday.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:33:02 GMT";
arnews[1] += "
";
arnews[2]="Sox unretire Aparicio's 11 for Vizquel
";
arnews[2] += "The Chicago White Sox are taking Hall of Famer Luis Aparicio's number 11 out of retirement for newly acquired 11-time Gold Glove winner Omar Vizquel.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:27:51 GMT";
arnews[2] += "
";
arnews[3]="Lumberjacks to leave IHL after season ends
";
arnews[3] += "The Muskegon Lumberjacks are No. 1 in the IHL and No. Zero for the future. The Muskegon Chronicle reported Monday that the Lumberjacks - who lead the International Hockey League standings - will fold at the end of this season.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:24:49 GMT";
arnews[3] += "
";
arnews[4]="White Sox unretire Aparicio's No. 11 for Vizquel
";
arnews[4] += "The White Sox say they have unretired Aparicio's No. 11 for the 2010 season, with his blessing.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:21:59 GMT";
arnews[4] += "
";
arnews[5]="Minor foot surgery could limit Cliff Lee at M's camp
";
arnews[5] += "Cliff Lee's first spring training with the Seattle Mariners is off on the wrong foot.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 14:14:47 GMT";
arnews[5] += "
";
arnews[6]="Make My DatCATCH
";
arnews[6] += "Make My Dat CATCH! by Erik Deckers American Reporter Humor Writer Indianapolis, Indiana INDIANAPOLIS, Ind.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 14:07:55 GMT";
arnews[6] += "
";
arnews[7]="Aparicio Lets White Sox Unretire His No. 11 So Vizquel Can Wear It in Tribute
";
arnews[7] += "Omar Vizquel had a team, but someone else had his number. In honor of another Venezuelan shortstop, Dave Concepcion, Vizquel and his new manager, Ozzie Guillen, had each worn No.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 13:18:19 GMT";
arnews[7] += "
";
arnews[8]="Foot surgery a minora deal for Ma s Lee
";
arnews[8] += "Omar Vizquel will wear the No. 11 of former White Sox shortstop and fellow Venezuelan Luis Aparicio this season.";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 13:15:24 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("