<!-- 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 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "115"		// 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('Blues Links<br></legend>');

document.write('Tightwire Pictures('<a href="https://www.evolutionhealth.com/cybershop/view_cart.asp"></a><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="https://www.evolutionhealth.com/cybershop/view_cart.asp"><img src="viewcart.swf"');
document.write('<a href="https://www.evolutionhealth.com/cybershop/checkout.asp"><img src="checkout.swf"');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

ocument.write('<fieldset><legend>');

document.write('"We strive to bring you the highest quality products at the best prices"<br></legend>');

document.write('To the Health Seeker<br></legend>');

document.write('All of the products I have made available to the public are ones I regularly
use to my great benefit. 20+years of search, research, and experiment have resulted in this creme de la creme, my collection of favorites, which have changed my life, and the lives of my private clientele for the positive, and can change yours too. Don't hesitate to email me with any questions regarding any of these products. Yours for health, Blue Dunn</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->