Welcome
Log in using your practitioner credentials
Username
Password
Forgot your password?
Login
×
My Account
0 Items
Laboratory Services
Hair Tissue Mineral Analysis
What Can I Test For?
Hair Sampling Procedure
Laboratory Profiles
Laboratory Sample Reports
Practitioner
Practitioners Homepage
Why Register?
Register As A Practitioner Member
Join Practitioner Plus
Practitioners FAQ
Shop
Supplements
HTMA Profiles
Download Sample Collection Envelope
HTMA Submittal Form
Hair Sample Mailing Address
FAQ
Practitioner’s Login
Plus Members Library
Select Page
Select your currency
USD
United States (US) dollar
SGD
Singapore dollar
//This is for custom sticky header, in combination with css jQuery(window).scroll(function() { var scroll = jQuery(window).scrollTop(); if (scroll >= 30) { jQuery("header.et-l--header").addClass("custom-fixed-header"); } else { jQuery("header.et-l--header").removeClass("custom-fixed-header"); } }); //This wraps the speakers grid title and meta into one container for easier styling jQuery(document).ready(function() { jQuery('.custom-portfolio-grid .et_pb_portfolio_grid_items .project a').each(function() { jQuery(this).nextAll().wrapAll('
'); jQuery(this).next().prepend('
View
'); }); jQuery('.portfolio-custom-button').each(function() { var portfolioBtn = jQuery(this).parent().prev().attr('href'); jQuery(this).attr('href', portfolioBtn); }); }); jQuery(document).ajaxComplete(function() { jQuery('.custom-portfolio-grid .et_pb_portfolio_grid_items .project a').each(function() { jQuery(this).nextAll().wrapAll('
'); jQuery(this).next().prepend('
View
'); }); jQuery('.portfolio-custom-button').each(function() { var portfolioBtn = jQuery(this).parent().prev().attr('href'); jQuery(this).attr('href', portfolioBtn); }); }); //This removes the scrset from portfolio grid, so the images are not blurry jQuery(document).ready(function() { jQuery('.custom-portfolio-grid .et_portfolio_image img').attr('src', function(i, src) { return src.replace( '-400x284', '' ); }); jQuery('.custom-portfolio-grid .et_portfolio_image img').removeAttr('srcset sizes width height'); }); jQuery(document).ajaxComplete(function() { jQuery('.custom-portfolio-grid .et_portfolio_image img').attr('src', function(i, src) { return src.replace( '-400x284', '' ); }); jQuery('.custom-portfolio-grid .et_portfolio_image img').removeAttr('srcset'); jQuery('.custom-portfolio-grid .et_portfolio_image img').removeAttr('sizes'); }); //This code is to clear text from search box labels on the sidebar, so the icon can be injected with css jQuery(document).ready(function() { jQuery('.custom-search-bar .screen-reader-text').text(''); });