<!-- 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		= "250"		// SIDEBAR WIDTH


// NUDGE SPACER
document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA
// Removed <fieldset> from before <legend> in Sidebar Area Paragraph 1 area

document.write('<legend>');
document.write('Please support our school by using link below for all of your Amazon shopping,<br /></legend>');
document.write('<SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/thearomscho-20/8002/500bbf6e-298d-4b7f-915c-541f5933d515"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fthearomscho-20%2F8002%2F500bbf6e-298d-4b7f-915c-541f5933d515&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT><br />');
//document.write('</fieldset>');
document.write('<br /><br />');


   if (paragraph_1 == "yes") {

document.write('<legend>');
document.write('E.O. Distillation<br /></legend>');
document.write('<img src="../picts/distillation-250.jpg" width="200" height="200" border="0" class="borders" title="The Aromatherapy School - Classic Essential Oil Distillation Equipment" alt="The Aromatherapy School - Classic Essential Oil Distillation Equipment"></a><br />')
document.write('Classic Essential Oil Distillation Equipment<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('<img src="../picts/essential-oils-250.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('<legend>');
document.write('Distillation Room<br /></legend>');
document.write('<img src="../picts/distillation-room-250.jpg" width="200" height="128" border="0" class="borders" title="The Aromatherapy School - Essential Oil Distillation Room" alt="The Aromatherapy School - Essential Oil Distillation Room"></a><br />')
document.write('Essential Oil Distillation Room<br />');
//document.write('</fieldset>');
document.write('<br /><br />');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


document.write('<legend>');
document.write('Lavender Field<br /></legend>');
document.write('<img src="../picts/lavender-field-250.jpg" width="200" height="200" border="0" class="borders" title="The Aromatherapy School - Field of Lavender in Provence" alt="The Aromatherapy School - Field of Lavender in Provence"></a><br />')
document.write('Field of Lavender in Provence<br />');
//document.write('</fieldset>');
document.write('<br /><br />');

document.write('<legend>');
document.write('Essential Oils<br /></legend>');
document.write('<img src="../picts/essential-oils-250.jpg" width="200" height="200" border="0" class="borders" title="The Aromatherapy School - Beautiful array of Essential Oils" alt="The Aromatherapy School - Beautiful array of Essential Oils"></a><br />')
document.write('Beautiful array of Essential Oils<br />');
//document.write('</fieldset>');
document.write('<br /><br />');


document.write('</td></tr></table>');


// -- END -->



















