
var mess = new Array(
'<a href="http://basketballstore.coachesclipboard.net/PointGuardCollegeReview.html" target="_blank"><img src="http://www.coachesclipboard.net/images/PGCBanner.PNG" alt="Point Guard College" border="1"></a>',
'<a href="http://basketballstore.coachesclipboard.net" target="_blank" title="Get the Coach&#39;s Clipboard Deluxe CD with playbook, animations and video clips!"><img src="http://www.coachesclipboard.net/images/CoachesClipboardBanner7.GIF" width="468" height="60" alt="Get the Coach&#39;s Clipboard Deluxe CD with playbook, animations and video clips!" border="0"></a>',
'<a target="_blank" href="http://basketballstore-coachesclipboard.net"><img src="http://www.coachesclipboard.net/images/CCDVDStoreBannerAnimations.PNG" alt="Basketball DVDs and videos at the Coach&#39;s Clipboard DVD Store!" border=0></a>',
'<a target="_blank" href="http://www.shareasale.com/r.cfm?b=94715&u=228940&m=14091&urllink=&afftrack="><img src="http://www.coachesclipboard.net/images/swish_banner_affiliate3.gif" alt="One of the best shooting videos on the market!" border=1></a>',
'<a href="http://basketballstore.coachesclipboard.net" target="_blank" title="Get the Coach&#39;s Clipboard Deluxe CD with playbook, animations and video clips!"><img src="http://www.coachesclipboard.net/images/CoachesClipboardBanner7.GIF" width="468" height="60" alt="Get the Coach&#39;s Clipboard Deluxe CD with playbook, animations and video clips!" border="0"></a>',
'<a target="_blank" href="http://basketballstore-coachesclipboard.net"><img src="http://www.coachesclipboard.net/images/CCDVDStoreBannerAnimations.PNG" alt="Basketball DVDs and videos at the Coach&#39;s Clipboard DVD Store!" border=0></a>',
'<a href="http://www.coachesclipboard.net/WisselShootingDVDs.shtml" target="_blank"><img src="http://www.coachesclipboard.net/images/basketballworldlongbanner.GIF" width="468" height="60" alt="Take your shooting and game to the next level!" border="0"></a>',
'<a href="http://basketballstore.coachesclipboard.net" target="_blank" title="Get the Coach&#39;s Clipboard Deluxe CD with playbook, animations and video clips!"><img src="http://www.coachesclipboard.net/images/CoachesClipboardBanner7.GIF" width="468" height="60" alt="Get the Coach&#39;s Clipboard Deluxe CD with playbook, animations and video clips!" border="0"></a>',
'<a href="http://www.shareasale.com/r.cfm?b=91578&u=228940&m=13660&urllink=&afftrack=" target="_blank"><img src="http://www.coachesclipboard.net/images/IntelliGymLongBanner.JPG" alt="improve your mental quickness, decision making, basketball IQ, court sense" border="1"></a>',
'<a href="http://983b6xz9mcjcsq18hmzs4veuap.hop.clickbank.net/?tid=COACHGELS" target="_blank"><img src="http://www.coachesclipboard.net/images/bannerEBasketballdrills468x60c.jpg" width="468" height="60" alt="eBasketballdrills.com basketball community from UMass Coach Derek Kellogg" title="eBasketballdrills.com basketball community from UMass Coach Derek Kellogg" border="0"></a>',
'<a target="_blank" href="http://basketballstore-coachesclipboard.net"><img src="http://www.coachesclipboard.net/images/CCDVDStoreBannerAnimations.PNG" alt="Basketball DVDs and videos at the Coach&#39;s Clipboard DVD Store!" border=0></a>',
'<a target="_blank" href="http://basketballstore-coachesclipboard.net"><img src="http://www.coachesclipboard.net/images/CCDVDStoreBannerAnimations.PNG" alt="Basketball DVDs and videos at the Coach&#39;s Clipboard DVD Store!" border=0></a>',
'<a href="http://basketballstore.coachesclipboard.net" target="_blank" title="Get the Coach&#39;s Clipboard Deluxe CD with playbook, animations and video clips!"><img src="http://www.coachesclipboard.net/images/CoachesClipboardBanner7.GIF" width="468" height="60" alt="Get the Coach&#39;s Clipboard Deluxe CD with playbook, animations and video clips!" border="0"></a>',
'<a href="http://basketballstore.coachesclipboard.net/SportDraw.html" target="_blank"><img src="http://www.coachesclipboard.net/images/SportDrawAnimations.PNG" alt="SportDraw diagramming and animation software" title="SportDraw diagramming and animation software" border="1" style="border-color: #C0C0C0;"></a>',
'<a href="http://basketballstore.coachesclipboard.net/Fundraising.html" target="_blank"><img src="http://www.coachesclipboard.net/images/Time to raise fundsAnimations.GIF" alt="Good ways to earn money for your team!" title="Good ways to earn money for your team!" border="1" style="border-color: #C0C0C0;"></a>',
'<a target="_blank" href="http://basketballstore-coachesclipboard.net"><img src="http://www.coachesclipboard.net/images/CCDVDStoreBannerAnimations.PNG" alt="Basketball DVDs and videos at the Coach&#39;s Clipboard DVD Store!" border=0></a>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);

