top of page
How TED Works
Pool Guides
Pool Problem Solver
Blog and News
Calculate My Savings
Savings Calculator
Get TED
More
Use tab to navigate through the menu items.
Pool Problem Solver
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; } }); });