<!--
function shopcart()
{
document.location.href="http://www.naturesalternatives.com/cgi-bin/shopper.cgi";
}
//  End -->


<!--
//If you take this script. Please give credit where credit is due!
//Please include this website URL statement in your code http://www.naturesalternatives.com
//Try not to exceed 350 characters in addition to the variables.
function recommendSite()  {
var emailAddress = document.recommendMe.emailAddress.value
var friendName = document.recommendMe.friendName.value
var senderName = document.recommendMe.senderName.value
location.href='mailto:' + emailAddress + '?subject=Hey ' + friendName + ', check out http://www.naturesalternatives.com. From ' + senderName + '&amp;body=Hey ' + friendName + ', go visit the http://www.naturesalternatives.com website. I think you would really enjoy it. They have high quality supplements, energy products and more at really great prices. They even have discount packages. Please go check them out!';
}
//-->