<!-- Begin

// NOTE: Original script by Allwebco Design Corporation http://www.allwebco.com

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS



var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var topspacing		= "1"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH


// NUDGE SPACER

document.write('<img src="images/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" bgcolor="#CCCC66" class="sidebartext-right"><tr><td>');


<!-- BEGIN: Constant Contact Bubble Opt-in Email List Form -->
document.write('<div align="center">');
document.write('<form name="ccoptin" action="http://visitor.constantcontact.com/d.jsp" target="_blank" method="post" style="margin-bottom:3;">');
document.write('<span style="color: #006600"><font style="font-weight: bold; font-family:Arial; font-size:16px; color:#006600;">Join Our Email List</font></span><br>');
document.write('<font style="font-weight: normal; font-family:Arial; font-size:12px; color:#0066CC;">Email:</font>');
document.write('<input type="text" name="ea" size="14" value="" style="font-family: Arial; font-size:12px; border:1px solid #999999;"><br>');
document.write('<input type="submit" name="go" value="JOIN" class="submit"  style="font-family:Arial,Helvetica,sans-serif; font-size:11px;">');
document.write('<input type="hidden" name="m" value="1102649620068">');
document.write('<input type="hidden" name="p" value="oi">');
document.write('</form></div>');
document.write('<hr><br>');

<!-- END: Constant Contact Bubble Opt-in Email List Form -->


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('TLP TIPS<br></legend>');

document.write('Did you know that Teen Coach Tammy offers special incentives to large groups and meeting? Contact us for more information</a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// ICON PICTURE AREA

if (showimage == "yes") {

document.write('<center>');
document.write('Follow us on:<br>');

document.write('<a href="http://www.facebook.com//profile.php?id=1552750206" target="_blank"><img src="images/facebook_icon.GIF" alt="Facebook" border="0"></a>');
document.write(' <a href="http://www.twitter.com/teencoachtammy" target="_blank"><img src="images/twitter_icon.GIF" alt="Twitter" border="0"></a>');
document.write(' <a href="http://www.linkedin.com/in/tammypotosky" target="_blank"><img src="images/linkedin_icon.GIF" alt="LinkedIn" border="0"></a><br>');
document.write('</center>');
document.write('<br>');
}



// SMALL PICTURE AREA

if (showimage == "yes") {

document.write('<br><center>');

document.write('<a href="http://www.coachfederation.org" target="_blank"><img src="images/ICF_logo.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br>');
}

// SMALL PICTURE AREA

if (showimage == "yes") {

document.write('<br><center>');

document.write('<a href="http://www.coachu.com" target="_blank"><img src="images/coach_U.GIF" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br>');
}

// SMALL PICTURE AREA

if (showimage == "yes") {

document.write('<br><center>');

document.write('<a href="http://www.inscapepublishing.com" target="_blank"><img src="images/Inscape_Logo.GIF" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Contact Us<br></legend>');

document.write('<a href="mailto:info@tlplearningsolutions.com">info@tlplearningsolutions.com</a><br>');
document.write('407-312-8521</a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


document.write('</td></tr></table>');


// -- END -->
