<!-- 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		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Quote<br></legend>');

document.write('"Trees are like children, they require about 25 years of training to create a solid structure to last a lifetime."<br><br><em>Edward F. Gilman</em><br>');

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><br>');
//}








// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Get Seasonal Tips<br></legend>');
document.write('Check out our <a href=fertilization.pdf>newsletter</a>.<br>Feel free to join our mailing list.</center><br><br>');



document.write('<form name=ccoptin action=http://visitor.constantcontact.com/d.jsp target=_blank method=post style=margin-bottom:2;>');
document.write('<input type=hidden name=m value=1102478489899>');
document.write('<input type=hidden name=p value=oi>');
document.write('<font style=font-weight: normal; font-family:Verdana; font-size:10px; color:#999999;>Your email address</font><input type=text name=ea size=20><br>');
document.write('<img src=picts/spacer.gif border= width=3 height=3 alt=/><br>');
document.write('<center><input type=submit name=go value=Join class=submit style=font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10pt;></center></form>');



document.write('</fieldset>');
//document.write('<a href=http://www.constantcontact.com/safesubscribe.jsp target=_blank><img src=picts/safe-subscribe.gif border= width=168 height=14 alt=/>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1




document.write('</td></tr></table>');


// -- END -->