Your Ascend4Life Representative is:
Distributor: Nirvana|
Distributor ID 101091
'; productSubTotal = productSubTotal + (productQty * productPrice); } productSubTotal = roundTotalPrice(productSubTotal, 2); jQuery('#dropdown-cart-wrapper .cart-content').append(dataPrependHTML); jQuery('#dropdown-cart-wrapper .cart-total').append('
Subtotal
' + priceSign + productSubTotal + '
'); if (typeof (jQuery.fn.scrollbar) != undefined && typeof (jQuery.fn.scrollbar) != "undefined") { jQuery('#dropdown-cart-wrapper .scrollbar-content').scrollbar(); } else { jQuery.getScript("/jssrc/ScrollBar/jquery.scrollbar.min.js", function () { jQuery('#dropdown-cart-wrapper .scrollbar-content').scrollbar(); }); } jQuery('#dropdown-cart-wrapper .scroll-bar').on('mousedown', function () { isMouseDown = true; }).on('mousemove', function () { if (isMouseDown == true) { isDragging = true; jQuery('#dropdown-cart-wrapper').addClass('hovered-status'); } }) jQuery('html,#dropdown-cart-wrapper .scroll-bar').mouseup(function () { isMouseDown = false; isDragging = false; jQuery('#dropdown-cart-wrapper').removeClass('hovered-status'); }); jQuery('#dropdown-cart-wrapper #dropdown-preloader').fadeOut(); if (typeof (UserIsCustomer) != undefined && typeof (UserIsCustomer) != "undefined") { if (UserIsCustomer == "False") { jQuery('#dropdown-cart-wrapper .checkout-link').attr('href', anonymousUrl); } else { generateUrlHref(); } } } if (jQuery('#dropdown-cart-wrapper .cart-sub-menu').offset().left 99) { jQuery("#dropdown-cart-wrapper .cart-icon span").text('99+'); jQuery("#dropdown-cart-wrapper .cart-icon").addClass('max-reached'); } else { jQuery("#dropdown-cart-wrapper .cart-icon span").text(data.d.ItemCount); jQuery("#dropdown-cart-wrapper .cart-icon").removeClass('max-reached'); } if (data.d.ItemCount > 9) { jQuery("#dropdown-cart-wrapper .cart-icon").addClass('cart-tenth'); } else { jQuery("#dropdown-cart-wrapper .cart-icon").removeClass('cart-tenth'); } jQuery('#dropdown-cart-wrapper .cart-new-icon').addClass('number-loaded'); } }); } function dropDownCartInit() { try { addDropDownCartInfo(); updateDropdownCartItems(); jQuery('#dropdown-cart-wrapper').on('mouseleave', function () { jQuery(this).removeClass('recalculating-info'); }); } catch (dropDownCartInitError) { } } Sys.WebForms.PageRequestManager.getInstance().add_endRequest(updateDropDownCart); jQuery(document).ready(function () { if (loadColorThief.called != true) { loadColorThief(); } }); jQuery(window).on('load', function () { dropDownCartInit(); try { var color = sessionStorage.getItem('colorThiefRgb'); jQuery('head').append(''); } catch (colorThiefError) { } });
'); var imgtitle = ' Upload Logo'; jQuery('.imgCompanyLogo').wrap(''). /*after('
  ' + imgtitle + '
'); Modified by Jam*/ after('
  ' + imgtitle + '
'); /*jQuery('.wrapper0CLogo').hover( function () { jQuery(this).find('.imagecaptionCLogo').animate({ top: "70%" }, 300); jQuery('.imgWrapperhoverCLogo').hide(); }, function () { jQuery(this).find('.imagecaptionCLogo').animate({ top: "100%" }, 100); jQuery('.imgWrapperhoverCLogo').show(); } );*/ jQuery('.imagecaptionCLogo, .imgDistributorCLogo').on("click", function () { var ar = GetAspectRation(); window.location.href = '' + '?h=' + jQuery('[id$="imgCompanyLogo"]').height() + '&w=' + jQuery('[id$="imgCompanyLogo"]').width() + '&ar=' + ar; //var res = xc(); return false; }); jQuery('.imgCompanyLogo').on("click", function () { window.location.href = '/New-Home-Page/'; return false; }); /*Added by Jam to determine the height of the image to change the top css of the upload logo*/ if (jQuery('.imgCompanyLogo').height() != null) { if (jQuery('.imgCompanyLogo').height()
White page

Ascend4Life offers you the nutritional solutions you need to
enjoy the optimum health you seek. Select any product to make
your purchase or learn more.

