<!-- Begin

// 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 assessment   	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3     = "yes"     // SHOW THE 3RD PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "15"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH


// START RIGHT SIDEBAR AREA asseesment EDIT THIS AREA

   if (assessment == "yes") {

document.write('<br/><fieldset><legend style=\"width:140;\">');
document.write('<a href ="http://www.processcoachinginc.com/Assessment%20Inquiry.htm"><i>Get An Assessment Quote</i></a></legend>');
document.write('<i><b> <br/>We can help get you started on your improvement journey!</b></i></center>');
document.write('</fieldset>');
document.write('<br/><br/>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<br/><fieldset><legend>');

document.write('Sign Up for Our <br/><i>Email Newsletter</i><br/></legend>');

document.write('<div align="center"><div style="width:160px; ">');
document.write('<form name="ccoptin" action="http://visitor.constantcontact.com/d.jsp" target="_blank" method="post" style="margin-bottom:3;">');
document.write('<span style="background-color: #006699; float:right;margin-right:5;margin-top:3"><img src="http://img.constantcontact.com/ui/images1/visitor/email1_trans.gif" alt="Email Newsletter icon" border="0"></span>');
document.write('<input type="text" name="ea" size="20" value="" style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10px; border:1px solid #999999;" />');
document.write('<input type="submit" name="go" value="Submit" style="font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px;"/>');
document.write('<input type="hidden" name="m" value="1102459509669"/>');
document.write('<input type="hidden" name="p" value="oi"/> <br />');
document.write('</form></div></div>');

document.write('<div align="center" style="padding-top:5px;">');
document.write('<a href="http://www.constantcontact.com/safesubscribe.jsp" target="_blank">');
document.write('<img src="http://img.constantcontact.com/ui/images1/safe_subscribe_logo.gif" border="0" width="168" alt=""/></a>');
document.write('</div>');

document.write('<div align="center" style="font-family:Arial,Helvetica,sans-serif;font-size:8px;">');
document.write('<a href="http://www.constantcontact.com/index.jsp" style="text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:10px;color:Black;" target="_blank">For Email Marketing you can trust</a> </div>');

document.write('</fieldset>');
document.write('<br/><br/>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br/><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br/>');
document.write('</center>');
document.write('<br/><br/>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<br/><center>');
document.write('<a href="http://blog.processcoachinginc.com"><img src="images/blogimage.jpg" border="1" class="borders" width="120"></a><br/>');
document.write('</center>');
document.write('<br/><br/>');
}

// END RIGHT SIDEBAR AREA PARAGRAPH 2






document.write('</td></tr></table>');


// -- END -->
