var maxAdNo = 6;
var adNo;
var myAd = new Array();

myAd[0] = '<img src="images/banner_boxes.jpg" style="margin-bottom:10px;" alt="Education costs money - ignorance costs more" />';
myAd[1] = '<img src="images/banner_goldfish.jpg" style="margin-bottom:10px;" alt="It&rsquo;s hard to grow when the environment isn&rsquo;t right." />';
myAd[2] = '<img src="images/banner_jumping.jpg" style="margin-bottom:10px;" alt="Under stress you regress – Stay ahead of the curve" />';
myAd[3] = '<img src="images/banner_kid.jpg" style="margin-bottom:10px;" alt="Learning is physical – we learn through our experiences and all experience includes movement" />';
myAd[4] = '<img src="images/banner_rowing.jpg" style="margin-bottom:10px;" alt="Refined movement = refined thinking = refined action = world class performance" />';
myAd[5] = '<img src="images/banner_stressed.jpg" style="margin-bottom:10px;" alt="Everything you do has a cost - not everything you do has a benefit." />';
myAd[6] = '<img src="images/banner_violin.jpg" style="margin-bottom:10px;" alt="Talent can be expanded &amp; refined – elite performers have learned to do this" />';
