Father's Day is this Sunday. DAD35 ends soon — 35% off every test. Give Dad the gift of knowing.
|
⏳ FATHER’S DAY IS SUNDAY • LAST CHANCE • CODE: DAD35
|
|
👨
🔥 Only 2 Days Left
Father’s Day
Is Sunday.
Still haven’t gotten Dad something? Give him the gift he’ll never buy for himself — real answers about his health. Order today, he can test as soon as tomorrow.
Offer Ends In
|
Use at Checkout
DAD35
35% off every test • Ends Sunday June 21 • No minimum
|
Order Before It’s Gone →
No doctor visit • No insurance • Results in 24–48 hours
|
|
|
Dad Won’t Do This Himself
Men skip checkups. You can change that for him this weekend.
|
⚡
1 in 4 Dads
over 40 have low testosterone — most never check
|
|
❤️
1 in 3 Men
have high cholesterol with zero symptoms
|
|
|
Perfect Father’s Day Gifts
| ⚡ Testosterone Free & Total |
35% OFF |
|
| ❤️ Lipid Panel — Heart Health |
35% OFF |
|
| 🌟 Male Age Management Panel |
35% OFF |
|
| 📈 PSA — Prostate Health |
35% OFF |
|
| 🦈 Thyroid Panel — TSH, T3, T4 |
35% OFF |
|
|
|
Order Today, He Can Test Tomorrow
|
1
Order online
Use DAD35
|
2
Lab order ready
In 2–4 hours
|
3
Dad visits Labcorp
4,000+ locations
|
4
He gets results
Private, 24–48 hrs
|
|
|
Father’s Day Is Sunday • Don’t Wait
DAD35
Get Dad’s Gift Now →
HSA & FSA eligible • Physician order included • No insurance needed
Offer ends Sunday, June 21, 2026 at 11:59 PM
|
|
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("June 21, 2026 23:59:59").getTime();
var timer = setInterval(function() {
var t = deadline - new Date().getTime();
if (t <= 0) {
clearInterval(timer);
["days","hours","minutes","seconds"].forEach(function(id) {
var el = document.getElementById(id);
if (el) el.innerHTML = "00";
});
return;
}
var d = Math.floor(t / (1000*60*60*24));
var h = Math.floor((t % (1000*60*60*24)) / (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("days"); if(el) el.innerHTML = d < 10 ? "0"+d : d;
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);