Skip to main content

COMPRESSOR TURRET TRAILER

CTT

Turret Trailer

SPECIFICATIONS

1. GVRW : 7,185 lbs.
2. Payload Rating : 4,000 lbs.
3. Reel Width : 68″
4. Reel Diameter : 84″
5. Trailer Length : 16′
6. Trailer Width : 106″
7. Tires : 215/75R 17.5
8. 2” Steel Bar with Locking Collars
9. 1 Manual Turret with 4,500 lbs. capacity
10. Self Lock Turrets with 360 Degree Rotation
11. LED Lights
12. Electric Brakes
13. Download SPEC. SHEET

OPTIONS:
1. Hydraulic Turret Drive Controls.
2. 2.5” Steel Bar.

document.addEventListener('DOMContentLoaded', function () { const zipForm = document.getElementById('dealerZipForm'); if (zipForm) { zipForm.addEventListener('submit', function (e) { e.preventDefault(); const zip = parseInt(document.getElementById('zipInput').value, 10); const trailerName = encodeURIComponent(document.title); const dealerPages = [ { name: 'Rally Trailers MFG', url: 'https://rallytrailermfg.com/rally-trailer-manufacturing-quote-page/', ranges: [[84000, 86999], [89000, 89999], [90000, 96199]] }, { name: 'Elevated Sales', url: 'https://rallytrailermfg.com/elevated-sales-request-a-quote-page/', ranges: [[83200, 83999]] }, { name: 'Tel Quip', url: 'https://rallytrailermfg.com/tel-quip-request-a-quote-page/', ranges: [[75000, 79999], [66000, 67999], [73000, 74999], [71600, 72999]] }, { name: 'ABS Rent', url: 'https://rallytrailermfg.com/abs-rent-request-a-quote-page/', ranges: [[80000, 83199], [59000, 59999], [68000, 69999], [57000, 57999], [58000, 58899]] }, { name: 'Northwest Hydrovac', url: 'https://rallytrailermfg.com/northwest-hydrovac-request-a-quote-page/', ranges: [[97000, 97999], [98000, 99499], [99500, 99999], [96700, 96999]] }, { name: 'Plummettaz American Corp', url: 'https://rallytrailermfg.com/plummettaz-request-a-quote-page/', ranges: [[37000, 39999], [0, 36999]] } ]; let matchedURL = ''; for (let dealer of dealerPages) { for (let range of dealer.ranges) { if (zip >= range[0] && zip <= range[1]) { matchedURL = dealer.url; break; } } if (matchedURL) break; } if (matchedURL !== '') { const redirectURL = `${matchedURL}?trailer=${trailerName}`; console.log('Redirecting to:', redirectURL); window.location.href = redirectURL; } else { alert('ZIP code not recognized. Please contact us directly.'); } }); } });