SUMMER30 ends tonight at midnight. Last chance for 30% off every health test. No exceptions. No extensions.
|
⏳ SUMMER30 ENDS TONIGHT AT MIDNIGHT
|
|
|
No Extensions. No Exceptions.
The Summer Sale Ends
TONIGHT
30% Off Every Test — Gone at Midnight
If you have been meaning to get tested all summer, tonight is the night. SUMMER30 disappears at midnight and we are not extending it again.
Expires In
|
Use at Checkout — Tonight Only
SUMMER30
30% off every test • No minimum • No exceptions
|
ORDER BEFORE MIDNIGHT →
No doctor visit • No insurance • Physician order included
|
|
|
Last Chance — For Real This Time
Order tonight. Visit Labcorp tomorrow. Get results before the weekend.
30% off every test on our site — testosterone, thyroid, cholesterol, vitamin D, STD panels, hormone profiles, and 400+ more. Use SUMMER30 at checkout before midnight and visit any of 4,000+ Labcorp locations near you. Results in your private account within 24–48 hours.
|
|
🔥 30% Off Tonight Only
| ⚡ Testosterone Free & Total $119
|
SAVE 30% |
|
| ❤️ Lipid Panel — Cholesterol $44
|
SAVE 30% |
|
| 🦈 Thyroid Panel — TSH, T3, T4 $119
|
SAVE 30% |
|
| ☀️ Vitamin D Test $59
|
SAVE 30% |
|
| 🛡 STD Panel — 10 Tests $189
|
SAVE 30% |
|
| 🌟 Comprehensive Wellness Panel $249
|
SAVE 30% |
|
|
|
Order Tonight. Test Tomorrow.
|
1
Order tonight
Use SUMMER30
|
2
Lab order ready
In 2–4 hours
|
3
Visit Labcorp
4,000+ locations
|
4
Get results
24–48 hrs private
|
|
|
20+
Years trusted
|
400+
Tests available
|
4,000+
Lab locations
|
A+
BBB rating
|
|
|
Expires Tonight at Midnight • No Minimum • All 400+ Tests
SUMMER30
30% off — this is the last call
SHOP BEFORE MIDNIGHT →
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() + (12 * 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);