// the young athlete //
function nav()
{
	var msg="";
	msg+='<p class="pNav"><a href="http://youngathlete-home.blogspot.com" target="_top">Home</a>&nbsp;&nbsp;&nbsp;<a href="http://youngathlete-services.blogspot.com" target="_top">Services</a>&nbsp;&nbsp;&nbsp;<a href="http://youngathlete-about.blogspot.com" target="_top">About Us</a>&nbsp;&nbsp;&nbsp;<a href="http://youngathlete-hockey.blogspot.com" target="_top"><b>Hockey</b></a>&nbsp;&nbsp;&nbsp;<a href="http://youngathlete-testimonials.blogspot.com" target="_top">Testimonials</a>&nbsp;&nbsp;&nbsp;<a href="http://youngathlete-notices.blogspot.com" target="_top">Noticeboard</a>&nbsp;&nbsp;&nbsp;<a href="http://www.youngathlete.ca/newsletter.html" target="_top">Newsletter</a>&nbsp;&nbsp;&nbsp;<a href="http://youngathlete-resources.blogspot.com" target="_top">Resources</a>&nbsp;&nbsp;&nbsp;<a href="http://youngathlete-contact.blogspot.com" target="_top">Contact Us</a></p>'
	document.write(msg)
}

function profile()
{
	var msg="";
	msg+='<h2>Kim McCullough</h2>'
	msg+='<h3>Director &amp; Founder of The Young Athlete</h3>'
	msg+='<p class="pRofile">"My goal is to give every child the opportunity to develop into a successful young athlete."</p>'
	msg+='<p class="pTestQuote">"To be trained and coached by Kim should be viewed as nothing less than an absolute honour."</p>'
	msg+='<h4>Brian Grasso</h4>'
	msg+='<p class="pTestSideFoot">Executive Director &amp; Founder of the International Youth Conditioning Association<br>'
	msg+='<a href="http://youngathlete-testimonials.blogspot.com" target="_top">More testimonials</a></p>'
	document.write(msg)
}

function signUp()
{
	var msg="";
	msg+='<a href="http://www.youngathlete.ca/newsletter.html"><img src="http://www.youngathlete.ca/kimBits/newsButton.gif" alt="Sign up for the TYA newsletter" border="0"></a>'
	msg+='<h2>TYA newsletter!</h2>'
	msg+='<p><span><a href="http://www.youngathlete.ca/newsletter.html">Click here to sign up</a></span></p>'
	document.write(msg)
}

function links()
{
	var msg="";
	msg+='<h2>Links</h2>'
	msg+='<p class="pLink1"><a href="http://www.iyca.org/" target="_new"><img border="0" alt="IYCA logo" src="http://www.youngathlete.ca/kimBits/iyca_logo.gif"/></a></p>'
	msg+='<p class="pLink2"><a href="http://www.iyca.org/" target="_new">www.iyca.org</a></p>'
	msg+='<p class="pLink1"><a href="http://www.cwhl.ca/" target="_new"><img border="0" alt="Canadian Womens Hockey League" src="http://www.youngathlete.ca/kimBits/cwhl_logo.gif"/></a></p>'
	msg+='<p class="pLink2"><a href="http://www.cwhl.org/" target="_new">www.cwhl.ca</a></p>'
	document.write(msg)
}

function foot()
{
	var msg="";
	msg+='<p class="pFoot">&copy;&nbsp;The Young Athlete 2007&nbsp;&nbsp;|&nbsp;&nbsp;<a href="mailto:info@youngathlete.ca?subject=The Young Athlete: website enquiry">contact us</a></span></p>'
	document.write(msg)
}