<!-- 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-supplements-store-2.htm#Sulfurzyme_Powder" target="_blank"><img src="http://essential-oils-by-young.com/picts/arthritis-walk.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('Sulfurzyme<br></legend>');

document.write('Sulfurzyme &reg; has a unique combination of Methylsulfonylmethane (MSM), the protein building compound found in breast milk and Lyceum Barbarum (Ningxia Wolfberry Powder) that together create a product to revive the immune system and supports almost every body function and forestalls an array of degenerative conditions. MSM has the ability to equalize water pressure inside of the cells is a considerable benefit to those that suffer from bursitis, arthritis and tendonitis. It also activates enzymes, helps the body assimilate vitamins and metabolizes carbohydrates.Sulfurzyme may also help with symptoms of sulfur deficiency, such as poor nail and hair growth, falling hair, eczema, dermatitis, poor muscle tone, acne, gout, rheumatism, arthritis, Multiple Sklerosis, Parkinsons, Lou Gehrigs and Alzheimers disease.<br><br>');
document.write('<a href="http://essential-oils-by-young.com/essential-supplements-store-2.htm#Sulfurzyme_Powder" target="_blank">Order Today!');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1




document.write('</td></tr></table>');


// -- END -->
