top of page
Home
How TED Works
Pool Guides
Pool Problem Solver
Savings Calculator
Support and FAQ
Get TED
More
Use tab to navigate through the menu items.
SavingsCalculator
TED Savings Calculator
Don't waste another minute...
Get TED Today - $149
bottom of page
const utmKeys = ["utm_source", "utm_medium", "utm_campaign", "utm_content"]; utmKeys.forEach(key => { const field = document.querySelector(`input[name="${key}"]`); if (field) { const val = sessionStorage.getItem(key); if (val) field.value = val; } }); });