<!-- 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>');




// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://essential-oils-by-young.com/essential-oil-blends-store-4.htm#Essence_Season0" target="_blank"><img src="http://essential-oils-by-young.com/picts/essence-sidebar.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Essence of the Season<br></legend>');

document.write('Essence of the Season™ lifts spirits and heightens spiritual awareness while refreshing and purifying the air. This exquisite collection of therapeutic grade essential oils and resins possesses rich, exotic fragrances that relate directly to the holiday season. The essential oils can be diffused in the home while the gum resins can be used as potpourri or in the fireplace to release rich fragrance.');
document.write('<a href="http://essential-oils-by-young.com/essential-oil-blends-store-4.htm#Essence_Season0" target="_blank"><br>Order Today!');
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="http://essential-oils-by-young.com/essential-oils-store-2.htm#Lavender" target="_blank"><img src="picts/lavender-flower-small.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('Oils for First Aid<br></legend>');

document.write(' <b>Lavender </b>for burns, stress, allergies, and skin.<br>')
document.write(' <b>Peppermint</b> for congestion, headaches, digestive problems, inflammation.<br>')
document.write(' <b>Lemon</b> is a great antiseptic.<br>')
document.write(' <b>Purification</b> is perfect for bites and stings.<br>')
document.write(' <b>PanAway...</b>just what it says! Great for headaches, migraines, muscle and joint discomfort.<br>')
document.write(' <b>Peace & Calming</b> and <b>Joy</b> are vital when facing a traumatic situation.<br>')
document.write(' All of these oils are packaged conventiently into one Kit called <b>"Essential 7"</b> <br>');
document.write('<a href="http://essential-oils-by-young.com/essential-oil-blends-4.htm#Essential_Seven" target="_blank">Order Today!');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
