function header1(){
hold="";
hold=hold+"<center>";
hold=hold+ "<br><br>";
hold=hold+ "<table width='586' border='1' cellspacing='0' cellpadding='0' align='center'>";
hold=hold+ "<tr><td>";
hold=hold+ "<img src='buttons/tagline.jpg' width='293' height='197' border='0' alt='Go For It!'>";
hold=hold+ "</td><td>";
hold=hold+ "</TD></tr>";
hold=hold+ "</table>";
hold=hold+ "</center>";

document.write(hold);

}

function header(){
hold="";
hold=hold+"<center>";
hold=hold+ "<br><br>";
hold=hold+"<font color='#000080' text-decoration= none font-size='14px' align='center' font-face=Arial>";
//hold=hold+ "(Please excuse our appearance while we reconstruct our website.)</font><br><br>";
// leave goforit as font-size 14 //

hold=hold+"<!--<p class='head'>Go For It!&#153; \"When you're ready to play big.\"</p>--><img src='assets/images/header.jpg'><br><br>";

hold=hold+"<a class='green' HREF='home.html'  onfocus='this.blur()'>HOME</a>&nbsp;&nbsp;&nbsp;&nbsp;";

hold=hold+"<a class='blue' HREF='freee.html' onfocus='this.blur()'>FREE OFFER</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";

hold=hold+"<a class='green' href='missionec.html' onfocus='this.blur()'>MISSION STATEMENT</a>&nbsp;&nbsp;&nbsp;&nbsp;";

hold=hold+"<a class='blue' HREF='add.html' onfocus='this.blur()'>ADD COACHING</a>&nbsp;&nbsp;&nbsp;&nbsp;";


hold=hold+"<a class='green' HREF='cservicesex.html' onfocus='this.blur()'>SERVICES</a><br><br>";

hold=hold+"<a class='blue' HREF='gene.html' onfocus='this.blur()'>FAQ</a>&nbsp;&nbsp;&nbsp;";

hold=hold+"<a class='green' href='contactex.html' onfocus='this.blur()'>CONTACT INFO</a>&nbsp;&nbsp;&nbsp;";

hold=hold+"<a class='blue' HREF='quiz.html' onfocus='this.blur()'>QUIZ</a>&nbsp;&nbsp;&nbsp;";

//hold=hold+"<a class='green' href='weblinks.html'>PROFESSIONAL LINKS</a>&nbsp;&nbsp;&nbsp;";
hold=hold+"<a class='green' href='bene.html' onfocus='this.blur()'>ADDED VALUE</a>&nbsp;&nbsp;&nbsp;&nbsp;";

hold=hold+"<a class='blue' HREF='trainet.html' onfocus='this.blur()'>TRAINING</a>&nbsp;&nbsp;&nbsp;";

hold=hold+"<a class='green' href='peoplethink.html' onfocus='this.blur()'>CLIENT SPEAK</a>";
document.write(hold);

}

function linker1(){

hold ="";
hold=hold+"<table align='center' cellpadding='0' cellspacing='0' border='0'>";
hold=hold+"<tr><td>&nbsp;</td></tr>";
hold=hold+"<tr>";
hold=hold+"<td width='65' align='center'><a HREF='index.html' onfocus='this.blur()'><img src='buttons/homeg.jpg' width='45' height='25' border='0' alt='HOME'></a></td>";
hold=hold+"<td width='95' align='center'><a HREF='freee.html' onfocus='this.blur()'><img src='buttons/freeofferb.jpg' width='75' height='25' border='0' alt='Free Offer'></a></td>";
hold=hold+"<td width='155' align='center'><a href='missionec.html' onfocus='this.blur()'><img src='buttons/missionstatementg.jpg' width='135' height='25' border='0' alt='Mission Statement'></a></td>";
hold=hold+"<td width='125' align='center'><a HREF='add.html' onfocus='this.blur()'><img src='buttons/addcoachingb.jpg' width='105' height='25' border='0' alt='ADD Coaching'></a></td>";
hold=hold+"<td width='85' align='center'><a href='bene.html' onfocus='this.blur()'><img src='buttons/benefitsg.jpg' width='65' height='25' border='0' alt='Benefits'></a></td>";
hold=hold+"<td width='85' align='center'><a HREF='cservicesex.html' onfocus='this.blur()'><img src='buttons/servicesb.jpg' width='65' height='25' border='0' alt='Services'></a></td>";
hold=hold+"</tr>";
hold=hold+"</table>";
document.write(hold);

hold ="";
hold=hold+"<table align='center' cellpadding='0' cellspacing='0' border='0'>";
hold=hold+"<tr><td>&nbsp;</td></tr>";
hold=hold+"<tr>";
hold=hold+"<td width='55' align='center'><a HREF='gene.html' onfocus='this.blur()'><img src='buttons/faqb.jpg' width='32' height='25' border='0' alt='FAQ'>";
hold=hold+"</a></td>";
hold=hold+"<td width='143' align='center'><a HREF='choose.html' style='color:#008080;text-decoration: none;font-size:14pt' onfocus='this.blur()'><img src='buttons/youmaychooseg.jpg' width='120' height='25' border='0' alt='Services'></a></td>";
hold=hold+"<td width='113' align='center'><a href='contactex.html' onfocus='this.blur()'><img src='buttons/contactinfob.jpg' width='90' height='25' border='0' alt='Services'></a></td>";
hold=hold+"<td width='63' align='center'><a HREF='quiz.html' onfocus='this.blur()'><img src='buttons/quizg.jpg' width='40' height='25' border='0' alt='Services'></a></td>";
hold=hold+"<td width='153' align='center'><a href='weblinks.html' onfocus='this.blur()'><img src='buttons/professionallinksb.jpg' width='130' height='25' border='0' alt='Services'></a></td>";
hold=hold+"<td width='83' align='center'><a HREF='trainet.html' onfocus='this.blur()'><img src='buttons/trainingg.jpg' width='60' height='25' border='0' alt='Services'></a></td>";
hold=hold+"</tr>";
hold=hold+"</table>";
document.write(hold);
}

function footer(){
var placer1="";
placer1=placer1+"<span class=normal>&copy;2008 - Go For It!&#153; </span><br>";
document.write(placer1);
}
