<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




var notes1		= "no"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "242"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "0"		// ADD HEIGHT TO ALL PAGES

var imagewidth		= "200"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "300"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "0"		// SPACING BETWEEN IMAGES




document.write('<br>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="left">');






// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('President<br>One-on-One Coaching Inc.<br>Kingston, Ontario<br></legend>');


document.write('“I have noted – sometimes with awe – Carol’s calm, strong and wise approach to challenges and issues, her sharp insight, her ability to see clearly, question firmly but gently and help others move toward new possibilities and goal-directed action.  Carol is a great coach.  She listens with huge attentiveness and wastes no time gently steering her client to the nub of their own concern by her deft questioning and ability to heighten awareness with a quick turn of phrase.  She helped me get right to the core of my pressing issue and didn’t let me off the hook until I broke through my own resistance.  She was instrumental in helping me devise a plan and an accountability for it, to create the change I desired.  She does so with fierce compassion, warmth and humour.  As a client, I know that she is a powerful catalyst for powerful choice.”  <br>');

document.write('</fieldset>');
document.write('<br><br>');
}






// SIDEBAR IMAGES //

document.write('<img src="picts/leadership.jpg" border="0" width="'+imagewidth+'" height="'+imageheight+'" class="Galborder"></a><br>');

document.write('<img src="picts/spacer.gif" width="15" height="'+spacerheight+'"><br>');


document.write('<br>');








// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('President<br>One-on-One Coaching Inc.<br>Kingston, Ontario<br></legend>');

document.write('“I have noted – sometimes with awe – Carol’s calm, strong and wise approach to challenges and issues, her sharp insight, her ability to see clearly, question firmly but gently and help others move toward new possibilities and goal-directed action.  Carol is a great coach.  She listens with huge attentiveness and wastes no time gently steering her client to the nub of their own concern by her deft questioning and ability to heighten awareness with a quick turn of phrase.  She helped me get right to the core of my pressing issue and didn’t let me off the hook until I broke through my own resistance.  She was instrumental in helping me devise a plan and an accountability for it, to create the change I desired.  She does so with fierce compassion, warmth and humour.  As a client, I know that she is a powerful catalyst for powerful choice.”  <br>');

document.write('</fieldset>');
document.write('<br>');
}















// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->