<!-- Begin SIDEBAR RIGHT



var paypal_email	="payments@tearificspices.com"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART
var your_domain		="your-domain.com"	// FOR NEWSLETTER FORM - DO NOT CHANGE
var newsletter		= "yes"	  		// SHOW NEWSLETTER FORM
var extra_paragraph 	= "no"	  		// SHOW ANOTHER PARAGRAPH AT THE BOTTOM
var showimage		= "no"			// SHOW A LINKED SIDEBAR IMAGE
var showscroller	= "yes"			// SHOW THE SCROLLER
var bordercolor		= "7A8DAB"		// SCROLLER BORDER COLOR




// NUDGE DOWN SPACER
document.write('<img src="picts/spacer.gif" height="2" width="10"><br>')




// START TOPIC ONE

document.write('<span class="sidebartitle">');

document.write('Items in Your Cart:<br>');

document.write('</span><span class="sidebartext">');




// START VIEW CART FORM

document.write('<img src="picts/cart-paypal.gif" alt="Order Through Paypal" vspace="5"><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="picts/cart-view-off.gif" border="0" onmouseover="this.src=\'picts/cart-view-on.gif\'" onmouseout="this.src=\'picts/cart-view-off.gif\'"><br>');
document.write('</form>');
document.write('</span>');




document.write('<br>');

document.write('</span><span class="sidebartext">');

document.write('<center>Use Mouse to Control');



// SCROLLER CODE EDIT 3 HTML FILES IN THE SCROLLER FOLDER

if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write(' ')
}
else {

   if (showscroller == "yes") {
document.write('<br>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
}
}






// SMALL PICTURE AREA
   if (showimage == "yes") {
document.write('<center><a href="about.htm"><img src="picts/sidebar-right1.jpg" border="1" vspace="5"></a><br></center>');
}





// START NEWSLETTER TOPIC


document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Tearific Newsletter:<br>');

document.write('</span><span class="sidebartext">');

document.write('Signup here to always be the first to know about New Loose Teas, Spices, & Specials!<br>');




// START NEWSLETTER FORM AREA

if (newsletter == "yes") {

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

document.write('<TABLE cellpadding="3" cellspacing="0" border="0" class="newstable"><tr><td>');
document.write('<TABLE cellpadding="1" cellspacing="0" border="0"><tr><td colspan="2" class="newstext">');
document.write('Subscribe to our Newsletter:<br>');
document.write('</td></tr><tr><td align="left">');
document.write('<form method="POST" target="_blank" action="http://www.tearificspices.com/newsletters/?p=subscribe" style="margin: 0px">');
document.write('<INPUT TYPE="TEXT" name="email" SIZE="16" value=" your@email.com" onFocus="clearText(this)" class="newsform"><br>');
document.write('</td><td align="left">');
document.write('<INPUT TYPE="image" SRC="picts/search-off.gif" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Join Tearific Spices Newsletter"><br>');
document.write('</form>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('Please Note:  Tearific Spices DOES NOT share your e-mail address with any third parties.  We believe in the right to Privacy and respect yours as our Customer!<br>');

document.write('</span>');

}

// END NEWSLETTER FORM AREA








// START TOPIC 4


document.write('<br>');

document.write('<div class="sidebar">');

document.write('<span class="sidebartitle">');

document.write('Spice/Tea Search:');

document.write('<br></span><span class="sidebartext">');

document.write('Need to find a Spice or Tea, quickly?  Tearific\'s search form will get you there fast! Click <a href="search.htm">HERE</a> for details.<br>');

document.write('</span>');




// START TOPIC 5



document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('More Tearific Customers:');

document.write('<br></span><span class="sidebartext">');

document.write('I had searched for several years for a vendor selling Loose Teas. When I found Thyme for Tea at the fairgrounds, I thought I had finally discovered a goldmine. Traci is so knowledgeable about teas and has such a wide variety that I knew my search had ended. This is truly a Tearific place to shop for favorite teas and discover new ones. The tea accessories are unique and many have found their way to my kitchen.<br>');
document.write('<b>- Frances C. -</b><br>');


document.write('<br>');
document.write('I love love love your spices. For one, they are fabulous (and believe me, I\'m a spice fanatic, so I know). Second, I\'ve been having all kinds of problems with spice additives over the past year. I\'ve talked with spice dealers, sent emails, called on phones - I found several companies that claimed to be completely free of additives. Nope. I\'m extremely sensitive to additives, and every single other company that I contacted had spices that I reacted to. After extensive questioning, it turned out that they did have anti-caking agents.  I\'ve been using your spices for 8 months now, with no reactions except pleasure from the taste. Thank you thank you thank you for making it possible for me to enjoy dried spices again!<br>');
document.write('<b>- Heidi -</b><br>');


document.write('<br>');
document.write('<b>Do you want to share your comments about our Spices or Teas?</b><br>');
document.write('<a href="customer_comments.htm">CLICK HERE to submit your comments about Tearific\'s Spices and Loose Teas!  We\'d love to hear from you!</a><br>');



document.write('</span>');







// THIS IS AN EXTRA PARAGRAPH



   if (extra_paragraph == "yes") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Paragraph Title:');

document.write('<br></span><span class="sidebartext">');

document.write('This is an extra paragraph with a linked image you can turn on by changing the above to a yes.<br>');

document.write('<center><a href="about.htm"><img src="picts/sidebar-right2.jpg" border="1" vspace="5"></a><br></center>');

document.write('</span>');

}




//  End -->
