document.write('<h4>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<i>');
document.write('Today\'s Tips!');
document.write('</i>');
document.write('</h4>');
document.write('<span class="c4">');


linkoftheday = new Array() 
linkoftheday[1] = "<a href='BasketballPackLineDefense.html' target='_top' title='basketball article of the day'>The Packline Defense</a>" 
linkoftheday[2] = "<a href='MatchupPress.html' target='_top' title='basketball article of the day'>Match-up Press Defense</a>" 
linkoftheday[3] = "<a href='MotionOffense.html' target='_top' title='basketball article of the day'>3-2 Motion Offense</a>"
linkoftheday[4] = "<a href='BasketballPlays32MotionOffense.html' target='_top' title='basketball play of the day'>3-2 Motion Offense Plays</a>"  
linkoftheday[5] = "<a href='4Out1InMotionOffense.html' target='_top' title='basketball article of the day'>4-Out 1-In Motion Offense</a>" 
linkoftheday[6] = "<a href='4OutLowMotionOffensePlays.html#BigSeries' target='_top' title='basketball plays of the day'>Big Series</a>" 
linkoftheday[7] = "<a href='BasketballTeaching.html' target='_top' title='basketball article of the day'>Teaching basketball by drill progression</a>" 
linkoftheday[8] = "<a href='SidelinePlays.html' target='_top' title='basketball plays of the day'>Sideline out-of-bounds plays</a>" 
linkoftheday[9] = "<a href='BasketballProgramBuilding.html' target='_top' title='basketball article of the day'>Building a Basketball Program</a>" 
linkoftheday[10] = "<a href='M2MDefense.html' target='_top' title='basketball article of the day'>Man-to-Man Pressure Defense</a>" 
linkoftheday[11] = "<a href='BasketballPlays2Series.html' target='_top' title='basketball plays of the day'>Plays for your shooting guard - the 2 series</a>" 
linkoftheday[12] = "<a href='DribbleDriveMotionOffense.html' target='_top' title='basketball article of the day'>Dribble Drive Motion Offense</a>" 
linkoftheday[13] = "<a href='ZoneOffense.html' target='_top' title='basketball article of the day'>Attacking Zone Defenses</a>" 
linkoftheday[14] = "<a href='BasketballPlays.html#zoneplays' target='_top' title='basketball plays of the day'>Set plays for attacking zone defenses</a>" 
linkoftheday[15] = "<a href='PressBreakers.html' target='_top' title='basketball article of the day'>80-60-40 press offenses... attacking the press</a>" 
linkoftheday[16] = "<a href='4on4on4Drill.html' target='_top' title='basketball drill of the day'>A great transition drill: 4-on-4-on-4</a>" 
linkoftheday[17] = "<a href='MatchupZone131.html' target='_top' title='basketball article of the day'>1-3-1 match-up zone defense</a>" 
linkoftheday[18] = "<a href='FlexOffense.html' target='_top' title='basketball article of the day'>The Flex Offense</a>" 
linkoftheday[19] = "<a href='DefenseShellDrill.html' target='_top' title='basketball drills of the day'>Defensive Shell drills</a>" 
linkoftheday[20] = "<a href='TeamShootingDrills.html' target='_top' title='basketball drills of the day'>Team Shooting Drills</a>" 
linkoftheday[21] = "<a href='ShuffleOffense.html' target='_top' title='basketball article of the day'>The Shuffle Offense</a>" 
linkoftheday[22] = "<a href='PracticePlan.html' target='_top' title='basketball article of the day'>Planning for good practices</a>" 
linkoftheday[23] = "<a href='M2MDrills.html' target='_top' title='basketball drills of the day'>Man-to-man defense breakdown drills</a>" 
linkoftheday[24] = "<a href='BasketballPlaysPointGuardSeries.html' target='_top' title='basketball plays of the day'>Plays for your point guard - the 1-series</a>" 
linkoftheday[25] = "<a href='BasketballPlays.html#OBPlays' target='_top' title='basketball plays of the day'>Baseline out-of-bounds plays</a>" 
linkoftheday[26] = "<a href='14Stack.html' target='_top' title='basketball plays of the day'>1-4 high stack offense plays</a>" 
linkoftheday[27] = "<a href='GuardBreakdownShootingDrills.html' target='_top' title='basketball drills of the day'>Guard Breakdown Shooting Drills</a>" 
linkoftheday[28] = "<a href='AmoebaDefense.html' target='_top' title='basketball article of the day'>The Amoeba defense</a>" 
linkoftheday[29] = "<a href='OBPlay23zone.html' target='_top' title='basketball plays of the day'>Zone out-of-bounds plays</a>" 
linkoftheday[30] = "<a href='122Press.html' target='_top' title='basketball article of the day'>Full-court and half-court 1-2-2 zone presses</a>" 
linkoftheday[31] = "<a href='LowPostOffensiveDrills.html' target='_top' title='basketball drills of the day'>Post-player drills</a>" 

var currentdate = new Date() 
var linknumber = currentdate.getDate() 

document.write(linkoftheday[linknumber] + " ...highlighting a different topic each day.");
document.write('</span>');
document.write('<br>');
document.write('<br>');
