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

var mess = new Array(
'<a href="PostMoves.html" target="_top" title="Inside post player moves">Playing inside, the low and high post positions.</a>',
'<a href="BallHandling.html" target="_top" title="Ball-handling drills">Ball-handling drills you can do at home.</a>',
'<a href="Dribbling.html" target="_top" title="Basic and more difficult dribble moves">Learn these dribble moves.</a>',
'<a href="Passing.html" target="_top" title="Passing is a most vital skill.">Becoming a good passer.</a>',
'<a href="Shooting.html" target="_top" title="Become a great shooter!">Learn how to shoot correctly.</a>',
'<a href="JumpShot.html" target="_top" title="Jump-shooting">How to shoot the jump shot.</a>',
'<a href="HookShot.html" target="_top" title="Post players, learn the hook shot(s).">How to shoot the hook shot(s).</a>',
'<a href="FreeThrowShooting.html" target="_top" title="Shooting free throws">Become a good free-throw shooter.</a>',
'<a href="Layup.html" target="_top" title="Shooting lay-ups">Correct lay-up technique.</a>',
'<a href="OutsideMoves.html" target="_top" title="1-on-1 guard moves">Tips on playing the outside, guard positions."</a>',
'<a href="PointGuard.html" target="_top" title="Point guard fundamentals">Playing the point guard position.</a>',
'<a href="CuttingAndFaking.html" target="_top" title="Learn how to cut and fake.">How to get open... cutting & faking.</a>',
'<a href="Screens.html" target="_top" title="Learn how to set and use good screens.">How to set screens (picks).</a>',
'<a href="BasketballTrap.html" target="_top" title="learn how to avoid and escape from a trap">How to avoid and escape from  traps.</a>',
'<a href="TransitionOffense.html" target="_top" title="The fast break - playing on the run!">Tips on running the fast break.</a>',
'<a href="VideoClips.html" target="_top" title="Basketball video clips of ball-handling and dribbling drills">Check these ball-handling & dribbling video clips.</a>',
'<a href="VideoClips.html" target="_top" title="Basketball video clips of player fundamentals">Check these video clips of important fundamentals.</a>',
'<a href="OffensiveTips.html" target="_top" title="Offensive tips for players">Basic offensive tips.</a>',
'<a href="DefensiveTips.html" target="_top" title="Basic defensive fundamentals">Basic defensive tips.</a>',
'<a href="BasicDefense.html" target="_top" title="Basic man-to-man defense">Learning to play team man-to-man defense.</a>',
'<a href="Rebounding.html" target="_top" title="Rebounding fundamentals">Be a force under the boards... rebounding tips.</a>',
'<a href="Practicing.html" target="_top" title="Develop and follow a good practice program.">How to practice in the off-season.</a>',
'<a href="Conditioning.html" target="_top" title="Conditioning... be ready to run!">Get in shape! - conditioning.</a>',
'<a href="WhatToEat.html" target="_top" title="Eat right, have the energy to play.">Good nutrition... what to eat.</a>',
'<a href="TryOuts.html" target="_top" title="What coaches look for in players...">How to make the team... try-outs.</a>',
'<a href="Things.html" target="_top" title="Important things to consider.">Mental aspects: some things to think about.</a>',
'<a href="ExceptionalPlayer.html" target="_top" title="What makes a great player GREAT?!">What it takes to become a great player.</a>',
'<a href="RolePlayer.html" target="_top" title="How you can be a great help and important part of the team.">On the bench?  Be a great role player.</a>',
'<a href="Attitude.html" target="_top" title="Have the right attitude... bad attitude will destroy you and the team.">Mental aspects: having the right attitude.</a>',
'<a href="Footwork.html" target="_top" title="Solid footwork is the basis for every basketball skill.">Learning correct footwork, building your foundation.</a>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);

document.write('</span>');
document.write('<br />');
