Ladespule Lichtspule mit Sicherung passend für Briggs & Stratton 191707 Motor

Artikelnummer: 7119303

var holidays = new Set(); document.addEventListener("DOMContentLoaded", function() { var countdownContainer = document.getElementById("countdown-container"); fetchHolidays() .then(function() { countdownContainer.style.display = "flex"; updateCountdown(); setInterval(updateCountdown, 1000); }) .catch(function(error) { console.error("Fehler beim Laden der Feiertage:", error); }); }); function fetchHolidays() { var apiUrl = "https://feiertage-api.de/api/?jahr=" + new Date().getFullYear() + "&nur_land=NW"; return fetch(apiUrl) .then(function(response) { if (!response.ok) { throw new Error("Feiertage konnten nicht geladen werden"); } return response.json(); }) .then(function(data) { holidays.clear(); Object.values(data).forEach(function(h) { holidays.add(h.datum); }); console.log('feiertage', holidays); }); } function getNextBusinessDay(date) { do { date.setDate(date.getDate() + 1); } while (date.getDay() === 6 || date.getDay() === 0 || holidays.has(date.toISOString().split('T')[0])); return date; } function runTest() { const testDate = document.getElementById("test-date").value; if (!testDate) { alert("Bitte ein Testdatum auswählen!"); return; } updateCountdown(testDate); } function updateCountdown(customDate) { var countdownText = document.getElementById("countdown-text"); if (!countdownText) return; var now = customDate ? new Date(customDate) : new Date(); var bestellSchluss = new Date(now); bestellSchluss.setHours(15, 0, 0, 0); if (now.getDay() === 6 || now.getDay() === 0 || holidays.has(now.toISOString().split('T')[0])) { bestellSchluss = getNextBusinessDay(bestellSchluss); } else if (now >= bestellSchluss) { bestellSchluss = getNextBusinessDay(bestellSchluss); } var versandTag = new Date(bestellSchluss); if (now >= bestellSchluss) { versandTag = getNextBusinessDay(versandTag); } var diff = bestellSchluss - now; var hours = Math.floor(diff / (1000 * 60 * 60)); var minutes = Math.floor((diff / (1000 * 60)) % 60); var seconds = Math.floor((diff / 1000) % 60); document.getElementById("hours").textContent = hours.toString().padStart(2, '0'); document.getElementById("minutes").textContent = minutes.toString().padStart(2, '0'); document.getElementById("seconds").textContent = seconds.toString().padStart(2, '0'); var today = new Date().toDateString(); var bestellTagHeute = bestellSchluss.toDateString() === today; var versandTagHeute = versandTag.toDateString() === today; var bestellTagName = bestellTagHeute ? "heute" : bestellSchluss.toLocaleDateString("de-DE", { weekday: "long" }); var versandTagName = versandTagHeute ? "noch heute" : "am " + versandTag.toLocaleDateString("de-DE", { weekday: "long" }); var newText = "Bestellen Sie Ihre Auftrag bis " + bestellTagName + ",\n 15:00 Uhr " + "damit es " + versandTagName + " verschickt wird."; if (countdownText.innerText !== newText) { countdownText.innerText = newText; } }

1 Monat Rückgaberecht

Ladespule Lichtspule Alternator kompatibel mit Briggs & Stratton 191707 Motor

Mit Flachstecker, Schrauben und Unterlegscheiben zur Montage.

Durchmesser ca. 13,5 cm

Diese Ladespule ist kompatibel mit folgenden Motorenmodellen von Briggs & Stratton:

191707-0115-XX, 191707-0118-XX, 191707-0119-XX, 191707-0120-XX, 191707-0123-XX, 191707-0124-XX, 191707-0125-XX, 191707-0126-XX, 191707-0127-XX, 191707-0525-XX, 191707-0526-XX, 191707-0615-XX, 191707-0626-XX, 191707-0628-XX, 191707-0629-XX, 191707-0631-XX, 191707-0632-XX, 191707-0635-XX, 191707-0636-XX, 191707-0637-XX, 191707-0639-XX, 191707-0640-XX, 191707-0641-XX, 191707-0642-XX, 191707-0644-XX, 191707-0645-XX, 191707-0646-XX, 191707-0647-XX, 191707-0648-XX, 191707-0649-XX, 191707-0651-XX, 191707-0653-XX, 191707-0654-XX, 191707-0655-XX, 191707-0657-XX, 191707-0658-XX, 191707-0659-XX, 191707-0661-XX, 191707-0663-XX, 191707-0667-XX, 191707-0668-XX, 191707-0670-XX, 191707-0674-XX, 191707-0675-XX, 191707-0679-XX, 191707-0681-XX, 191707-0685-XX, 191707-0692-XX, 191707-0696-XX, 191707-0700-XX, 191707-0703-XX, 191707-0704-XX, 191707-0705-XX, 191707-0706-XX, 191707-2171-01, 191707-5025-XX, 191707-5026-XX, 191707-5027-XX, 191707-5128-XX, 191707-5129-XX, 191707-5132-XX, 191707-5134-XX, 191707-5138-XX, 191707-5142-XX, 191707-5144-XX, 191707-5147-XX, 191707-5149-XX

Herstellerinformationen

MA-Versand GmbH

In der Laach- 1-3

53925 Kall

info@ma-versand.de