{{each Flavors}} {{/each}}
 
Quick LookRead More
Total Allowed Quantity: ${GenericFlavorSKUQty}
{{tmpl($data) "#ListViewFlavors"}}
Enter Quantity
${FlavorSKUName}
'); } else { if (jQuery(this).attr('hascustomattribute').toLowerCase() == "true") { jQuery(this).parents('.product-image').children('div').append(''); } else { jQuery(this).parents('.product-image').children('div').append(''); } } }); jQuery('.navProductWrapper .product-image > div > a').on('click', function (e) { e.preventDefault(); OpenProductDetailPopup(jQuery(this).children('img').attr("productid")); }); jQuery('.product-button-wrapper .pushbutton').removeAttr('onmouseover').removeAttr('onmouseout'); jQuery('.shop-item-wrapper a[id$="hyName"],.product-button-wrapper .pushbutton').on('mouseover', function () { var baseId = jQuery(this).attr('id').replace('_hyName', '').replace('_hyClickToview', ''); jQuery('#' + baseId + '_hyImage').parents('.product-image').addClass('hover-active'); }).on('mouseout', function () { var baseId = jQuery(this).attr('id').replace('_hyName', '').replace('_hyClickToview', ''); jQuery('#' + baseId + '_hyImage').parents('.product-image').removeClass('hover-active'); }); } } /*Added by Jam on 12032019 for adding a script to adjust the height of the product info*/ function adjustProductInfoHeight() { var productInfoHeight = 0; setTimeout(function () { jQuery('#product-catalogue-horizontal-wrapper .navProductWrapper .product-info').each(function () { var thisProductHeight = jQuery(this).outerHeight() + 10; if (thisProductHeight > productInfoHeight) { productInfoHeight = thisProductHeight; } }); productInfoHeight += 5; jQuery('head').append(''); }, 500); } /*End added by Jam on 12032019*/ jQuery(document).ready(function () { if (loadColorThief.called != true) { loadColorThief(); } addDataContent(); /*BindEvents(); Removed by Jam*/ quickLookPopUpInit(); }); jQuery(window).on('load', function () { try { var color = sessionStorage.getItem('colorThiefRgb'); jQuery('head').append(''); } catch (colorThiefError) { } adjustProductInfoHeight(); }); function Show(Item, strName, event) { try { var divName = document.getElementById("productName"); if (divName) { if (typeof (Item) == 'object') { var txtDivName = Item.Text.replace("... ", ""); divName.innerHTML = txtDivName; } else divName.innerHTML = Item; } var divDesc = document.getElementById("productcategorydesc"); divDesc.style.whiteSpace = "normal"; divDesc.style.display = "inline"; jQuery(divDesc).css("display", "inline"); if (divDesc) { if (typeof (Item) == 'object') { divDesc.innerHTML = Item.Attributes["Description"]; } else divDesc.innerHTML = strName; } if (window.event) { /* get the mouse left position */ //Added by Jonnique Wafu 3/20/2013 //x = event.clientX + document.body.scrollLeft + event.srcElement.offsetWidth - 335; /*x = event.clientX + (document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft);*/ x = event.srcElement.offsetParent.offsetLeft + event.srcElement.offsetLeft; /*Updated by Jam on 04042017*/ //End Added by Jonnique Wafu 3/20/2013 //x=event.screenX-event.offsetX; /* get the mouse top position */ //Added by Jonnique Wafu 3/20/2013 //y = event.clientY + document.body.scrollTop - 75; //42 /*y = event.clientY + (document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop);*/ y = event.srcElement.offsetParent.offsetTop + event.srcElement.offsetTop; /*Updated by Jam on 04042017*/ //End Added by Jonnique Wafu 3/20/2013 } else { /* get the mouse left position */ //Added by Jonnique Wafu 3/20/2013 //x = event.clientX + document.body.scrollLeft + event.target.offsetWidth - 335; /*x = event.clientX + (document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft);*/ x = event.srcElement.offsetParent.offsetLeft + event.srcElement.offsetLeft; /*Updated by Jam on 04042017*/ //End Added by Jonnique Wafu 3/20/2013 //x=event.screenX-event.offsetX; /* get the mouse top position */ //Added by Jonnique Wafu 3/20/2013 //y = event.clientY + document.body.scrollTop - 75; //42 /*y = event.clientY + (document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop);*/ y = event.srcElement.offsetParent.offsetTop + event.srcElement.offsetTop; /*Updated by Jam on 04042017*/ //End Added by Jonnique Wafu 3/20/2013 } /* display the pop-up */ //popProductDescription.style.display = "block"; //Added by Jonnique Wafu 6/8/2012 jQuery("#popProductDescription").css("display", "block"); //End Added by Jonnique Wafu 6/8/2012 /* set the pop-up's left */ //popProductDescription.style.left = x - 50; //90 //Added by Jonnique Wafu 6/8/2012 jQuery("#popProductDescription").css("left", x - 290); //End Added by Jonnique Wafu 6/8/2012 /* set the pop-up's top */ //popProductDescription.style.top = y + 40; //50 //Added by Jonnique Wafu 6/8/2012 jQuery("#popProductDescription").css("top", y - 24); //End Added by Jonnique Wafu 6/8/2012 } catch (exception) { } } /* this function hides the pop-up when user moves the mouse out of the link */ function Hide() { try { /* hide the pop-up */ var divName = document.getElementById("productName"); if (divName) { divName.innerHTML = ""; } document.getElementById("productcategorydesc").innerHTML = ""; // popProductDescription.style.display = "none"; //Added by Jonnique Wafu 6/8/2012 jQuery("#popProductDescription").css("display", "none"); //End Added by Jonnique Wafu 6/8/2012 } catch (excption) { } } /*Added by Jam for New Mobile Layout*/ function adjustHeightOnMobile() { var titleHeight = 0, descriptionHeight = 0; jQuery('.navProductWrapper .product-info .product-title').each(function () { if (jQuery(this).height() > titleHeight) { titleHeight = jQuery(this).height(); } }); jQuery('.navProductWrapper .product-info .product-description').each(function () { if (jQuery(this).height() > descriptionHeight) { descriptionHeight = jQuery(this).height(); } }); titleHeight += 5; descriptionHeight += 5; jQuery('head').append(''); } function newShopLayout() { jQuery('[id$="productList"] > tbody').prepend(''); jQuery('[id$="productList"] > tbody > tr > td').each(function () { jQuery(this).detach().appendTo('.new-shop-item-wrapper'); }); ProductFilterLoad(); } function updatePaginationText() { jQuery('[id$="divtotalRecords"] > div .linkbutton,[id$="divToptotalRecords"] > div .linkbutton').each(function () { var text = jQuery(this).text(); if (text.indexOf('[') != -1) { text = text.replace('[', '').replace(']', '') jQuery(this).addClass('selected'); jQuery(this).text(text); } }); } function checkProductButtons() { jQuery('.navProductWrapper .product-button-wrapper > div').each(function () { if (jQuery(this).find('.pushbutton').length div').on('hover', function(){ var itemWidth = jQuery(this).children('span').width() + 31; jQuery(this).children('.shop-sub-category').css('left', itemWidth+'px'); });*/ newShopLayout(); jQuery('#product-catalogue-horizontal-wrapper').show(); ProductFilterLoad(); }); jQuery(window).on('load', function () { adjustHeightOnMobile(); }); Sys.WebForms.PageRequestManager.getInstance().add_endRequest(endRequestFunction); /*End Added by Jam*/
Cart
{{if IsAutoshipItem == false}} ${RetailPriceFormatted} {{else}} ${AutoshipPriceFormatted} {{/if}}
Remove
${SelectedAutoshipItemText}
"; strRow += ""; i = i + 1; if (i >>"; strRow += ""; } i = i + 1; strRow = "" + strRow + ""; tbl += strRow; document.getElementById("relatedCategoriesHeader").innerHTML = relatedCategoryHeaderText; } var popShortDesc = document.getElementById("categorydesc"); popRelatedCategories.innerHTML = tbl; } catch (ex) { //alert(ex.message); } }
ALL
Health
Travel
Travel - TPTNR
" + row.cells[0].value + " " + row.cells[0].value + " 
This website uses cookies to ensure you get the best experience on our website. Learn MoreGot it!

tag. Note: Don\'t add this inside the jQuery(document).ready'); } pThis.forAdmin = function (cId) { if (typeof (UserIsAdmin) != undefined && typeof (UserIsAdmin) != "undefined") { if (UserIsAdmin !== "True") { for (var i = 0; i

These statements have not been evaluated by the Food and Drug Administration. These products are not intended to diagnose, treat, cure or prevent any disease. Ascend4Life, Inc. assumes no responsibility for the improper use of and self-diagnosis and/or treatment using these products. Our products should not be confused with prescription medicine and they should not be used as a substitute for medically supervised therapy. If you suspect you suffer from clinical deficiencies, consult