<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/1/2009#),currentDate) >= 0 then
%>
January 2009
| January 1 | | Pittsburgh Pirates Who Have Hit For The Cycle |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/2/2009#),currentDate) >= 0 then
%>
| January 2 | | Baseball Players Born On January 2 |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/3/2009#),currentDate) >= 0 then
%>
| January 3 | | Players Who Have Hit More Than 50 Doubles In A Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/4/2009#),currentDate) >= 0 then
%>
| January 4 | | Big Nicknames |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/5/2009#),currentDate) >= 0 then
%>
| January 5 | | Milestone Home Runs |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/6/2009#),currentDate) >= 0 then
%>
| January 6 | | Hall of Fame Pitchers Who Lost 20 Games In One Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/7/2009#),currentDate) >= 0 then
%>
| January 7 | | Tallest Baseball Player |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/8/2009#),currentDate) >= 0 then
%>
| January 8 | | Triples |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/9/2009#),currentDate) >= 0 then
%>
| January 9 | | Grand Slams |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/10/2009#),currentDate) >= 0 then
%>
| January 10 | | Golden Spikes Award Winners |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/11/2009#),currentDate) >= 0 then
%>
| January 11 | | Rookies Of The Year |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/12/2009#),currentDate) >= 0 then
%>
| January 12 | | New York Mets Who Have Hit For The Cycle |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/13/2009#),currentDate) >= 0 then
%>
| January 13 | | First Basemen |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/14/2009#),currentDate) >= 0 then
%>
| January 14 | | Players Who Have Hit Two Grand Slams In One Game |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/15/2009#),currentDate) >= 0 then
%>
| January 15 | | Back-To-Back Batting Titles |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/16/2009#),currentDate) >= 0 then
%>
| January 16 | | Those Who Hit Their Only Career Home Run In Their Last At Bat |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/17/2009#),currentDate) >= 0 then
%>
| January 17 | | Pitching Records |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/18/2009#),currentDate) >= 0 then
%>
| January 18 | | Animal Nicknames |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/19/2009#),currentDate) >= 0 then
%>
| January 19 | | Black Aces |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/20/2009#),currentDate) >= 0 then
%>
| January 20 | | American League Most Valuable Player |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/21/2009#),currentDate) >= 0 then
%>
| January 21 | | Owners Of Major League Baseball Teams |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/22/2009#),currentDate) >= 0 then
%>
| January 22 | | Stolen Base Champions |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/23/2009#),currentDate) >= 0 then
%>
| January 23 | | Shutouts |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/24/2009#),currentDate) >= 0 then
%>
| January 24 | | 3000 Strikeout Club |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/25/2009#),currentDate) >= 0 then
%>
| January 25 | | Hall Of Famers Born Outside Of The 50 United States |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/26/2009#),currentDate) >= 0 then
%>
| January 26 | | Triple Plays |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/27/2009#),currentDate) >= 0 then
%>
| January 27 | | Hall Of Fame Shortstops |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/28/2009#),currentDate) >= 0 then
%>
| January 28 | | Inside The Park Home Runs |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/29/2009#),currentDate) >= 0 then
%>
| January 29 | | Those Who Hit A Home Run In Their Last At Bat |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/30/2009#),currentDate) >= 0 then
%>
| January 30 | | Boston Braves |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/31/2009#),currentDate) >= 0 then
%>
| January 31 | | Pittsburgh Pirates Batting Champions |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#1/1/2009#),currentDate) >= 0 then
%>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/1/2009#),currentDate) >= 0 then
%>
February 2009
| February 1 | | Trades |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/2/2009#),currentDate) >= 0 then
%>
| February 2 | | Second Basemen |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/3/2009#),currentDate) >= 0 then
%>
| February 3 | | Home Runs |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/4/2009#),currentDate) >= 0 then
%>
| February 4 | | Grand Slams |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/5/2009#),currentDate) >= 0 then
%>
| February 5 | | Henry Aaron |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/6/2009#),currentDate) >= 0 then
%>
| February 6 | | Pitchers Who Never Played In The World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/7/2009#),currentDate) >= 0 then
%>
| February 7 | | Telephone Numbers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/8/2009#),currentDate) >= 0 then
%>
| February 8 | | Players Who Have Hit A Grand Slam On Opening Day |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/9/2009#),currentDate) >= 0 then
%>
| February 9 | | Street Addresses Of Major League Baseball Venues |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/10/2009#),currentDate) >= 0 then
%>
| February 10 | | American League Gold Glove Catchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/11/2009#),currentDate) >= 0 then
%>
| February 11 | | Infielders Who Won The All-Star Game Most Valuable Player Award |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/12/2009#),currentDate) >= 0 then
%>
| February 12 | | Trades |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/13/2009#),currentDate) >= 0 then
%>
| February 13 | | Players Who Wore Number 13 |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/14/2009#),currentDate) >= 0 then
%>
| February 14 | | Players Who Played For The Red Sox And For The Yankees |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/15/2009#),currentDate) >= 0 then
%>
| February 15 | | Triples |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/16/2009#),currentDate) >= 0 then
%>
| February 16 | | American League Gold Glove Winners |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/17/2009#),currentDate) >= 0 then
%>
| February 17 | | National League Gold Glove Winners |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/18/2009#),currentDate) >= 0 then
%>
| February 18 | | Nicknames |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/19/2009#),currentDate) >= 0 then
%>
| February 19 | | Inside The Park Home Runs |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/20/2009#),currentDate) >= 0 then
%>
| February 20 | | Pitchers Who Won Twenty Or More Games In One Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/21/2009#),currentDate) >= 0 then
%>
| February 21 | | Right Handed First Basemen Who Won A Gold Glove |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/22/2009#),currentDate) >= 0 then
%>
| February 22 | | Baseball Movies |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/23/2009#),currentDate) >= 0 then
%>
| February 23 | | Grand Slams Hit By Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/24/2009#),currentDate) >= 0 then
%>
| February 24 | | Mascots |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/25/2009#),currentDate) >= 0 then
%>
| February 25 | | Yankee Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/26/2009#),currentDate) >= 0 then
%>
| February 26 | | Players With 200 Hits And 45 Home Runs In The Same Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/27/2009#),currentDate) >= 0 then
%>
| February 27 | | American League Players On The Cover Of Sports Illustrated |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/28/2009#),currentDate) >= 0 then
%>
| February 28 | | National League Players On The Cover Of Sports Illustrated |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#2/1/2009#),currentDate) >= 0 then
%>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/1/2009#),currentDate) >= 0 then
%>
March 2009
| March 1 | | San Francisco Giants Opening Day Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/2/2009#),currentDate) >= 0 then
%>
| March 2 | | Rookies With 200 Or More Hits |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/3/2009#),currentDate) >= 0 then
%>
| March 3 | | Rookies With 30 Or More Home Runs |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/4/2009#),currentDate) >= 0 then
%>
| March 4 | | Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/5/2009#),currentDate) >= 0 then
%>
| March 5 | | Hall Of Fame Third Basemen |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/6/2009#),currentDate) >= 0 then
%>
| March 6 | | Pitchers Who Won 25 Games & Hit .300 In The Same Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/7/2009#),currentDate) >= 0 then
%>
| March 7 | | Major League All-Stars Who Played For The New Orleans Zephyrs |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/8/2009#),currentDate) >= 0 then
%>
| March 8 | | Bases On Balls |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/9/2009#),currentDate) >= 0 then
%>
| March 9 | | Pitchers Who Struck Out The Side On Nine Pitches |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/10/2009#),currentDate) >= 0 then
%>
| March 10 | | Managers Of The New York Yankees |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/11/2009#),currentDate) >= 0 then
%>
| March 11 | | Dodgers Who Won The Rookie Of The Year Award |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/12/2009#),currentDate) >= 0 then
%>
| March 12 | | Managers Of The San Diego Padres |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/13/2009#),currentDate) >= 0 then
%>
| March 13 | | Unassisted Triple Plays |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/14/2009#),currentDate) >= 0 then
%>
| March 14 | | Major League All-Stars Who Played For The Pawtucket Red Sox |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/15/2009#),currentDate) >= 0 then
%>
| March 15 | | New York Mets Opening Day Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/16/2009#),currentDate) >= 0 then
%>
| March 16 | | Players With 160 RBI In One Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/17/2009#),currentDate) >= 0 then
%>
| March 17 | | Baseball Players Born In Ireland |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/18/2009#),currentDate) >= 0 then
%>
| March 18 | | Street Addresses Of Major League Baseball Venues |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/19/2009#),currentDate) >= 0 then
%>
| March 19 | | 1903 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/20/2009#),currentDate) >= 0 then
%>
| March 20 | | 2003 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/21/2009#),currentDate) >= 0 then
%>
| March 21 | | Daytona Cubs |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/22/2009#),currentDate) >= 0 then
%>
| March 22 | | Atlanta Braves Opening Day Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/23/2009#),currentDate) >= 0 then
%>
| March 23 | | Brooklyn Dodgers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/24/2009#),currentDate) >= 0 then
%>
| March 24 | | Players With 400 Total Bases In One Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/25/2009#),currentDate) >= 0 then
%>
| March 25 | | Players Who Hit 25 Doubles And 25 Triples In The Same Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/26/2009#),currentDate) >= 0 then
%>
| March 26 | | Players With Home Runs In Six Consecutive Games |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/27/2009#),currentDate) >= 0 then
%>
| March 27 | | Trades |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/28/2009#),currentDate) >= 0 then
%>
| March 28 | | Pinch Hitters |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/29/2009#),currentDate) >= 0 then
%>
| March 29 | | Baltimore Orioles Opening Day Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/30/2009#),currentDate) >= 0 then
%>
| March 30 | | National League Gold Glove Catchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/31/2009#),currentDate) >= 0 then
%>
| March 31 | | Nicknames |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#3/1/2009#),currentDate) >= 0 then
%>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/1/2009#),currentDate) >= 0 then
%>
May 2009
| May 1 | | First Overall Draft Picks |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/2/2009#),currentDate) >= 0 then
%>
| May 2 | | Players With 40 Home Runs & 20 Outfield Assists In The Same Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/3/2009#),currentDate) >= 0 then
%>
| May 3 | | Red Ruffing |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/4/2009#),currentDate) >= 0 then
%>
| May 4 | | New York Giants Opening Day Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/5/2009#),currentDate) >= 0 then
%>
| May 5 | | 1955 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/6/2009#),currentDate) >= 0 then
%>
| May 6 | | Players With A Green Family Name |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/7/2009#),currentDate) >= 0 then
%>
| May 7 | | Pitchers Who Won The Cy Young Award & The Most Valuable Player Award |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/8/2009#),currentDate) >= 0 then
%>
| May 8 | | Players With Eight Or More Consecutive Seasons Hitting 30 Home Runs |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/9/2009#),currentDate) >= 0 then
%>
| May 9 | | No Hitters |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/10/2009#),currentDate) >= 0 then
%>
| May 10 | | Players Who Suffered From Steve Blass Disease |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/11/2009#),currentDate) >= 0 then
%>
| May 11 | | Players Born In Minnesota |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/12/2009#),currentDate) >= 0 then
%>
| May 12 | | Runs Scored |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/13/2009#),currentDate) >= 0 then
%>
| May 13 | | Players With A Black Or Blue Family Name |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/14/2009#),currentDate) >= 0 then
%>
| May 14 | | Managers Of The Houston Astros |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/15/2009#),currentDate) >= 0 then
%>
| May 15 | | Players With 150 Doubles, 150 Triples & 150 Home Runs |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/16/2009#),currentDate) >= 0 then
%>
| May 16 | | Managers Of The Texas Rangers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/17/2009#),currentDate) >= 0 then
%>
| May 17 | | Those Who Pitched For The Minnesota Twins & The Seattle Mariners |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/18/2009#),currentDate) >= 0 then
%>
| May 18 | | Pitchers Who Struck Out 18 Or More Batters In One Game |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/19/2009#),currentDate) >= 0 then
%>
| May 19 | | 1905 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/20/2009#),currentDate) >= 0 then
%>
| May 20 | | 2005 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/21/2009#),currentDate) >= 0 then
%>
| May 21 | | Twenty-First Century Batting Champions |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/22/2009#),currentDate) >= 0 then
%>
| May 22 | | American League Pitchers With A Three Pitch Inning |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/23/2009#),currentDate) >= 0 then
%>
| May 23 | | Uniform Numbers Worn By Managers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/24/2009#),currentDate) >= 0 then
%>
| May 24 | | Pitchers With 240 Or More Career Losses |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/25/2009#),currentDate) >= 0 then
%>
| May 25 | | All-Stars Who Were Rule 5 Draftees |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/26/2009#),currentDate) >= 0 then
%>
| May 26 | | Players With A Martínez Family Name |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/27/2009#),currentDate) >= 0 then
%>
| May 27 | | Baseball Players Born On May 27 |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/28/2009#),currentDate) >= 0 then
%>
| May 28 | | National League Most Valuable Player |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/29/2009#),currentDate) >= 0 then
%>
| May 29 | | Those Who Won Rookie Of The Year While On A Last Place Team |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/30/2009#),currentDate) >= 0 then
%>
| May 30 | | National League Pitchers With A Three Pitch Inning |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/31/2009#),currentDate) >= 0 then
%>
| May 31 | | College World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#5/1/2009#),currentDate) >= 0 then
%>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/1/2009#),currentDate) >= 0 then
%>
July 2009
| July 1 | | Canadian Baseball Players |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/2/2009#),currentDate) >= 0 then
%>
| July 2 | | Nicknames |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/3/2009#),currentDate) >= 0 then
%>
| July 3 | | Triples |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/4/2009#),currentDate) >= 0 then
%>
| July 4 | | Lou Gehrig |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/5/2009#),currentDate) >= 0 then
%>
| July 5 | | Baseball Players Born In Venezuela |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/6/2009#),currentDate) >= 0 then
%>
| July 6 | | Philadelphia Athletics |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/7/2009#),currentDate) >= 0 then
%>
| July 7 | | Won Rookie Of The Year & Played In The World Series The Same Year |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/8/2009#),currentDate) >= 0 then
%>
| July 8 | | Outfielders Who Won The All-Star Game Most Valuable Player Award |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/9/2009#),currentDate) >= 0 then
%>
| July 9 | | All-Star Game Venues |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/10/2009#),currentDate) >= 0 then
%>
| July 10 | | Players With Ten Or More RBI In One Game |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/11/2009#),currentDate) >= 0 then
%>
| July 11 | | Minor League Baseball Cities |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/12/2009#),currentDate) >= 0 then
%>
| July 12 | | American League All-Star Catchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/13/2009#),currentDate) >= 0 then
%>
| July 13 | | Wild Pitches |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/14/2009#),currentDate) >= 0 then
%>
| July 14 | | The All-Star Game |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/15/2009#),currentDate) >= 0 then
%>
| July 15 | | Safeco Field |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/16/2009#),currentDate) >= 0 then
%>
| July 16 | | Spanish Nicknames |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/17/2009#),currentDate) >= 0 then
%>
| July 17 | | Montreal Expos |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/18/2009#),currentDate) >= 0 then
%>
| July 18 | | Saint Louis Browns |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/19/2009#),currentDate) >= 0 then
%>
| July 19 | | Managers Of The New York Mets |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/20/2009#),currentDate) >= 0 then
%>
| July 20 | | Pitchers With Exactly 200 Strikeouts In One Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/21/2009#),currentDate) >= 0 then
%>
| July 21 | | First Time In Baseball In The 21st Century |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/22/2009#),currentDate) >= 0 then
%>
| July 22 | | Players With Exactly 22 Doubles & 22 Home Runs In One Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/23/2009#),currentDate) >= 0 then
%>
| July 23 | | Uniform Numbers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/24/2009#),currentDate) >= 0 then
%>
| July 24 | | The Pine Tar Game |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/25/2009#),currentDate) >= 0 then
%>
| July 25 | | Shortstops With 25 Or More Home Runs In One Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/26/2009#),currentDate) >= 0 then
%>
| July 26 | | Hall Of Fame Left Fielders |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/27/2009#),currentDate) >= 0 then
%>
| July 27 | | 19th Century Pitchers With More Than 300 Strikeouts In One Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/28/2009#),currentDate) >= 0 then
%>
| July 28 | | Washington Senators |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/29/2009#),currentDate) >= 0 then
%>
| July 29 | | Spitball Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/30/2009#),currentDate) >= 0 then
%>
| July 30 | | Players With 300 Career Home Runs Before Their 30th Birthday |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/31/2009#),currentDate) >= 0 then
%>
| July 31 | | Mid Season Trades |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#7/1/2009#),currentDate) >= 0 then
%>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/1/2009#),currentDate) >= 0 then
%>
August 2009
| August 1 | | Montreal Expos |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/2/2009#),currentDate) >= 0 then
%>
| August 2 | | Hall Of Fame Second Basemen |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/3/2009#),currentDate) >= 0 then
%>
| August 3 | | Relievers Who Won The Cy Young Award |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/4/2009#),currentDate) >= 0 then
%>
| August 4 | | Houston Astros Infielders |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/5/2009#),currentDate) >= 0 then
%>
| August 5 | | Baseball Cousins |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/6/2009#),currentDate) >= 0 then
%>
| August 6 | | Those Who Hit A Pinch Hit Home Run In Their First At Bat |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/7/2009#),currentDate) >= 0 then
%>
| August 7 | | New York Giants |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/8/2009#),currentDate) >= 0 then
%>
| August 8 | | Baltimore Orioles Who Wore Number 8 |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/9/2009#),currentDate) >= 0 then
%>
| August 9 | | Saint Louis Cardinals Infielders |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/10/2009#),currentDate) >= 0 then
%>
| August 10 | | Players With Ten Or More Seasons With 100 RBI |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/11/2009#),currentDate) >= 0 then
%>
| August 11 | | The Year There Was None |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/12/2009#),currentDate) >= 0 then
%>
| August 12 | | National League All-Star Catchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/13/2009#),currentDate) >= 0 then
%>
| August 13 | | Left Handed Players With 450 Career Home Runs |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/14/2009#),currentDate) >= 0 then
%>
| August 14 | | Boston Red Sox Batting Champions |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/15/2009#),currentDate) >= 0 then
%>
| August 15 | | Umpires |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/16/2009#),currentDate) >= 0 then
%>
| August 16 | | Players With More Than 60 Home Runs In Their First 1000 At Bats |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/17/2009#),currentDate) >= 0 then
%>
| August 17 | | Nicknames |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/18/2009#),currentDate) >= 0 then
%>
| August 18 | | Roberto Clemente Award Winners |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/19/2009#),currentDate) >= 0 then
%>
| August 19 | | Those Who Played In The World Series & The Little League World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/20/2009#),currentDate) >= 0 then
%>
| August 20 | | 2008 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/21/2009#),currentDate) >= 0 then
%>
| August 21 | | Players Born In Hawaii |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/22/2009#),currentDate) >= 0 then
%>
| August 22 | | Doubles |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/23/2009#),currentDate) >= 0 then
%>
| August 23 | | Stolen Base Champions |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/24/2009#),currentDate) >= 0 then
%>
| August 24 | | Those With 240 Career Home Runs In Their First Eight Seasons |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/25/2009#),currentDate) >= 0 then
%>
| August 25 | | Pitchers Who Gave Up Famous Home Runs |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/26/2009#),currentDate) >= 0 then
%>
| August 26 | | Announcers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/27/2009#),currentDate) >= 0 then
%>
| August 27 | | Pitchers With 10 Wins & 30 Saves In The Same Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/28/2009#),currentDate) >= 0 then
%>
| August 28 | | Most Games Played By Position For The Saint Louis Cardinals |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/29/2009#),currentDate) >= 0 then
%>
| August 29 | | Most Games Played By Position For The Houston Astros |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/30/2009#),currentDate) >= 0 then
%>
| August 30 | | 20th Century Pitchers With More Than 300 Strikeouts In One Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/31/2009#),currentDate) >= 0 then
%>
| August 31 | | Frank Robinson |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#8/1/2009#),currentDate) >= 0 then
%>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/1/2009#),currentDate) >= 0 then
%>
September 2009
| September 1 | | 1991 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/2/2009#),currentDate) >= 0 then
%>
| September 2 | | 1992 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/3/2009#),currentDate) >= 0 then
%>
| September 3 | | 1993 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/4/2009#),currentDate) >= 0 then
%>
| September 4 | | Mike Piazza |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/5/2009#),currentDate) >= 0 then
%>
| September 5 | | 1995 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/6/2009#),currentDate) >= 0 then
%>
| September 6 | | 1996 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/7/2009#),currentDate) >= 0 then
%>
| September 7 | | 1997 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/8/2009#),currentDate) >= 0 then
%>
| September 8 | | 1998 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/9/2009#),currentDate) >= 0 then
%>
| September 9 | | 1999 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/10/2009#),currentDate) >= 0 then
%>
| September 10 | | Most Games Played By Position For The Boston Red Sox |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/11/2009#),currentDate) >= 0 then
%>
| September 11 | | Most Games Played By Position For The New York Yankees |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/12/2009#),currentDate) >= 0 then
%>
| September 12 | | Announcers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/13/2009#),currentDate) >= 0 then
%>
| September 13 | | Grandfathers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/14/2009#),currentDate) >= 0 then
%>
| September 14 | | Pitchers With 400 Complete Games |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/15/2009#),currentDate) >= 0 then
%>
| September 15 | | Federal League |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/16/2009#),currentDate) >= 0 then
%>
| September 16 | | Baseball Players Born In Mexico |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/17/2009#),currentDate) >= 0 then
%>
| September 17 | | Philadelphia Athletics |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/18/2009#),currentDate) >= 0 then
%>
| September 18 | | Most Games Played By Position For The Kansas City Royals |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/19/2009#),currentDate) >= 0 then
%>
| September 19 | | Most Games Played By Position For The San Diego Padres |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/20/2009#),currentDate) >= 0 then
%>
| September 20 | | Pitchers Who Won Twenty Or More Games In One Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/21/2009#),currentDate) >= 0 then
%>
| September 21 | | The House That Ruth Built |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/22/2009#),currentDate) >= 0 then
%>
| September 22 | | More On The House That Ruth Built |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/23/2009#),currentDate) >= 0 then
%>
| September 23 | | Trades |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/24/2009#),currentDate) >= 0 then
%>
| September 24 | | American League Back-To-Back RBI Champions |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/25/2009#),currentDate) >= 0 then
%>
| September 25 | | National League Back-To-Back RBI Champions |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/26/2009#),currentDate) >= 0 then
%>
| September 26 | | Wild Card Teams |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/27/2009#),currentDate) >= 0 then
%>
| September 27 | | Books About Baseball Players |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/28/2009#),currentDate) >= 0 then
%>
| September 28 | | Shea Stadium |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/29/2009#),currentDate) >= 0 then
%>
| September 29 | | Back-To-Back Earned Run Average Champions |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/30/2009#),currentDate) >= 0 then
%>
| September 30 | | Last Place Teams |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#9/1/2009#),currentDate) >= 0 then
%>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/1/2009#),currentDate) >= 0 then
%>
October 2009
| October 1 | | Rod Carew |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/2/2009#),currentDate) >= 0 then
%>
| October 2 | | Those With Two Home Runs After Their First Two Major League Games |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/3/2009#),currentDate) >= 0 then
%>
| October 3 | | Shot Heard 'Round The World |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/4/2009#),currentDate) >= 0 then
%>
| October 4 | | Four Home Runs In One Game |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/5/2009#),currentDate) >= 0 then
%>
| October 5 | | Most Games Played By Position For The Detroit Tigers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/6/2009#),currentDate) >= 0 then
%>
| October 6 | | Team Attendance |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/7/2009#),currentDate) >= 0 then
%>
| October 7 | | No Hitters Thrown By The Chicago White Sox |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/8/2009#),currentDate) >= 0 then
%>
| October 8 | | World Series Records |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/9/2009#),currentDate) >= 0 then
%>
| October 9 | | New York Yankee Outfielders |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/10/2009#),currentDate) >= 0 then
%>
| October 10 | | Designated Hitters |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/11/2009#),currentDate) >= 0 then
%>
| October 11 | | World Series Ejections |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/12/2009#),currentDate) >= 0 then
%>
| October 12 | | Most Games Played By Position For The Pittsburgh Pirates |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/13/2009#),currentDate) >= 0 then
%>
| October 13 | | Those With 300 Home Runs & Less Than 25 Stolen Bases |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/14/2009#),currentDate) >= 0 then
%>
| October 14 | | Players Who Hit Four Home Runs In One World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/15/2009#),currentDate) >= 0 then
%>
| October 15 | | Those With 50 Home Runs & Less Than 100 Walks In The Same Year |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/16/2009#),currentDate) >= 0 then
%>
| October 16 | | Shortstops |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/17/2009#),currentDate) >= 0 then
%>
| October 17 | | Baseball Brothers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/18/2009#),currentDate) >= 0 then
%>
| October 18 | | All-Star Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/19/2009#),currentDate) >= 0 then
%>
| October 19 | | Most Games Played By Position For The Philadelphia Phillies |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/20/2009#),currentDate) >= 0 then
%>
| October 20 | | Mickey Mantle |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/21/2009#),currentDate) >= 0 then
%>
| October 21 | | 21st Century Strikeout Champions |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/22/2009#),currentDate) >= 0 then
%>
| October 22 | | Baseball Players Born On October 22 |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/23/2009#),currentDate) >= 0 then
%>
| October 23 | | American League Pitchers Who Threw A No Hitter |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/24/2009#),currentDate) >= 0 then
%>
| October 24 | | Those With A Career Batting Average Above .340 |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/25/2009#),currentDate) >= 0 then
%>
| October 25 | | Those Who Hit Exactly 50 Doubles In One Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/26/2009#),currentDate) >= 0 then
%>
| October 26 | | Most Games Played By Position For The Cincinnati Reds |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/27/2009#),currentDate) >= 0 then
%>
| October 27 | | Baseball Brothers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/28/2009#),currentDate) >= 0 then
%>
| October 28 | | New York Mets Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/29/2009#),currentDate) >= 0 then
%>
| October 29 | | Saint Louis Cardinals Who Have Hit For The Cycle |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/30/2009#),currentDate) >= 0 then
%>
| October 30 | | American League Pitchers Who Won 30 Games In One Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/31/2009#),currentDate) >= 0 then
%>
| October 31 | | Fred McGriff |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#10/1/2009#),currentDate) >= 0 then
%>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/1/2009#),currentDate) >= 0 then
%>
November 2009
| November 1 | | Old Saint Paul Saints |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/2/2009#),currentDate) >= 0 then
%>
| November 2 | | Players With 2000 Games Who Never Played In The World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/3/2009#),currentDate) >= 0 then
%>
| November 3 | | Managers Who Managed Three Or More Major League Teams |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/4/2009#),currentDate) >= 0 then
%>
| November 4 | | Boston Red Sox Who Have Hit For The Cycle |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/5/2009#),currentDate) >= 0 then
%>
| November 5 | | Those With Five Or More Home Runs & No Doubles In One Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/6/2009#),currentDate) >= 0 then
%>
| November 6 | | Walter Johnson |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/7/2009#),currentDate) >= 0 then
%>
| November 7 | | Nicknames |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/8/2009#),currentDate) >= 0 then
%>
| November 8 | | Los Angeles Dodgers Opening Day Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/9/2009#),currentDate) >= 0 then
%>
| November 9 | | Detroit Tiger Outfielders |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/10/2009#),currentDate) >= 0 then
%>
| November 10 | | Marines Who Played In The Major Leagues |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/11/2009#),currentDate) >= 0 then
%>
| November 11 | | Navy Veterans Who Played In The Major Leagues |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/12/2009#),currentDate) >= 0 then
%>
| November 12 | | Players With 120 Walks & 120 Strikeouts In The Same Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/13/2009#),currentDate) >= 0 then
%>
| November 13 | | Florida Marlins |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/14/2009#),currentDate) >= 0 then
%>
| November 14 | | Detroit Tigers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/15/2009#),currentDate) >= 0 then
%>
| November 15 | | Members Of The 500 Home Run Club |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/16/2009#),currentDate) >= 0 then
%>
| November 16 | | Most Games Played By Position For The Chicago White Sox |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/17/2009#),currentDate) >= 0 then
%>
| November 17 | | Tom Seaver |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/18/2009#),currentDate) >= 0 then
%>
| November 18 | | All-Star Catchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/19/2009#),currentDate) >= 0 then
%>
| November 19 | | Minnesota Twins Infielders |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/20/2009#),currentDate) >= 0 then
%>
| November 20 | | Minnesota Twins Outfielders |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/21/2009#),currentDate) >= 0 then
%>
| November 21 | | National League Pitchers Who Threw A No Hitter |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/22/2009#),currentDate) >= 0 then
%>
| November 22 | | Players With A Kennedy Family Name |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/23/2009#),currentDate) >= 0 then
%>
| November 23 | | Old Baseball Venues |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/24/2009#),currentDate) >= 0 then
%>
| November 24 | | Second Basemen |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/25/2009#),currentDate) >= 0 then
%>
| November 25 | | Joe DiMaggio |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/26/2009#),currentDate) >= 0 then
%>
| November 26 | | Home Runs |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/27/2009#),currentDate) >= 0 then
%>
| November 27 | | Chicago Cubs Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/28/2009#),currentDate) >= 0 then
%>
| November 28 | | Uniform Numbers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/29/2009#),currentDate) >= 0 then
%>
| November 29 | | 2009 National League Opening Day Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/30/2009#),currentDate) >= 0 then
%>
| November 30 | | Nicknames |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#11/1/2009#),currentDate) >= 0 then
%>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/1/2009#),currentDate) >= 0 then
%>
December 2009
| December 1 | | World Baseball Classic |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/2/2009#),currentDate) >= 0 then
%>
| December 2 | | Managers Who Won Two World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/3/2009#),currentDate) >= 0 then
%>
| December 3 | | Triples |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/4/2009#),currentDate) >= 0 then
%>
| December 4 | | Those Whose Uniform Number 4 Was Retired |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/5/2009#),currentDate) >= 0 then
%>
| December 5 | | Pitchers With 50 Career Wins And Zero Career Starts |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/6/2009#),currentDate) >= 0 then
%>
| December 6 | | Players Named Nick |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/7/2009#),currentDate) >= 0 then
%>
| December 7 | | Players Born In Delaware |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/8/2009#),currentDate) >= 0 then
%>
| December 8 | | Angels In The Outfield |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/9/2009#),currentDate) >= 0 then
%>
| December 9 | | Kansas City Royals Outfielders |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/10/2009#),currentDate) >= 0 then
%>
| December 10 | | Sacrifice Fly |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/11/2009#),currentDate) >= 0 then
%>
| December 11 | | Minor Leagues |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/12/2009#),currentDate) >= 0 then
%>
| December 12 | | Philadelphia Phillies Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/13/2009#),currentDate) >= 0 then
%>
| December 13 | | Players Who Hit 300 Home Runs And Pitched One Inning |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/14/2009#),currentDate) >= 0 then
%>
| December 14 | | Uniform Numbers Worn By New York Yankees |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/15/2009#),currentDate) >= 0 then
%>
| December 15 | | Pitchers With 1500 Career Walks |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/16/2009#),currentDate) >= 0 then
%>
| December 16 | | Oakland Athletics |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/17/2009#),currentDate) >= 0 then
%>
| December 17 | | Milwaukee Brewers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/18/2009#),currentDate) >= 0 then
%>
| December 18 | | Ty Cobb |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/19/2009#),currentDate) >= 0 then
%>
| December 19 | | 1912 World Series |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/20/2009#),currentDate) >= 0 then
%>
| December 20 | | Hall Of Famers Who Played For 20 Years With The Same Team |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/21/2009#),currentDate) >= 0 then
%>
| December 21 | | Boston Red Sox Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/22/2009#),currentDate) >= 0 then
%>
| December 22 | | All-Stars From A Big Ten University |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/23/2009#),currentDate) >= 0 then
%>
| December 23 | | Old Baseball Venues |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/24/2009#),currentDate) >= 0 then
%>
| December 24 | | San Diego Padres |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/25/2009#),currentDate) >= 0 then
%>
| December 25 | | Saint Louis Cardinals |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/26/2009#),currentDate) >= 0 then
%>
| December 26 | | Stolen Base Champions |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/27/2009#),currentDate) >= 0 then
%>
| December 27 | | Chicago Cubs Infielders |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/28/2009#),currentDate) >= 0 then
%>
| December 28 | | Uniform Numbers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/29/2009#),currentDate) >= 0 then
%>
| December 29 | | 2009 American League Opening Day Pitchers |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/30/2009#),currentDate) >= 0 then
%>
| December 30 | | Players With 30 Home Runs And 12 Triples In The Same Season |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/31/2009#),currentDate) >= 0 then
%>
| December 31 | | The Last Year |
<% End if %>
<%
' If date is not in the future display the link
if DateDiff("d",CDate(#12/1/2009#),currentDate) >= 0 then
%>