<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF


var paypal_email     ="your@email.com" // ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART
var showcart         = "no"      // SHOW VIEW CART BUTTON

var showimage_1      = "no"      // SHOW 1ST SIDEBAR IMAGE
var showimage_2      = "no"      // SHOW 2ND SIDEBAR IMAGE
var showimage_3      = "no"     // SHOW 2ND SIDEBAR IMAGE
var showarea_1       = "yes"     // SHOW THE 1ST PARAGRAPH
var showarea_2       = "yes"      // SHOW THE 2ND PARAGRAPH
var showarea_3       = "no"      // SHOW THE 2ND PARAGRAPH
var showbookmark     = "yes"     // SHOW THE BOOKMARK PAGE LINK
var showreorder      = "no"      // SHOW THE REORDER LINK
var links            = "no"     // SHOW SAMPLE LINKS IN THE SIDEBAR
var movedown         = "45"      // SIDEBAR SPACE FROM TOP


function link() {};

function getSponsorLink() 
{
   linkHTML = new link();
   number = 0;

   // Link Array
   linkHTML[number++] = "<A HREF=http://www.fengshui4succ.com TARGET=_blank>Feng Shui For Success<BR>Balance the Ch'i energy in your environment</A>";
   linkHTML[number++] = "<A HREF=http://www.learnhomeopathnow.com TARGET=_blank>Learn Homeopathy Now<BR>Homeopathy and Bach Flower Essence Training</A>";
   linkHTML[number++] = "<A HREF=http://www.bachcentre.com TARGET=_blank>The Bach Centre<BR>The ultimate source for all things Bach</A>";
   linkHTML[number++] = "<A HREF=http://www.bachflower.com TARGET=_blank>Bach Flower Essences<BR>Individual Remedies and Information</A>";
   linkHTML[number++] = "<A HREF=http://www.rainbowcrystal.com TARGET=_blank>Beyond the Rainbow<BR>Tools for Personal Empowerment</A>";
   linkHTML[number++] = "<A HREF=http://www.dshelmdc.com TARGET=_blank>Dr. Daniel Helm<BR>Friend, Practitioner and Physician</A>";

   // keep adding items here...

   increment = Math.floor(Math.random() * number);

   return(linkHTML[increment]);
}


document.write('<img src="/images/spacer.gif" height="'+movedown+'" width="130"><br>');

document.write('<TABLE cellpadding="2" cellspacing="0" width="130" border="0" class="smalltext" align=left><tr><td valign="top" align="center">');



// FIRST IMAGE AREA


if (showimage_1 == "yes") 
{
   document.write('<a href="/store" alt="Visit our Store Today"><IMG SRC="/images/VisitStore.gif" border="0" width="150" height="100" class="borders" alt="Visit our Store Today"></a><br><br>');
}

// START FIRST TEXT AREA

   if (showarea_1 == "yes") {
   
document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Search our site:</span></legend>');
document.write('<CENTER>');

document.write('<FORM METHOD=POST ACTION=/cgi-bin/search.cgi>');

document.write('<INPUT TYPE="text" NAME="keywords" SIZE="15" MAXLENGTH="60"> <INPUT TYPE="IMAGE" SRC="/images/search.gif" NAME="search_request_button.x" BORDER=0>');
document.write('</FORM>');
document.write('</CENTER>');

document.write('</fieldset>');
document.write('<br><br>');
}

// END FIRST TEXT AREA


if (showbookmark == "yes") {
document.write('<A HREF="JavaScript:addToFavorites();">Bookmark this Page!</A>');
document.write('<br><br>');
}


// SECOND IMAGE AREA


if (showimage_2 == "yes") {
document.write('<a href="/store"><IMG SRC="/images/sidebar-2.jpg" border="0" width="150" height="100" class="borders"></a><br><br>');
}


if (showreorder == "yes") {
   document.write('<a href="/reorder">Reorder Your Last Product!</a><br><br>');
}



// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext">');
document.write('<legend><span class="subtitle">Site Map:</span></legend>');

document.write('<div class="smalltext" style="text-align:left;"><a href="http://www.questfortheempoweredself.com/index.html">Home</a>');
document.write('<div class="smalltext" style="text-align:left;"><a href="http://www.questfortheempoweredself.com/about.html">About Us</a>');
document.write('<div class="smalltext" style="text-align:left;"><a href="http://www.questfortheempoweredself.com/mission.html">Our Mission</a>');
document.write('<div class="smalltext" style="text-align:left;"><a href="http://www.questfortheempoweredself.com/contact.html">Contact Us</a>');
document.write('<div class="smalltext" style="text-align:left;"><a href="http://www.questfortheempoweredself.com/links">Favorite Links</a>');
document.write('<div class="smalltext" style="text-align:left;"><a href="http://www.questfortheempoweredself.com/book.php">The Book</a>');
document.write('<div class="smalltext" style="text-align:left;"><a href="http://www.questfortheempoweredself.com/testimonials.html">Testimonials</a>');
document.write('<div class="smalltext" style="text-align:left;"><a href="http://www.questfortheempoweredself.com/store">Shop Online</a>');
document.write('<div class="smalltext" style="text-align:left;"><a href="http://www.questfortheempoweredself.com/account">My Account</a>');
document.write('<div class="smalltext" style="text-align:left;"><a href="http://www.questfortheempoweredself.com/cart">View Cart</a>');

document.write('</fieldset>');
document.write('<br><br>');
}
// END SECOND TEXT AREA




// START VIEW CART CODE
   if (showcart == "yes") {

document.write('<img src="/images/cart-paypal.gif" alt="Payments By Paypal" vspace="2"><br>');
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" style="margin: 0px">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="'+paypal_email+'">');
document.write('<input type="hidden" name="display" value="1">');
document.write('<input type="image" SRC="/images/cart-view-off.gif" onmouseover="this.src=\'images/cart-view-on.gif\'" onmouseout="this.src=\'images/cart-view-off.gif\'"><br>');
document.write('</form><br><br>');
}





// SAMPLE LINKS AREA
if (links == "yes") {

   document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
   document.write('<span class="subtitle">A Favorite Site:</span></legend>');
   document.write('<CENTER>');
   document.write(getSponsorLink());
   document.write('</CENTER>');
   document.write('</fieldset>');
   document.write('<br><br>');
}
// SAMPLE LINKS AREA



// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<a href="/cgi-bin/store/index.cgi?show_discounts=yes"><IMG SRC="/images/store/site/cart-specials.jpg" border="0" width="150" height="110" class="borders"></a><br><br>');
}




// START THIRD TEXT AREA
   if (showarea_3 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Why Register?</span></legend>');

document.write('<div class="smalltext">Registered users can subscribe to our newsletter, check out quickly and get product <b>discounts</b> and <b>free</b> Consultations.  It costs nothing, so ');

document.write('<a href="/register">Register Now!</a></div>');

document.write('</fieldset>');
document.write('<br><br>');
}
// END THIRD TEXT AREA

document.write('</td></tr></table>');

//  End -->
