<!-- 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 paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "150"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="sidebartext-right"><tr><td>');


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA
   if (paragraph_1 == "yes") {

document.write('<div align="center"><table cellSpacing="0" cellPadding="0" border="0"><tr><td style="FONT-SIZE: 10pt" vAlign="top" width="100%"><p align="center"><a href="http://cancercoach.ca/members/"><img border="0" src="http://cancercoach.ca/righbox.gif" width="150" height="100"></a></td></tr><tr><td style="FONT-SIZE: 10pt" vAlign="top" width="100%"><span style="font-size: 9px">&nbsp;&nbsp;&nbsp; </span></td></tr><tr><td style="FONT-SIZE: 10pt" vAlign="top" width="100%"><p align="center"><font face="Verdana" style="font-size: 11px; font-weight: 700"><a href="http://www.cancercoach.ca/newsletters.html">ABOUT NEWSLETTERS</a></font></td></tr><tr><td style="FONT-SIZE: 10pt" vAlign="top" width="100%"><div><p align="center"><font face="Verdana" style="font-size: 11px"><strong style="font-weight: 400"><a href="http://www.cancercoach.ca/requestconsultation.html">Subscribe Today</a> | </strong><strong><a href="http://www.cancercoach.ca/members/"><font color="#CE0000">Login</font></a></strong></font></div></td></tr></table></div>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<p><center>');
document.write('<a href="index.html"><img src="images/physician.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('<font color="#1B625D"><b>INSURANCE</b><br></legend>');
document.write('<br><center><a href="insurance.html"><b>Cancer Coaching<br>is Covered by<br>Most Health Plans<br>and is a Medical<br>Tax Deduction</a>');
document.write('</fieldset>');
document.write('<p>');
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" class="formmargin">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="wellwoman\@cogeco.ca">');
document.write('<input type="image" src="picts/cartview-Paypal-off.gif" border="0" name="ViewCart" alt="View Cart" onmouseover="this.src=\'picts/cartview-Paypal-on.gif\'" onmouseout="this.src=\'picts/cartview-Paypal-off.gif\'" width="150" height="24">');
document.write('<input type="hidden" name="display" value="1">');
document.write('</form>');
document.write('<p>');
document.write('<table border="0" cellspacing="0" cellpadding="0">');
document.write('<tr><td><p align="center"><img border="0" src="images/LOGOwithtag.jpg" width="130" height="147">');
document.write('</td></tr>');
document.write('<tr><td><p align="center"><font face="Verdana"><font style="font-size: 11px; font-weight: 700">    <br>');
document.write('Cottage Dreams</font><br>');
document.write('<em><font style="font-size: 11px">PRO-HEALTH Coaching\'s<br>');
document.write('Charity Of Choice.<br><br>');
document.write('</font><u><font style="font-size: 11px"><a target=\_top href="cottagedreams.html"><b>Please click here for<br><b>more information</a></font></u></em></font>');
document.write('</td></tr>');
document.write('</table>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->