Last chance — 30% off every health test ends in 20 hours. Code PRIME30.
|
⏳ ENDS IN 20 HOURS • CODE: PRIME30
|
|
🔥 Final Hours
Last Chance.
30% Off Ends in 20 Hours.
Health Deal Days wrap up in 20 hours. 400+ tests, no doctor visit, no insurance. Once it's gone, it's gone.
Deal Ends In
|
Use Within 20 Hours
PRIME30
30% off every test • No minimum • Ends in 20 hours
|
Order Within 20 Hours →
No doctor visit • No insurance • Results in 24–48 hours
|
|
|
Last Call — Most Popular
All 30% off with code PRIME30
| ⚡ Testosterone Free & Total |
30% OFF |
|
| ❤️ Lipid Panel — Cholesterol |
30% OFF |
|
| 🦈 Thyroid Panel — TSH, T3, T4 |
30% OFF |
|
| ☀️ Vitamin D Test |
30% OFF |
|
| 🌟 Comprehensive Wellness Panel |
30% OFF |
|
|
|
20+
Years trusted
|
400+
Tests available
|
4,000+
Lab locations
|
A+
BBB rating
|
|
|
Sale Ends in 20 Hours
PRIME30
Shop Now — Last Chance →
HSA & FSA eligible • Physician order included • No insurance needed
|
|
Personalabs, Inc. | personalabs.com | (888) GET-LABS
You're receiving this because you signed up at personalabs.com.
Unsubscribe |
Manage Preferences |
View in Browser
|
|
var deadline = new Date().getTime() + (20 * 60 * 60 * 1000);
var timer = setInterval(function() {
var t = deadline - new Date().getTime();
if (t <= 0) {
clearInterval(timer);
["hours","minutes","seconds"].forEach(function(id) {
var el = document.getElementById(id);
if (el) el.innerHTML = "00";
});
return;
}
var h = Math.floor(t / (1000*60*60));
var m = Math.floor((t % (1000*60*60)) / (1000*60));
var s = Math.floor((t % (1000*60)) / 1000);
var el;
el = document.getElementById("hours"); if(el) el.innerHTML = h < 10 ? "0"+h : h;
el = document.getElementById("minutes"); if(el) el.innerHTML = m < 10 ? "0"+m : m;
el = document.getElementById("seconds"); if(el) el.innerHTML = s < 10 ? "0"+s : s;
}, 1000);