<!-- 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		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "140"		// 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('Selecting a Tree<br></legend>');


document.write('Christmas is about families getting together and making memories that will last a lifetime. Selecting ');
document.write('and setting up a real Christmas tree has been part of the memory-making process ever since 1842, when Charles ');
document.write('Minnegerode set up the first real tree in Williamsburg, Va. ');

document.write('To learn more about how to select the perfect real tree for your family, read ');
  
document.write('<a href="http://www.cassenstrees.com/fnr-422-w.pdf" target="_blank" class="sidelink">Selecting an Indiana-Grown Christmas Tree.</a>');


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 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('<p>Maps to Tree Farms<br></legend>');

document.write('<br><a href="http://www.mapquest.com/maps/map.adp?country=US&addtohistory=&address=5038+morehouse+road&city=west+lafayette&state=IN&zipcode=47906&homesubmit=Get+Map" target="_blank">5038 Morehouse Road, West Lafayette, IN<br>');

document.write('<IMG SRC="picts/wlaf.jpg" border="0" vspace="5" class="borders" alt="image"></a><br>');

document.write('<br><a href="http://www.mapquest.com/maps/map.adp?country=US&addtohistory=&address=9500+N+1075+E&city=lafayette&state=IN&zipcode=47905&homesubmit=Get+Map" target="_blank">State Road 25 N and N 1075 E, Lafayette, IN<br>');

document.write('<IMG SRC="picts/delphi.jpg" border="0" vspace="5" class="borders" alt="image"></a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}

// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
