<br />
<b>Notice</b>:  Trying to get property 'ID' of non-object in <b>/home/techfocu/public_html/wp-includes/class-wp-query.php</b> on line <b>4121</b><br />
<br />
<b>Notice</b>:  Trying to get property 'post_title' of non-object in <b>/home/techfocu/public_html/wp-includes/class-wp-query.php</b> on line <b>4123</b><br />
<br />
<b>Notice</b>:  Trying to get property 'post_name' of non-object in <b>/home/techfocu/public_html/wp-includes/class-wp-query.php</b> on line <b>4125</b><br />
<!DOCTYPE html>
<html lang="en-US" class="no-js">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
		<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
	<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
	<script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<title>Page not found &#8211; EEJournal</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//www.eejournal.com' />
<link rel='dns-prefetch' href='//secure.gravatar.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel='dns-prefetch' href='//v0.wordpress.com' />
<link rel='dns-prefetch' href='//widgets.wp.com' />
<link rel='dns-prefetch' href='//s0.wp.com' />
<link rel='dns-prefetch' href='//0.gravatar.com' />
<link rel='dns-prefetch' href='//1.gravatar.com' />
<link rel='dns-prefetch' href='//2.gravatar.com' />
<link rel="alternate" type="application/rss+xml" title="EEJournal &raquo; Feed" href="https://www.eejournal.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="EEJournal &raquo; Comments Feed" href="https://www.eejournal.com/comments/feed/" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v8.3.2 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=UA-10887064-1"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var mi_version = '8.3.2';
				var mi_track_user = true;
				var mi_no_track_reason = '';
				
								var disableStrs = [
															'ga-disable-UA-10887064-1',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						if ( document.cookie.indexOf( disableStrs[ index ] + '=true' ) > -1 ) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if ( __gtagTrackerIsOptedOut() ) {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						window[ disableStrs[ index ] ] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						document.cookie = disableStrs[ index ] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[ disableStrs[ index ] ] = true;
					}
				}

				if ( 'undefined' === typeof gaOptout ) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if ( mi_track_user ) {
					function __gtagDataLayer() {
						dataLayer.push( arguments );
					}

					function __gtagTracker( type, name, parameters ) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply( null, arguments );
							return;
						}

						if ( type === 'event' ) {
							
															parameters.send_to = monsterinsights_frontend.ua;
								__gtagDataLayer( type, name, parameters );
													} else {
							__gtagDataLayer.apply( null, arguments );
						}
					}
					__gtagTracker( 'js', new Date() );
					__gtagTracker( 'set', {
						'developer_id.dZGIzZG' : true,
											} );
															__gtagTracker( 'config', 'UA-10887064-1', {"forceSSL":"true","page_path":'\/404.html?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer} );
										window.gtag = __gtagTracker;											(function () {
							/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
							/* ga and __gaTracker compatibility shim. */
							var noopfn = function () {
								return null;
							};
							var newtracker = function () {
								return new Tracker();
							};
							var Tracker = function () {
								return null;
							};
							var p = Tracker.prototype;
							p.get = noopfn;
							p.set = noopfn;
							p.send = function (){
								var args = Array.prototype.slice.call(arguments);
								args.unshift( 'send' );
								__gaTracker.apply(null, args);
							};
							var __gaTracker = function () {
								var len = arguments.length;
								if ( len === 0 ) {
									return;
								}
								var f = arguments[len - 1];
								if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
									if ( 'send' === arguments[0] ) {
										var hitConverted, hitObject = false, action;
										if ( 'event' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[3] ) {
												hitObject = {
													'eventAction': arguments[3],
													'eventCategory': arguments[2],
													'eventLabel': arguments[4],
													'value': arguments[5] ? arguments[5] : 1,
												}
											}
										}
										if ( 'pageview' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[2] ) {
												hitObject = {
													'eventAction': 'page_view',
													'page_path' : arguments[2],
												}
											}
										}
										if ( typeof arguments[2] === 'object' ) {
											hitObject = arguments[2];
										}
										if ( typeof arguments[5] === 'object' ) {
											Object.assign( hitObject, arguments[5] );
										}
										if ( 'undefined' !== typeof arguments[1].hitType ) {
											hitObject = arguments[1];
											if ( 'pageview' === hitObject.hitType ) {
												hitObject.eventAction = 'page_view';
											}
										}
										if ( hitObject ) {
											action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
											hitConverted = mapArgs( hitObject );
											__gtagTracker( 'event', action, hitConverted );
										}
									}
									return;
								}

								function mapArgs( args ) {
									var arg, hit = {};
									var gaMap = {
										'eventCategory': 'event_category',
										'eventAction': 'event_action',
										'eventLabel': 'event_label',
										'eventValue': 'event_value',
										'nonInteraction': 'non_interaction',
										'timingCategory': 'event_category',
										'timingVar': 'name',
										'timingValue': 'value',
										'timingLabel': 'event_label',
										'page' : 'page_path',
										'location' : 'page_location',
										'title' : 'page_title',
									};
									for ( arg in args ) {
																				if ( ! ( ! args.hasOwnProperty(arg) || ! gaMap.hasOwnProperty(arg) ) ) {
											hit[gaMap[arg]] = args[arg];
										} else {
											hit[arg] = args[arg];
										}
									}
									return hit;
								}

								try {
									f.hitCallback();
								} catch ( ex ) {
								}
							};
							__gaTracker.create = newtracker;
							__gaTracker.getByName = newtracker;
							__gaTracker.getAll = function () {
								return [];
							};
							__gaTracker.remove = noopfn;
							__gaTracker.loaded = true;
							window['__gaTracker'] = __gaTracker;
						})();
									} else {
										console.log( "" );
					( function () {
							function __gtagTracker() {
								return null;
							}
							window['__gtagTracker'] = __gtagTracker;
							window['gtag'] = __gtagTracker;
					} )();
									}
			</script>
				<!-- / Google Analytics by MonsterInsights -->
		<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.eejournal.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='twentysixteen-jetpack-css'  href='https://www.eejournal.com/wp-content/plugins/jetpack/modules/theme-tools/compat/twentysixteen.css?ver=10.6' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-library-css'  href='https://www.eejournal.com/wp-includes/css/dist/block-library/style.min.css?ver=5.9' type='text/css' media='all' />
<style id='wp-block-library-inline-css' type='text/css'>
.has-text-align-justify{text-align:justify;}
</style>
<link rel='stylesheet' id='activecampaign-form-block-css'  href='https://www.eejournal.com/wp-content/plugins/activecampaign-subscription-forms/activecampaign-form-block/build/style-index.css?ver=1642093082' type='text/css' media='all' />
<link rel='stylesheet' id='mediaelement-css'  href='https://www.eejournal.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.16' type='text/css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css'  href='https://www.eejournal.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=5.9' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>
<link rel='stylesheet' id='spacexchimp_p005-bootstrap-tooltip-css-css'  href='https://www.eejournal.com/wp-content/plugins/social-media-buttons-toolbar/inc/lib/bootstrap-tooltip/bootstrap-tooltip.css?ver=4.73' type='text/css' media='all' />
<link rel='stylesheet' id='spacexchimp_p005-frontend-css-css'  href='https://www.eejournal.com/wp-content/plugins/social-media-buttons-toolbar/inc/css/frontend.css?ver=4.73' type='text/css' media='all' />
<style id='spacexchimp_p005-frontend-css-inline-css' type='text/css'>

                    .sxc-follow-buttons {
                        text-align: left !important;
                    }
                    .sxc-follow-buttons .sxc-follow-button,
                    .sxc-follow-buttons .sxc-follow-button a,
                    .sxc-follow-buttons .sxc-follow-button a img {
                        width: 25px !important;
                        height: 25px !important;
                    }
                    .sxc-follow-buttons .sxc-follow-button {
                        margin: 5px !important;
                    }
                  
</style>
<!-- `jetpack_likes` is included in the concatenated jetpack.css -->
<link rel='stylesheet' id='twentysixteen-style-css'  href='https://www.eejournal.com/wp-content/themes/twentysixteen/style.css?ver=5.9' type='text/css' media='all' />
<link rel='stylesheet' id='child-style-css'  href='https://www.eejournal.com/wp-content/themes/techfocus-twentysixteen-child/style.css?ver=5.9' type='text/css' media='all' />
<link rel='stylesheet' id='twentysixteen-fonts-css'  href='https://fonts.googleapis.com/css?family=Merriweather%3A400%2C700%2C900%2C400italic%2C700italic%2C900italic%7CMontserrat%3A400%2C700%7CInconsolata%3A400&#038;subset=latin%2Clatin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='genericons-css'  href='https://www.eejournal.com/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1' type='text/css' media='all' />
<!--[if lt IE 10]>
<link rel='stylesheet' id='twentysixteen-ie-css'  href='https://www.eejournal.com/wp-content/themes/twentysixteen/css/ie.css?ver=20160816' type='text/css' media='all' />
<![endif]-->
<!--[if lt IE 9]>
<link rel='stylesheet' id='twentysixteen-ie8-css'  href='https://www.eejournal.com/wp-content/themes/twentysixteen/css/ie8.css?ver=20160816' type='text/css' media='all' />
<![endif]-->
<!--[if lt IE 8]>
<link rel='stylesheet' id='twentysixteen-ie7-css'  href='https://www.eejournal.com/wp-content/themes/twentysixteen/css/ie7.css?ver=20160816' type='text/css' media='all' />
<![endif]-->
<link rel='stylesheet' id='popup-maker-site-css'  href='//www.eejournal.com/wp-content/uploads/pum/pum-site-styles.css?generated=1643821699&#038;ver=1.16.4' type='text/css' media='all' />
<link rel='stylesheet' id='__EPYT__style-css'  href='https://www.eejournal.com/wp-content/plugins/youtube-embed-plus-pro/styles/ytprefs.min.css?ver=14.0.1.4' type='text/css' media='all' />
<style id='__EPYT__style-inline-css' type='text/css'>

                .epyt-gallery-thumb {
                        width: 33.333%;
                }
                
                         @media (min-width:0px) and (max-width: 767px) {
                            .epyt-gallery-rowbreak {
                                display: none;
                            }
                            .epyt-gallery-allthumbs[class*="epyt-cols"] .epyt-gallery-thumb {
                                width: 100% !important;
                            }
                          }
</style>
<link rel='stylesheet' id='__disptype__-css'  href='https://www.eejournal.com/wp-content/plugins/youtube-embed-plus-pro/scripts/lity.min.css?ver=14.0.1.4' type='text/css' media='all' />
<link rel='stylesheet' id='jetpack_css-css'  href='https://www.eejournal.com/wp-content/plugins/jetpack/css/jetpack.css?ver=10.6' type='text/css' media='all' />
<script type='text/javascript' id='monsterinsights-frontend-script-js-extra'>
/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/www.eejournal.com","hash_tracking":"false","ua":"UA-10887064-1","v4_id":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.eejournal.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.js?ver=8.3.2' id='monsterinsights-frontend-script-js'></script>
<script type='text/javascript' src='https://www.eejournal.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script>
<script type='text/javascript' src='https://www.eejournal.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script type='text/javascript' src='https://www.eejournal.com/wp-content/plugins/social-media-buttons-toolbar/inc/lib/bootstrap-tooltip/bootstrap-tooltip.js?ver=4.73' id='spacexchimp_p005-bootstrap-tooltip-js-js'></script>
<!--[if lt IE 9]>
<script type='text/javascript' src='https://www.eejournal.com/wp-content/themes/twentysixteen/js/html5.js?ver=3.7.3' id='twentysixteen-html5-js'></script>
<![endif]-->
<script type='text/javascript' src='https://www.eejournal.com/wp-content/plugins/youtube-embed-plus-pro/scripts/lity.min.js?ver=14.0.1.4' id='__dispload__-js'></script>
<script type='text/javascript' id='__ytprefs__-js-extra'>
/* <![CDATA[ */
var _EPYT_ = {"ajaxurl":"https:\/\/www.eejournal.com\/wp-admin\/admin-ajax.php","security":"98fcea7de0","gallery_scrolloffset":"20","eppathtoscripts":"https:\/\/www.eejournal.com\/wp-content\/plugins\/youtube-embed-plus-pro\/scripts\/","eppath":"https:\/\/www.eejournal.com\/wp-content\/plugins\/youtube-embed-plus-pro\/","epresponsiveselector":"[\"iframe.__youtube_prefs__\"]","epdovol":"1","version":"14.0.1.4","evselector":"iframe.__youtube_prefs__[src], iframe[src*=\"youtube.com\/embed\/\"], iframe[src*=\"youtube-nocookie.com\/embed\/\"]","ajax_compat":"","ytapi_load":"light","pause_others":"","stopMobileBuffer":"1","vi_active":"","vi_js_posttypes":[]};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.eejournal.com/wp-content/plugins/youtube-embed-plus-pro/scripts/ytprefs.min.js?ver=14.0.1.4' id='__ytprefs__-js'></script>
<link rel="https://api.w.org/" href="https://www.eejournal.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.eejournal.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.eejournal.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.9" />
<style type='text/css'>img#wpstats{display:none}</style>
	<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><!-- begin Fast Secure reCAPTCHA - page header css -->
<style type="text/css">
div.fs-recaptcha-comments { display:block; clear:both; margin-bottom:1em; }
div.fs-recaptcha-bp-comments { display:block; clear:both; margin-bottom:1em; }
div.fs-recaptcha-login { display:block; clear:both; margin-bottom:1em; }
div.fs-recaptcha-side-login { display:block; clear:both; margin-bottom:1em; }
div.fs-recaptcha-registration { display:block; clear:both; margin-bottom:1em; }
div.fs-recaptcha-bp-registration { display:block; clear:both; margin-bottom:1em; }
div.fs-recaptcha-ms-registration { display:block; clear:both; margin-bottom:1em; }
div.fs-recaptcha-lostpassword { display:block; clear:both; margin-bottom:1em; }
div.fs-recaptcha-wc-checkout { display:block; clear:both; margin-bottom:1em; }
div.fs-recaptcha-jetpack { display:block; clear:both; margin-bottom:1em; }
.fs-recaptcha-jetpack p { color:#DC3232; }
</style>
<!-- end Fast Secure reCAPTCHA - page header css -->
      <meta name="onesignal" content="wordpress-plugin"/>
            <script>

      window.OneSignal = window.OneSignal || [];

      OneSignal.push( function() {
        OneSignal.SERVICE_WORKER_UPDATER_PATH = "OneSignalSDKUpdaterWorker.js.php";
                      OneSignal.SERVICE_WORKER_PATH = "OneSignalSDKWorker.js.php";
                      OneSignal.SERVICE_WORKER_PARAM = { scope: "/" };
        OneSignal.setDefaultNotificationUrl("https://www.eejournal.com");
        var oneSignal_options = {};
        window._oneSignalInitOptions = oneSignal_options;

        oneSignal_options['wordpress'] = true;
oneSignal_options['appId'] = '894df80b-1f68-44d4-828a-1074436a18b6';
oneSignal_options['allowLocalhostAsSecureOrigin'] = true;
oneSignal_options['welcomeNotification'] = { };
oneSignal_options['welcomeNotification']['title'] = "";
oneSignal_options['welcomeNotification']['message'] = "";
oneSignal_options['path'] = "https://www.eejournal.com/wp-content/plugins/onesignal-free-web-push-notifications/sdk_files/";
oneSignal_options['safari_web_id'] = "MTI1NDRkYmEtMTdlNy00ZGM0LWE1OTMtYzJhOWI1Y2UxM2Zm";
oneSignal_options['promptOptions'] = { };
oneSignal_options['promptOptions']['siteName'] = "https://www.eejournal.com";
oneSignal_options['notifyButton'] = { };
oneSignal_options['notifyButton']['enable'] = true;
oneSignal_options['notifyButton']['position'] = 'bottom-right';
oneSignal_options['notifyButton']['theme'] = 'default';
oneSignal_options['notifyButton']['size'] = 'medium';
oneSignal_options['notifyButton']['showCredit'] = true;
oneSignal_options['notifyButton']['text'] = {};
                OneSignal.init(window._oneSignalInitOptions);
                OneSignal.showSlidedownPrompt();      });

      function documentInitOneSignal() {
        var oneSignal_elements = document.getElementsByClassName("OneSignal-prompt");

        var oneSignalLinkClickHandler = function(event) { OneSignal.push(['registerForPushNotifications']); event.preventDefault(); };        for(var i = 0; i < oneSignal_elements.length; i++)
          oneSignal_elements[i].addEventListener('click', oneSignalLinkClickHandler, false);
      }

      if (document.readyState === 'complete') {
           documentInitOneSignal();
      }
      else {
           window.addEventListener("load", function(event){
               documentInitOneSignal();
          });
      }
    </script>
<link rel="me" href="https://twitter.com/EEJournalTFM"><meta name="twitter:widgets:link-color" content="#000000"><meta name="twitter:widgets:border-color" content="#000000"><meta name="twitter:partner" content="tfwp"><link rel="icon" href="https://www.eejournal.com/wp-content/uploads/2017/05/cropped-EEJ_favicon_2020-copy-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.eejournal.com/wp-content/uploads/2017/05/cropped-EEJ_favicon_2020-copy-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.eejournal.com/wp-content/uploads/2017/05/cropped-EEJ_favicon_2020-copy-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.eejournal.com/wp-content/uploads/2017/05/cropped-EEJ_favicon_2020-copy-270x270.png" />


<style type="text/css" id="wp-custom-css">.main-navigation a {
color: white !important;
font-size: 14px !important;
	font-family: roboto !important;}</style><style>
.ai-viewports                 {--ai: 1;}
.ai-viewport-3                { display: none !important;}
.ai-viewport-2                { display: none !important;}
.ai-viewport-1                { display: inherit !important;}
.ai-viewport-0                { display: none !important;}
@media (min-width: 768px) and (max-width: 979px) {
.ai-viewport-1                { display: none !important;}
.ai-viewport-2                { display: inherit !important;}
}
@media (max-width: 767px) {
.ai-viewport-1                { display: none !important;}
.ai-viewport-3                { display: inherit !important;}
}
</style>
<!-- Google DoubleClick Ad Server Header Code -->
	<script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script>
<script>
  var googletag = googletag || {};
  googletag.cmd = googletag.cmd || [];
</script>

<script>
  googletag.cmd.push(function() {
    googletag.defineSlot('/1077956/TFM001', [728, 90], 'div-gpt-ad-1522343510485-0').addService(googletag.pubads());
	googletag.defineSlot('/1077956/TFM002', [[970, 90], [728, 90]], 'div-gpt-ad-1522360323837-0').addService(googletag.pubads());
	googletag.defineSlot('/1077956/TFM003', [300, 250], 'div-gpt-ad-1522360099399-0').addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>
<!-- Facebook Pixel Code -->
<script>
  !function(f,b,e,v,n,t,s)
  {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  n.queue=[];t=b.createElement(e);t.async=!0;
  t.src=v;s=b.getElementsByTagName(e)[0];
  s.parentNode.insertBefore(t,s)}(window, document,'script',
  'https://connect.facebook.net/en_US/fbevents.js');
  fbq('init', '1876893785684306');
  fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
  src="https://www.facebook.com/tr?id=1876893785684306&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->

<script>
var temphtml;
var hasclicked = false;
var hasopenedmenu = false;
var cathtml = '<ul class="submenu">';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/analog/">Analog</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/automotive/">Automotive</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/board/">Board</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/career/">Career</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/communications/">Communications</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/computers/">Computers</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/consumer-electronics/">Consumer Electronics</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/eda/">EDA</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/embedded/">Embedded</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/fpga/">FPGA</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/green/">Green</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/industrial/">Industrial</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/iot-mems/">IoT &amp; MEMS</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/machine-learning/">Machine Learning</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/maker-hobby/">Maker &amp; Hobby</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/manufacturing/">Manufacturing</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/medical/">Medical</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/mil-aero/">MilAero</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/mobile/">Mobile</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/power/">Power, Energy, Lighting</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/robotics/">Robotics</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/security/">Security</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/semiconductor/">Semiconductor</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/software/">Software</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/system-design/">System Design</a></li>';
		cathtml += '<li class="horizsubmenuitem"><a href="https://www.eejournal.com/category/test-measurement/">Test/Measurement</a></li>';
cathtml += '</ul>';
var adminbarshowing = false;
jQuery(document).ready(function() {
	jQuery(".menu-toggle").click(function(e) {
		if(hasopenedmenu) {
			jQuery(".site-header-menu-onblack").hide();
		} else {
			jQuery(".site-header-menu-onblack").show();
		}
		hasopenedmenu = !hasopenedmenu;
	});
// 	jQuery(".primary-menu-black .dropdown-toggle").click(function (e) {
// 		jQuery(".primary-menu-black .menu-item-has-children").click(e);
// 		e.preventDefault(); // keep the regular drop-down functionality from happening, since we show our own.
// 	}
	jQuery(".primary-menu-black .menu-item-has-children").click(function (e) {
		if(!hasclicked) {
			var newdiv = jQuery("<div id='topsubmenudiv'></div>");
			var position = jQuery(document).scrollTop();
			if(adminbarshowing) {
				if(position>100) { position += 87; } else { position += 148; }
			} else {
				if(position>100) { position += 55; } else { position += 116; }
			}
			if (jQuery(window).width() < 910) {
				newdiv.css('width', '100%').css('background-color', '#2a6595').css('padding', '10px').css('position', 'absolute').css('z-index', 15);
			} else {
				newdiv.css('width', '100%').css('background-color', '#2a6595').css('padding', '10px').css('position', 'absolute').css('top', position + 'px').css('z-index', 15).css('height', '100px');
			}
			newdiv.html(cathtml);
// 			temphtml = jQuery(".withgray div").html();
// 			jQuery(".withgray div").css('background-color', '#2a6595');
// 			jQuery(".withgray div").html(cathtml);
			jQuery(".site-header-black").after(newdiv);
			jQuery('a', this).css('border-bottom', '2px solid #2a6595');
		} else {
			jQuery(".withgray div").css('background-color', 'transparent');
			jQuery(".withgray div").html(temphtml);
			jQuery('a', this).css('border-bottom', '0px');
			jQuery('#topsubmenudiv').remove();
		}
		hasclicked = !hasclicked;
		e.preventDefault();
	});
	jQuery(document).on("scroll",function(){
		if (jQuery(window).width() >= 910) {
			if(jQuery(document).scrollTop()>100){
				jQuery("header").removeClass("large").addClass("small");
				jQuery(".onlywhenbig").hide();
				jQuery(".site-header-black").css("height", "55px");
				jQuery(".site-header-menu-onblack").css("margin-top", "0px");
				jQuery(".header-image-onblack img").css("height", "48px").css("width", "auto");
				jQuery(".header-image-onblack").css("margin-top", "4px");
			} else{
				jQuery(".site-header-black").css("height", "auto");
				jQuery(".onlywhenbig").show();
				jQuery(".site-header-menu-onblack").css("margin-top", "10px");
				jQuery(".header-image-onblack img").css("height", "auto").css("width", "auto");
				jQuery(".header-image-onblack").css("margin-top", "15px");
			}
		}
	});
});
</script>

</head>

<body data-rsssl=1 class="error404 group-blog hfeed">
<div id="page" class="site">
					<div class="site-header-black">
																				<div class="header-image-onblack">
								<a href="https://www.eejournal.com/" rel="home">
									<img src="https://www.eejournal.com/wp-content/uploads/2017/05/cropped-EEJ_header_onblack-1-1.png" srcset="https://www.eejournal.com/wp-content/uploads/2017/05/cropped-EEJ_header_onblack-1-1-300x71.png 300w, https://www.eejournal.com/wp-content/uploads/2017/05/cropped-EEJ_header_onblack-1-1-768x181.png 768w, https://www.eejournal.com/wp-content/uploads/2017/05/cropped-EEJ_header_onblack-1-1-1024x241.png 1024w, https://www.eejournal.com/wp-content/uploads/2017/05/cropped-EEJ_header_onblack-1-1.png 1200w" sizes="(max-width: 709px) 85vw, (max-width: 909px) 81vw, (max-width: 1362px) 88vw, 1200px" width="1200" height="283" alt="EEJournal">
								</a>
							</div><!-- .header-image -->
												<div id="headersearch-onblack" class="onlywhenbig">
							<form role="search" method="get" class="search-form" action="https://www.eejournal.com">
								<label>
									<span class="screen-reader-text">Search for:</span>
									<input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />
								</label>
								<button type="submit" class="search-submit"><span class="screen-reader-text">Search</span></button>
							</form>
						</div><br clear="right" class="onlywhenbig">
													<button id="menu-toggle" class="menu-toggle">Menu</button>

							<div id="site-header-menu" class="site-header-menu-onblack">
																	<nav id="site-navigation" class="main-navigation" role="navigation" aria-label="Primary Menu">
										<div class="menu-primary-menu-container"><ul id="menu-primary-menu" class="primary-menu-black"><li id="menu-item-5296" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5296"><a href="https://www.eejournal.com/article/">Articles</a></li>
<li id="menu-item-5299" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5299"><a href="https://www.eejournal.com/industry_news/">News</a></li>
<li id="menu-item-5297" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5297"><a href="https://www.eejournal.com/fish_fry/">Fish Fry</a></li>
<li id="menu-item-5300" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5300"><a href="https://www.eejournal.com/chalk_talks/">Chalk Talks</a></li>
<li id="menu-item-5301" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5301"><a href="https://www.eejournal.com/edblog-archive/">Blogs</a></li>
<li id="menu-item-5294" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-5294"><a href="https://www.eejournal.com/category/robotics/">Categories</a>
<ul class="sub-menu">
	<li id="menu-item-5293" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5293"><a href="https://www.eejournal.com/category/mobile/">Category List</a></li>
</ul>
</li>
<li id="menu-item-83725" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-83725"><a href="https://mediakit.eejournal.com">Media Kit</a></li>
</ul></div>									</nav><!-- .main-navigation -->
								
							</div><!-- .site-header-menu -->
						<!-- 
						<div class="loginline">
															<a href="https://www.eejournal.com/wp-login.php" class="homeloginlink">Login</a> <span class="regbox">Don't have an account? <span class="reglink"><a href="https://www.eejournal.com/wp-login.php?action=register">Register now &raquo;</a></span></span>
													</div>
 -->

					</div><!-- .site-header-main -->
		<div class="headspace"> </div>
					<div class="withgray" style="width: 100%; background-color: #000;"> <!-- was d0d0d0 -->
				<div class="header-ad" id="headerad">
				</div>
			</div>
			<div class="site-inner">
		<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
		<header id="masthead" class="site-header" role="banner">
		</header>
			
		<style>
			#sidesubform div { display: inline; }
		</style>
		<script>
			jQuery(document).ready(function() {
				jQuery(".subscribebutt").click(function() {
					if(jQuery(this).parents("#sidesubform").find("#answer").val().length>0) {
						 jQuery(this).parents("#sidesubform").submit();
					}
				});
			});
		</script>
				<div id="subscribebar" class="content-header">
			<div id="subscribeleft">
				<div id="subscribeleftleft">
					<span class="subheadleft">
										</span>
				</div>
				<div id="subscribeleftright">
								</div>
			</div>
		
			<div id="subscriberight">
<!-- New subscribe button -->
				<a target="_self" href="javascript:jQuery('#popmake-74267').popmake('open')"><img src="/wp-content/uploads/2017/05/subscribe_EEJ_nl.png" alt="Subscribe Now" /></a>
			</div>
		</div>
				<div id="content" class="site-content">

	<div id="primary" class="content-area">
		<main id="main" class="site-main" role="main">

			<section class="error-404 not-found">
				<header class="page-header">
					<h1 class="page-title">Oops! That page can&rsquo;t be found.</h1>
				</header><!-- .page-header -->

				<div class="page-content">
					<p>It looks like nothing was found at this location. Maybe try a search?</p>

					
<form role="search" method="get" class="search-form" action="https://www.eejournal.com/">
	<label>
		<span class="screen-reader-text">Search for:</span>
		<input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />
	</label>
	<button type="submit" class="search-submit"><span class="screen-reader-text">Search</span></button>
</form>
				</div><!-- .page-content -->
			</section><!-- .error-404 -->

		</main><!-- .site-main -->

		
	</div><!-- .content-area -->


	<aside id="secondary" class="sidebar widget-area" role="complementary">
		<section id="search-2" class="widget widget_search">
<form role="search" method="get" class="search-form" action="https://www.eejournal.com/">
	<label>
		<span class="screen-reader-text">Search for:</span>
		<input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />
	</label>
	<button type="submit" class="search-submit"><span class="screen-reader-text">Search</span></button>
</form>
</section>
		<section id="recent-posts-2" class="widget widget_recent_entries">
		<h2 class="widget-title">Recent Posts</h2>
		<ul>
											<li>
					<a href="https://www.eejournal.com/2019/01/24/sticking-with-their-story-zeno-demonstrates-1t-sram-at-leading-nodes/">Sticking With their Story: Zeno Demonstrates 1T SRAM at Leading Nodes</a>
									</li>
											<li>
					<a href="https://www.eejournal.com/2018/11/14/bill-godbout-perishes-in-northern-californias-camp-fire/">Bill Godbout Perishes in Northern California’s Camp Fire</a>
									</li>
											<li>
					<a href="https://www.eejournal.com/2018/10/15/costs-for-sub-20nm-wafers-put-another-nail-in-moores-laws-coffin/">Costs for Sub-20nm Wafers put Another Nail in Moore’s Law’s Coffin</a>
									</li>
											<li>
					<a href="https://www.eejournal.com/2018/10/14/neural-networks-are-finding-a-place-at-the-adults-table/">Neural Networks are Finding a Place at the Adult’s Table</a>
									</li>
											<li>
					<a href="https://www.eejournal.com/2018/10/12/ai-for-eda-rohit-sharmas-view-from-edps/">AI for EDA: Rohit Sharma’s view from EDPS</a>
									</li>
					</ul>

		</section><section id="recent-comments-2" class="widget widget_recent_comments"><h2 class="widget-title">Recent Comments</h2><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link"><a href='https://www.techregister.co.uk/iso13485-accreditation-enables-review-display-systems-to-pursue-med-tech-device-design-and-manufacture-eejournal/' rel='external nofollow ugc' class='url'>ISO13485 accreditation enables Review Display Systems to pursue med-tech device design and manufacture – EEJournal - Techregister</a></span> on <a href="https://www.eejournal.com/industry_news/iso13485-accreditation-enables-review-display-systems-to-pursue-med-tech-device-design-and-manufacture/#comment-82226">ISO13485 accreditation enables Review Display Systems to pursue med-tech device design and manufacture</a></li><li class="recentcomments"><span class="comment-author-link"><a href='https://iot.ng/index.php/2022/02/10/newark-launches-how-to-content-series-to-support-engineers-in-their-iot-and-iiot-journey-ee-journal/' rel='external nofollow ugc' class='url'>Newark Launches &#8216;How To&#8217; Content Series to Support Engineers in their IoT and IIoT Journey &#8211; EE Journal &#8211; IoT &#8211; Internet of Things</a></span> on <a href="https://www.eejournal.com/industry_news/newark-launches-how-to-content-series-to-support-engineers-in-their-iot-and-iiot-journey/#comment-82225">Newark Launches ‘How To’ Content Series to Support Engineers in their IoT and IIoT Journey</a></li><li class="recentcomments"><span class="comment-author-link"><a href='https://cmbaconsulting.ca/com-hpc-carrier-design-guide-compliant-ecosystem-eejournal/' rel='external nofollow ugc' class='url'>COM-HPC Carrier Design Guide compliant ecosystem – EEJournal &#8211; Chika Mba Consulting Inc.</a></span> on <a href="https://www.eejournal.com/industry_news/com-hpc-carrier-design-guide-compliant-ecosystem/#comment-82224">COM-HPC Carrier Design Guide compliant ecosystem</a></li><li class="recentcomments"><span class="comment-author-link">Max Maxfield</span> on <a href="https://www.eejournal.com/article/are-tom-displays-the-future-of-consumer-ar/#comment-82223">Are TOM Displays the Future of Consumer AR?</a></li><li class="recentcomments"><span class="comment-author-link">avivale</span> on <a href="https://www.eejournal.com/article/the-story-of-the-terrible-horrible-no-good-very-bad-printer/#comment-82222">The Story of the Terrible, Horrible, No Good, Very Bad Printer</a></li></ul></section><section id="archives-2" class="widget widget_archive"><h2 class="widget-title">Archives</h2>
			<ul>
					<li><a href='https://www.eejournal.com/2019/01/'>January 2019</a></li>
	<li><a href='https://www.eejournal.com/2018/11/'>November 2018</a></li>
	<li><a href='https://www.eejournal.com/2018/10/'>October 2018</a></li>
	<li><a href='https://www.eejournal.com/2018/09/'>September 2018</a></li>
	<li><a href='https://www.eejournal.com/2018/08/'>August 2018</a></li>
	<li><a href='https://www.eejournal.com/2018/05/'>May 2018</a></li>
	<li><a href='https://www.eejournal.com/2017/08/'>August 2017</a></li>
	<li><a href='https://www.eejournal.com/2017/05/'>May 2017</a></li>
	<li><a href='https://www.eejournal.com/2016/09/'>September 2016</a></li>
	<li><a href='https://www.eejournal.com/2016/08/'>August 2016</a></li>
	<li><a href='https://www.eejournal.com/2016/07/'>July 2016</a></li>
	<li><a href='https://www.eejournal.com/2016/04/'>April 2016</a></li>
	<li><a href='https://www.eejournal.com/2016/02/'>February 2016</a></li>
	<li><a href='https://www.eejournal.com/2016/01/'>January 2016</a></li>
	<li><a href='https://www.eejournal.com/2015/12/'>December 2015</a></li>
	<li><a href='https://www.eejournal.com/2015/11/'>November 2015</a></li>
	<li><a href='https://www.eejournal.com/2015/10/'>October 2015</a></li>
	<li><a href='https://www.eejournal.com/2015/09/'>September 2015</a></li>
	<li><a href='https://www.eejournal.com/2015/08/'>August 2015</a></li>
	<li><a href='https://www.eejournal.com/2015/07/'>July 2015</a></li>
	<li><a href='https://www.eejournal.com/2015/06/'>June 2015</a></li>
	<li><a href='https://www.eejournal.com/2015/05/'>May 2015</a></li>
	<li><a href='https://www.eejournal.com/2015/04/'>April 2015</a></li>
	<li><a href='https://www.eejournal.com/2015/03/'>March 2015</a></li>
	<li><a href='https://www.eejournal.com/2015/02/'>February 2015</a></li>
	<li><a href='https://www.eejournal.com/2015/01/'>January 2015</a></li>
	<li><a href='https://www.eejournal.com/2014/12/'>December 2014</a></li>
	<li><a href='https://www.eejournal.com/2014/11/'>November 2014</a></li>
	<li><a href='https://www.eejournal.com/2014/10/'>October 2014</a></li>
	<li><a href='https://www.eejournal.com/2014/09/'>September 2014</a></li>
	<li><a href='https://www.eejournal.com/2014/08/'>August 2014</a></li>
	<li><a href='https://www.eejournal.com/2014/07/'>July 2014</a></li>
	<li><a href='https://www.eejournal.com/2014/06/'>June 2014</a></li>
	<li><a href='https://www.eejournal.com/2014/05/'>May 2014</a></li>
	<li><a href='https://www.eejournal.com/2014/04/'>April 2014</a></li>
	<li><a href='https://www.eejournal.com/2014/03/'>March 2014</a></li>
	<li><a href='https://www.eejournal.com/2014/02/'>February 2014</a></li>
	<li><a href='https://www.eejournal.com/2014/01/'>January 2014</a></li>
	<li><a href='https://www.eejournal.com/2013/12/'>December 2013</a></li>
	<li><a href='https://www.eejournal.com/2013/11/'>November 2013</a></li>
	<li><a href='https://www.eejournal.com/2013/10/'>October 2013</a></li>
	<li><a href='https://www.eejournal.com/2013/09/'>September 2013</a></li>
	<li><a href='https://www.eejournal.com/2013/08/'>August 2013</a></li>
	<li><a href='https://www.eejournal.com/2013/07/'>July 2013</a></li>
	<li><a href='https://www.eejournal.com/2013/06/'>June 2013</a></li>
	<li><a href='https://www.eejournal.com/2013/05/'>May 2013</a></li>
	<li><a href='https://www.eejournal.com/2013/04/'>April 2013</a></li>
	<li><a href='https://www.eejournal.com/2013/03/'>March 2013</a></li>
	<li><a href='https://www.eejournal.com/2013/02/'>February 2013</a></li>
	<li><a href='https://www.eejournal.com/2013/01/'>January 2013</a></li>
	<li><a href='https://www.eejournal.com/2012/12/'>December 2012</a></li>
	<li><a href='https://www.eejournal.com/2012/11/'>November 2012</a></li>
	<li><a href='https://www.eejournal.com/2012/10/'>October 2012</a></li>
	<li><a href='https://www.eejournal.com/2012/09/'>September 2012</a></li>
	<li><a href='https://www.eejournal.com/2012/08/'>August 2012</a></li>
	<li><a href='https://www.eejournal.com/2012/07/'>July 2012</a></li>
	<li><a href='https://www.eejournal.com/2012/06/'>June 2012</a></li>
	<li><a href='https://www.eejournal.com/2012/05/'>May 2012</a></li>
	<li><a href='https://www.eejournal.com/2012/04/'>April 2012</a></li>
	<li><a href='https://www.eejournal.com/2012/03/'>March 2012</a></li>
	<li><a href='https://www.eejournal.com/2012/02/'>February 2012</a></li>
	<li><a href='https://www.eejournal.com/2012/01/'>January 2012</a></li>
	<li><a href='https://www.eejournal.com/2011/12/'>December 2011</a></li>
	<li><a href='https://www.eejournal.com/2011/11/'>November 2011</a></li>
	<li><a href='https://www.eejournal.com/2011/10/'>October 2011</a></li>
	<li><a href='https://www.eejournal.com/2011/09/'>September 2011</a></li>
	<li><a href='https://www.eejournal.com/2011/08/'>August 2011</a></li>
	<li><a href='https://www.eejournal.com/2011/07/'>July 2011</a></li>
	<li><a href='https://www.eejournal.com/2011/06/'>June 2011</a></li>
	<li><a href='https://www.eejournal.com/2011/05/'>May 2011</a></li>
	<li><a href='https://www.eejournal.com/2011/04/'>April 2011</a></li>
	<li><a href='https://www.eejournal.com/2011/03/'>March 2011</a></li>
	<li><a href='https://www.eejournal.com/2011/02/'>February 2011</a></li>
			</ul>

			</section><section id="categories-2" class="widget widget_categories"><h2 class="widget-title">Categories</h2>
			<ul>
					<li class="cat-item cat-item-4"><a href="https://www.eejournal.com/category/analog/" title="Analog/Mixed Signal">Analog</a>
</li>
	<li class="cat-item cat-item-26"><a href="https://www.eejournal.com/category/automotive/">Automotive</a>
</li>
	<li class="cat-item cat-item-5"><a href="https://www.eejournal.com/category/board/" title="Board and Module Design">Board</a>
</li>
	<li class="cat-item cat-item-6"><a href="https://www.eejournal.com/category/career/" title="Career">Career</a>
</li>
	<li class="cat-item cat-item-7"><a href="https://www.eejournal.com/category/communications/" title="Communications and Networking">Communications</a>
</li>
	<li class="cat-item cat-item-8"><a href="https://www.eejournal.com/category/computers/" title="Computers">Computers</a>
</li>
	<li class="cat-item cat-item-9"><a href="https://www.eejournal.com/category/consumer-electronics/" title="Consumer Electronics">Consumer Electronics</a>
</li>
	<li class="cat-item cat-item-10"><a href="https://www.eejournal.com/category/eda/" title="EDA">EDA</a>
</li>
	<li class="cat-item cat-item-11"><a href="https://www.eejournal.com/category/embedded/" title="Embedded">Embedded</a>
</li>
	<li class="cat-item cat-item-12"><a href="https://www.eejournal.com/category/fpga/" title="FPGA">FPGA</a>
</li>
	<li class="cat-item cat-item-13"><a href="https://www.eejournal.com/category/green/" title="Green Tech">Green</a>
</li>
	<li class="cat-item cat-item-14"><a href="https://www.eejournal.com/category/industrial/" title="Industrial">Industrial</a>
</li>
	<li class="cat-item cat-item-15"><a href="https://www.eejournal.com/category/iot-mems/" title="IoT &amp; MEMS">IoT &amp; MEMS</a>
</li>
	<li class="cat-item cat-item-30"><a href="https://www.eejournal.com/category/machine-learning/">Machine Learning</a>
</li>
	<li class="cat-item cat-item-16"><a href="https://www.eejournal.com/category/maker-hobby/" title="Maker &amp; Hobby">Maker &amp; Hobby</a>
</li>
	<li class="cat-item cat-item-17"><a href="https://www.eejournal.com/category/manufacturing/" title="Manufacturing">Manufacturing</a>
</li>
	<li class="cat-item cat-item-18"><a href="https://www.eejournal.com/category/medical/" title="Medical">Medical</a>
</li>
	<li class="cat-item cat-item-19"><a href="https://www.eejournal.com/category/mil-aero/" title="Military/Aerospace">MilAero</a>
</li>
	<li class="cat-item cat-item-20"><a href="https://www.eejournal.com/category/mobile/" title="Mobile">Mobile</a>
</li>
	<li class="cat-item cat-item-21"><a href="https://www.eejournal.com/category/power/" title="Power, Energy, Lighting">Power, Energy, Lighting</a>
</li>
	<li class="cat-item cat-item-22"><a href="https://www.eejournal.com/category/robotics/" title="Robotics">Robotics</a>
</li>
	<li class="cat-item cat-item-28"><a href="https://www.eejournal.com/category/security/">Security</a>
</li>
	<li class="cat-item cat-item-23"><a href="https://www.eejournal.com/category/semiconductor/" title="Semiconductor/IC">Semiconductor</a>
</li>
	<li class="cat-item cat-item-24"><a href="https://www.eejournal.com/category/software/" title="Software">Software</a>
</li>
	<li class="cat-item cat-item-27"><a href="https://www.eejournal.com/category/system-design/">System Design</a>
</li>
	<li class="cat-item cat-item-25"><a href="https://www.eejournal.com/category/test-measurement/" title="Test/Measurement">Test/Measurement</a>
</li>
	<li class="cat-item cat-item-1"><a href="https://www.eejournal.com/category/uncategorized/">Uncategorized</a>
</li>
			</ul>

			</section><section id="meta-2" class="widget widget_meta"><h2 class="widget-title">Meta</h2>
		<ul>
			<li><a href="https://www.eejournal.com/wp-login.php?action=register">Register</a></li>			<li><a href="https://www.eejournal.com/wp-login.php">Log in</a></li>
			<li><a href="https://www.eejournal.com/feed/">Entries feed</a></li>
			<li><a href="https://www.eejournal.com/comments/feed/">Comments feed</a></li>

			<li><a href="https://wordpress.org/">WordPress.org</a></li>
		</ul>

		</section>	</aside><!-- .sidebar .widget-area -->

		</div><!-- .site-content -->
					<div class="header-ad" id="footerad">
			</div>
				<footer id="colophon" class="site-footer" role="contentinfo">
			<div class="site-info">
				<div class="center">All material on this site copyright &copy; 2003 - 2022 techfocus media, inc. All rights reserved.</div>
				<div class="center">
					<a href="/privacy-statement/">Privacy Policy</a>
					<a href="https://mediakit.eejournal.com/">Media Kit</a>
					<a href="https://mediakit.eejournal.com/contact/">Contact Us</a>
					<a href="/wp-login.php">Log In</a>
				</div>
			</div><!-- .site-info -->
		</footer><!-- .site-footer -->
	</div><!-- .site-inner -->
</div><!-- .site -->

<div id="pum-74267" class="pum pum-overlay pum-theme-73773 pum-theme-enterprise-blue popmake-overlay auto_open click_open" data-popmake="{&quot;id&quot;:74267,&quot;slug&quot;:&quot;eej-subscribe-popup&quot;,&quot;theme_id&quot;:73773,&quot;cookies&quot;:[{&quot;event&quot;:&quot;on_popup_close&quot;,&quot;settings&quot;:{&quot;name&quot;:&quot;pum-74267&quot;,&quot;key&quot;:&quot;&quot;,&quot;time&quot;:&quot;1 month&quot;,&quot;path&quot;:1}}],&quot;triggers&quot;:[{&quot;type&quot;:&quot;auto_open&quot;,&quot;settings&quot;:{&quot;delay&quot;:&quot;500&quot;,&quot;cookie_name&quot;:[&quot;pum-74267&quot;]}},{&quot;type&quot;:&quot;click_open&quot;,&quot;settings&quot;:{&quot;extra_selectors&quot;:&quot;popmake-eej-subscribe-popup&quot;,&quot;do_default&quot;:null,&quot;cookie&quot;:{&quot;name&quot;:null}}}],&quot;mobile_disabled&quot;:true,&quot;tablet_disabled&quot;:null,&quot;meta&quot;:{&quot;display&quot;:{&quot;responsive_min_width&quot;:false,&quot;responsive_max_width&quot;:false,&quot;position_bottom&quot;:false,&quot;position_right&quot;:false,&quot;position_left&quot;:false,&quot;stackable&quot;:false,&quot;overlay_disabled&quot;:false,&quot;scrollable_content&quot;:false,&quot;disable_reposition&quot;:false,&quot;size&quot;:&quot;tiny&quot;,&quot;responsive_min_width_unit&quot;:&quot;px&quot;,&quot;responsive_max_width_unit&quot;:&quot;px&quot;,&quot;custom_width&quot;:&quot;640px&quot;,&quot;custom_width_unit&quot;:false,&quot;custom_height&quot;:&quot;380px&quot;,&quot;custom_height_unit&quot;:false,&quot;custom_height_auto&quot;:false,&quot;location&quot;:&quot;right top&quot;,&quot;position_from_trigger&quot;:false,&quot;position_top&quot;:&quot;100&quot;,&quot;position_fixed&quot;:false,&quot;animation_type&quot;:&quot;fade&quot;,&quot;animation_speed&quot;:&quot;350&quot;,&quot;animation_origin&quot;:&quot;center top&quot;,&quot;overlay_zindex&quot;:&quot;1999999998&quot;,&quot;zindex&quot;:&quot;1999999999&quot;},&quot;close&quot;:{&quot;text&quot;:&quot;&quot;,&quot;button_delay&quot;:&quot;0&quot;,&quot;overlay_click&quot;:false,&quot;esc_press&quot;:false,&quot;f4_press&quot;:false},&quot;click_open&quot;:[]}}" role="dialog" aria-hidden="true" aria-labelledby="pum_popup_title_74267">

	<div id="popmake-74267" class="pum-container popmake theme-73773 pum-responsive pum-responsive-tiny responsive size-tiny">

				

				            <div id="pum_popup_title_74267" class="pum-title popmake-title">
				Subscribe to EE Journal Daily			</div>
		

		

				<div class="pum-content popmake-content" tabindex="0">
			<div class='_form_1000'></div><script type='text/javascript' src='https://techfocus.activehosted.com/f/embed.php?static=0&id=1000&6206E20CCE937&nostyles=0&preview=0'></script>
		</div>


				

				            <button type="button" class="pum-close popmake-close" aria-label="Close">
			×            </button>
		
	</div>

</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0.49803921568627" /><feFuncG type="table" tableValues="0 0.49803921568627" /><feFuncB type="table" tableValues="0 0.49803921568627" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.54901960784314 0.98823529411765" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.71764705882353 0.25490196078431" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 1" /><feFuncG type="table" tableValues="0 0.27843137254902" /><feFuncB type="table" tableValues="0.5921568627451 0.27843137254902" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0 0" /><feFuncG type="table" tableValues="0 0.64705882352941" /><feFuncB type="table" tableValues="0 1" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.78039215686275 1" /><feFuncG type="table" tableValues="0 0.94901960784314" /><feFuncB type="table" tableValues="0.35294117647059 0.47058823529412" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.65098039215686 0.40392156862745" /><feFuncG type="table" tableValues="0 1" /><feFuncB type="table" tableValues="0.44705882352941 0.4" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><feColorMatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><feComponentTransfer color-interpolation-filters="sRGB" ><feFuncR type="table" tableValues="0.098039215686275 1" /><feFuncG type="table" tableValues="0 0.66274509803922" /><feFuncB type="table" tableValues="0.84705882352941 0.41960784313725" /><feFuncA type="table" tableValues="1 1" /></feComponentTransfer><feComposite in2="SourceGraphic" operator="in" /></filter></defs></svg><script type='text/javascript' id='site_tracking-js-extra'>
/* <![CDATA[ */
var php_data = {"ac_settings":{"tracking_actid":798433991,"site_tracking_default":1,"site_tracking":1},"user_email":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.eejournal.com/wp-content/plugins/activecampaign-subscription-forms/site_tracking.js?ver=5.9' id='site_tracking-js'></script>
<script type='text/javascript' src='https://www.eejournal.com/wp-content/themes/twentysixteen/js/skip-link-focus-fix.js?ver=20160816' id='twentysixteen-skip-link-focus-fix-js'></script>
<script type='text/javascript' id='twentysixteen-script-js-extra'>
/* <![CDATA[ */
var screenReaderText = {"expand":"expand child menu","collapse":"collapse child menu"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.eejournal.com/wp-content/themes/twentysixteen/js/functions.js?ver=20160816' id='twentysixteen-script-js'></script>
<script type='text/javascript' src='https://www.eejournal.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.0' id='jquery-ui-core-js'></script>
<script type='text/javascript' id='popup-maker-site-js-extra'>
/* <![CDATA[ */
var pum_vars = {"version":"1.16.4","pm_dir_url":"https:\/\/www.eejournal.com\/wp-content\/plugins\/popup-maker\/","ajaxurl":"https:\/\/www.eejournal.com\/wp-admin\/admin-ajax.php","restapi":"https:\/\/www.eejournal.com\/wp-json\/pum\/v1","rest_nonce":null,"default_theme":"73771","debug_mode":"","disable_tracking":"","home_url":"\/","message_position":"top","core_sub_forms_enabled":"1","popups":[],"analytics_route":"analytics","analytics_api":"https:\/\/www.eejournal.com\/wp-json\/pum\/v1"};
var pum_sub_vars = {"ajaxurl":"https:\/\/www.eejournal.com\/wp-admin\/admin-ajax.php","message_position":"top"};
var pum_popups = {"pum-74267":{"triggers":[{"type":"auto_open","settings":{"delay":"500","cookie_name":["pum-74267"]}},{"type":"click_open","settings":{"extra_selectors":"popmake-eej-subscribe-popup","do_default":null,"cookie":{"name":null}}}],"cookies":[{"event":"on_popup_close","settings":{"name":"pum-74267","key":"","time":"1 month","path":1}}],"disable_on_mobile":true,"disable_on_tablet":false,"atc_promotion":null,"explain":null,"type_section":null,"theme_id":73773,"size":"tiny","responsive_min_width":"0%","responsive_max_width":"100%","custom_width":"640px","custom_height_auto":false,"custom_height":"380px","scrollable_content":false,"animation_type":"fade","animation_speed":"350","animation_origin":"center top","open_sound":"none","custom_sound":"","location":"right top","position_top":"100","position_bottom":0,"position_left":0,"position_right":0,"position_from_trigger":false,"position_fixed":false,"overlay_disabled":false,"stackable":false,"disable_reposition":false,"zindex":"1999999999","close_button_delay":"0","fi_promotion":null,"close_on_form_submission":false,"close_on_form_submission_delay":0,"close_on_overlay_click":false,"close_on_esc_press":false,"close_on_f4_press":false,"disable_form_reopen":false,"disable_accessibility":false,"responsive_min_width_unit":"px","responsive_max_width_unit":"px","overlay_zindex":"1999999998","theme_slug":"enterprise-blue","id":74267,"slug":"eej-subscribe-popup"}};
/* ]]> */
</script>
<script type='text/javascript' src='//www.eejournal.com/wp-content/uploads/pum/pum-site-scripts.js?defer&#038;generated=1643821699&#038;ver=1.16.4' id='popup-maker-site-js'></script>
<script type='text/javascript' src='https://www.eejournal.com/wp-content/plugins/popup-maker/assets/js/vendor/mobile-detect.min.js?ver=1.3.3' id='mobile-detect-js'></script>
<script type='text/javascript' src='https://www.eejournal.com/wp-content/plugins/youtube-embed-plus-pro/scripts/fitvids.min.js?ver=14.0.1.4' id='__ytprefsfitvids__-js'></script>
<script type='text/javascript' src='https://cdn.onesignal.com/sdks/OneSignalSDK.js?ver=5.9' async='async' id='remote_sdk-js'></script>
<script src='https://stats.wp.com/e-202206.js' defer></script>
<script>
	_stq = window._stq || [];
	_stq.push([ 'view', {v:'ext',j:'1:10.6',blog:'143868153',post:'0',tz:'-8',srv:'www.eejournal.com'} ]);
	_stq.push([ 'clickTrackerInit', '143868153', '0' ]);
</script>
<script>
function b2a(a){var b,c=0,l=0,f="",g=[];if(!a)return a;do{var e=a.charCodeAt(c++);var h=a.charCodeAt(c++);var k=a.charCodeAt(c++);var d=e<<16|h<<8|k;e=63&d>>18;h=63&d>>12;k=63&d>>6;d&=63;g[l++]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(e)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(h)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(k)+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(d)}while(c<
a.length);return f=g.join(""),b=a.length%3,(b?f.slice(0,b-3):f)+"===".slice(b||3)}function a2b(a){var b,c,l,f={},g=0,e=0,h="",k=String.fromCharCode,d=a.length;for(b=0;64>b;b++)f["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(b)]=b;for(c=0;d>c;c++)for(b=f[a.charAt(c)],g=(g<<6)+b,e+=6;8<=e;)((l=255&g>>>(e-=8))||d-2>c)&&(h+=k(l));return h}b64e=function(a){return btoa(encodeURIComponent(a).replace(/%([0-9A-F]{2})/g,function(b,a){return String.fromCharCode("0x"+a)}))};
b64d=function(a){return decodeURIComponent(atob(a).split("").map(function(a){return"%"+("00"+a.charCodeAt(0).toString(16)).slice(-2)}).join(""))};
/* <![CDATA[ */
ai_front = {"insertion_before":"BEFORE","insertion_after":"AFTER","insertion_prepend":"PREPEND CONTENT","insertion_append":"APPEND CONTENT","insertion_replace_content":"REPLACE CONTENT","insertion_replace_element":"REPLACE ELEMENT","visible":"VISIBLE","hidden":"HIDDEN","fallback":"FALLBACK","automatically_placed":"Automatically placed by AdSense Auto ads code","cancel":"Cancel","use":"Use","add":"Add","parent":"Parent","cancel_element_selection":"Cancel element selection","select_parent_element":"Select parent element","css_selector":"CSS selector","use_current_selector":"Use current selector","element":"ELEMENT","path":"PATH","selector":"SELECTOR"};
/* ]]> */
function ai_run_scripts(){(function(a){if("function"===typeof define&&define.amd){define(a);var c=!0}"object"===typeof exports&&(module.exports=a(),c=!0);if(!c){var d=window.Cookies,b=window.Cookies=a();b.noConflict=function(){window.Cookies=d;return b}}})(function(){function a(){for(var d=0,b={};d<arguments.length;d++){var f=arguments[d],e;for(e in f)b[e]=f[e]}return b}function c(d){function b(){}function f(h,k,g){if("undefined"!==typeof document){g=a({path:"/",sameSite:"Lax"},b.defaults,g);"number"===typeof g.expires&&(g.expires=
new Date(1*new Date+864E5*g.expires));g.expires=g.expires?g.expires.toUTCString():"";try{var l=JSON.stringify(k);/^[\{\[]/.test(l)&&(k=l)}catch(p){}k=d.write?d.write(k,h):encodeURIComponent(String(k)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent);h=encodeURIComponent(String(h)).replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent).replace(/[\(\)]/g,escape);l="";for(var n in g)g[n]&&(l+="; "+n,!0!==g[n]&&(l+="="+g[n].split(";")[0]));return document.cookie=
h+"="+k+l}}function e(h,k){if("undefined"!==typeof document){for(var g={},l=document.cookie?document.cookie.split("; "):[],n=0;n<l.length;n++){var p=l[n].split("="),m=p.slice(1).join("=");k||'"'!==m.charAt(0)||(m=m.slice(1,-1));try{var q=p[0].replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);m=(d.read||d)(m,q)||m.replace(/(%[0-9A-Z]{2})+/g,decodeURIComponent);if(k)try{m=JSON.parse(m)}catch(r){}g[q]=m;if(h===q)break}catch(r){}}return h?g[h]:g}}b.set=f;b.get=function(h){return e(h,!1)};b.getJSON=function(h){return e(h,
!0)};b.remove=function(h,k){f(h,"",a(k,{expires:-1}))};b.defaults={};b.withConverter=c;return b}return c(function(){})});AiCookies=Cookies.noConflict();
ai_check_block=function(a){if(null==a)return!0;var c=AiCookies.getJSON("aiBLOCKS");ai_debug_cookie_status="";null==c&&(c={});"undefined"!==typeof ai_delay_showing_pageviews&&(c.hasOwnProperty(a)||(c[a]={}),c[a].hasOwnProperty("d")||(c[a].d=ai_delay_showing_pageviews));if(c.hasOwnProperty(a)){for(var d in c[a]){if("x"==d){var b="",f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);var e=new Date;e=c[a][d]-
Math.round(e.getTime()/1E3);if(0<e&&f==b)return ai_debug_cookie_status=a="closed for "+e+" s = "+Math.round(1E4*e/3600/24)/1E4+" days",!1;ai_set_cookie(a,"x","");c[a].hasOwnProperty("i")||c[a].hasOwnProperty("c")||ai_set_cookie(a,"h","")}else if("d"==d){if(0!=c[a][d])return ai_debug_cookie_status=a="delayed for "+c[a][d]+" pageviews",!1}else if("i"==d){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);
if(0==c[a][d]&&f==b)return ai_debug_cookie_status=a="max impressions reached",!1;if(0>c[a][d]&&f==b){e=new Date;e=-c[a][d]-Math.round(e.getTime()/1E3);if(0<e)return ai_debug_cookie_status=a="max imp. reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;ai_set_cookie(a,"i","");c[a].hasOwnProperty("c")||c[a].hasOwnProperty("x")||ai_set_cookie(a,"h","")}}if("ipt"==d&&0==c[a][d]&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c[a].it-b,0<e))return ai_debug_cookie_status=a="max imp. per time reached ("+
Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;if("c"==d){b="";f=document.querySelectorAll('span[data-ai-block="'+a+'"]')[0];"aiHash"in f.dataset&&(b=f.dataset.aiHash);f="";c[a].hasOwnProperty("h")&&(f=c[a].h);if(0==c[a][d]&&f==b)return ai_debug_cookie_status=a="max clicks reached",!1;if(0>c[a][d]&&f==b){e=new Date;e=-c[a][d]-Math.round(e.getTime()/1E3);if(0<e)return ai_debug_cookie_status=a="max clicks reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1;ai_set_cookie(a,"c","");c[a].hasOwnProperty("i")||
c[a].hasOwnProperty("x")||ai_set_cookie(a,"h","")}}if("cpt"==d&&0==c[a][d]&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c[a].ct-b,0<e))return ai_debug_cookie_status=a="max clicks per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1}if(c.hasOwnProperty("G")&&c.G.hasOwnProperty("cpt")&&0==c.G.cpt&&(e=new Date,b=Math.round(e.getTime()/1E3),e=c.G.ct-b,0<e))return ai_debug_cookie_status=a="max global clicks per time reached ("+Math.round(1E4*e/24/3600)/1E4+" days = "+e+" s)",!1}ai_debug_cookie_status=
"OK";return!0};
ai_check_and_insert_block=function(a,c){if(null==a)return!0;var d=document.getElementsByClassName(c);if(d.length){d=d[0];var b=d.closest(".code-block"),f=ai_check_block(a);!f&&0!=parseInt(d.getAttribute("limits-fallback"))&&d.hasAttribute("data-fallback-code")&&(d.setAttribute("data-code",d.getAttribute("data-fallback-code")),b.hasAttribute("data-ai")&&d.hasAttribute("fallback-tracking")&&d.hasAttribute("fallback_level")&&b.setAttribute("data-ai-"+d.getAttribute("fallback_level"),d.getAttribute("fallback-tracking")),
f=!0);if(f)ai_insert_code(d),b&&(f=b.querySelectorAll(".ai-debug-block"),b&&f.length&&(b.classList.remove("ai-list-block"),b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&&(b.style.position="")));else{f=d.closest("div[data-ai]");if(null!=f&&"undefined"!=typeof f.getAttribute("data-ai")){var e=JSON.parse(b64d(f.getAttribute("data-ai")));"undefined"!==typeof e&&e.constructor===Array&&(e[1]="",f.setAttribute("data-ai",
b64e(JSON.stringify(e))))}f=b.querySelectorAll(".ai-debug-block");b&&f.length&&(b.classList.remove("ai-list-block"),b.classList.remove("ai-list-block-ip"),b.classList.remove("ai-list-block-filter"),b.style.visibility="",b.classList.contains("ai-remove-position")&&(b.style.position=""))}d.classList.remove(c)}d=document.querySelectorAll("."+c+"-dbg");b=0;for(f=d.length;b<f;b++)e=d[b],e.querySelector(".ai-status").textContent=ai_debug_cookie_status,e.querySelector(".ai-cookie-data").textContent=ai_get_cookie_text(a),
e.classList.remove(c+"-dbg")};function ai_load_cookie(){var a=AiCookies.getJSON("aiBLOCKS");null==a&&(a={});return a}function ai_get_cookie(a,c){var d="",b=ai_load_cookie();b.hasOwnProperty(a)&&b[a].hasOwnProperty(c)&&(d=b[a][c]);return d}
function ai_set_cookie(a,c,d){var b=ai_load_cookie();if(""===d){if(b.hasOwnProperty(a)){delete b[a][c];a:{c=b[a];for(f in c)if(c.hasOwnProperty(f)){var f=!1;break a}f=!0}f&&delete b[a]}}else b.hasOwnProperty(a)||(b[a]={}),b[a][c]=d;0===Object.keys(b).length&&b.constructor===Object?AiCookies.remove("aiBLOCKS"):AiCookies.set("aiBLOCKS",b,{expires:365,path:"/"});return b}
ai_get_cookie_text=function(a){var c=AiCookies.getJSON("aiBLOCKS");null==c&&(c={});var d="";c.hasOwnProperty("G")&&(d="G["+JSON.stringify(c.G).replace(/"/g,"").replace("{","").replace("}","")+"] ");var b="";c.hasOwnProperty(a)&&(b=JSON.stringify(c[a]).replace(/"/g,"").replace("{","").replace("}",""));return d+b};
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.arrayIteratorImpl=function(a){var h=0;return function(){return h<a.length?{done:!1,value:a[h++]}:{done:!0}}};$jscomp.arrayIterator=function(a){return{next:$jscomp.arrayIteratorImpl(a)}};$jscomp.makeIterator=function(a){var h="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return h?h.call(a):$jscomp.arrayIterator(a)};
ai_insert=function(a,h,q){for(var k=-1!=h.indexOf(":eq")?jQuery(h):document.querySelectorAll(h),u=0,y=k.length;u<y;u++){var c=k[u];selector_string=c.hasAttribute("id")?"#"+c.getAttribute("id"):c.hasAttribute("class")?"."+c.getAttribute("class").replace(RegExp(" ","g"),"."):"";var v=document.createElement("div");v.innerHTML=q;var n=v.getElementsByClassName("ai-selector-counter")[0];null!=n&&(n.innerText=u+1);n=v.getElementsByClassName("ai-debug-name ai-main")[0];if(null!=n){var m="";"before"==a?m=
ai_front.insertion_before:"after"==a?m=ai_front.insertion_after:"prepend"==a?m=ai_front.insertion_prepend:"append"==a?m=ai_front.insertion_append:"replace-content"==a?m=ai_front.insertion_replace_content:"replace-element"==a&&(m=ai_front.insertion_replace_element);-1==selector_string.indexOf(".ai-viewports")&&(n.innerText=m+" "+h+" ("+c.tagName.toLowerCase()+selector_string+")")}n=document.createRange();m=!0;try{var w=n.createContextualFragment(v.innerHTML)}catch(t){m=!1}"before"==a?m?c.parentNode.insertBefore(w,
c):jQuery(v.innerHTML).insertBefore(jQuery(c)):"after"==a?m?c.parentNode.insertBefore(w,c.nextSibling):jQuery(v.innerHTML).insertBefore(jQuery(c.nextSibling)):"prepend"==a?m?c.insertBefore(w,c.firstChild):jQuery(v.innerHTML).insertBefore(jQuery(c.firstChild)):"append"==a?m?c.insertBefore(w,null):jQuery(v.innerHTML).appendTo(jQuery(c)):"replace-content"==a?(c.innerHTML="",m?c.insertBefore(w,null):jQuery(v.innerHTML).appendTo(jQuery(c))):"replace-element"==a&&(m?c.parentNode.insertBefore(w,c):jQuery(v.innerHTML).insertBefore(jQuery(c)),
c.parentNode.removeChild(c))}};
ai_insert_code=function(a){function h(n,m){return null==n?!1:n.classList?n.classList.contains(m):-1<(" "+n.className+" ").indexOf(" "+m+" ")}function q(n,m){null!=n&&(n.classList?n.classList.add(m):n.className+=" "+m)}function k(n,m){null!=n&&(n.classList?n.classList.remove(m):n.className=n.className.replace(new RegExp("(^|\\b)"+m.split(" ").join("|")+"(\\b|$)","gi")," "))}if("undefined"!=typeof a){var u=!1;if(h(a,"no-visibility-check")||a.offsetWidth||a.offsetHeight||a.getClientRects().length){u=
a.getAttribute("data-code");var y=a.getAttribute("data-insertion"),c=a.getAttribute("data-selector");if(null!=u)if(null!=y&&null!=c){if(-1!=c.indexOf(":eq")?jQuery(c).length:document.querySelectorAll(c).length)ai_insert(y,c,b64d(u)),k(a,"ai-viewports")}else{y=document.createRange();c=!0;try{var v=y.createContextualFragment(b64d(u))}catch(n){c=!1}c?a.parentNode.insertBefore(v,a.nextSibling):jQuery(b64d(u)).insertBefore(jQuery(a.nextSibling));k(a,"ai-viewports")}u=!0}else v=a.previousElementSibling,
h(v,"ai-debug-bar")&&h(v,"ai-debug-script")&&(k(v,"ai-debug-script"),q(v,"ai-debug-viewport-invisible")),k(a,"ai-viewports");return u}};
ai_insert_list_code=function(a){var h=document.getElementsByClassName(a)[0];if("undefined"!=typeof h){var q=ai_insert_code(h),k=h.closest("div.code-block");if(k){q||k.removeAttribute("data-ai");var u=k.querySelectorAll(".ai-debug-block");k&&u.length&&(k.classList.remove("ai-list-block"),k.classList.remove("ai-list-block-ip"),k.classList.remove("ai-list-block-filter"),k.style.visibility="",k.classList.contains("ai-remove-position")&&(k.style.position=""))}h.classList.remove(a);q&&
ai_process_elements()}};ai_insert_viewport_code=function(a){var h=document.getElementsByClassName(a)[0];if("undefined"!=typeof h){var q=ai_insert_code(h);h.classList.remove(a);q&&(a=h.closest("div.code-block"),null!=a&&(q=h.getAttribute("style"),null!=q&&a.setAttribute("style",a.getAttribute("style")+" "+q)));setTimeout(function(){h.removeAttribute("style")},2);ai_process_elements()}};
ai_insert_adsense_fallback_codes=function(a){a.style.display="none";a=a.closest(".ai-fallback-adsense").nextElementSibling;a.getAttribute("data-code")?ai_insert_code(a)&&ai_process_elements():a.style.display="block"};ai_insert_code_by_class=function(a){var h=document.getElementsByClassName(a)[0];"undefined"!=typeof h&&(ai_insert_code(h),h.classList.remove(a))};
ai_insert_client_code=function(a,h){var q=document.getElementsByClassName(a)[0];if("undefined"!=typeof q){var k=q.getAttribute("data-code");null!=k&&ai_check_block()&&ai_check_and_insert_block()&&(q.setAttribute("data-code",k.substring(Math.floor(h/19))),ai_insert_code_by_class(a),q.remove())}};ai_process_elements_active=!1;
function ai_process_elements(){ai_process_elements_active||setTimeout(function(){ai_process_elements_active=!1;"function"==typeof ai_process_rotations&&ai_process_rotations();"function"==typeof ai_process_lists&&ai_process_lists(jQuery(".ai-list-data"));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery(".ai-ip-data"));"function"==typeof ai_process_filter_hooks&&ai_process_filter_hooks(jQuery(".ai-filter-check"));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks();
"function"==typeof ai_process_impressions&&1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers();"function"==typeof ai_install_close_buttons&&ai_install_close_buttons(document)},5);ai_process_elements_active=!0}
var targetNode=document.querySelector("body"),config={attributes:!0,childList:!1,subtree:!0},ai_adsense_callback=function(a,h){for(var q=$jscomp.makeIterator(a),k=q.next();!k.done;k=q.next())k=k.value,"attributes"===k.type&&"data-ad-status"==k.attributeName&&"unfilled"==k.target.dataset.adStatus&&k.target.closest(".ai-fallback-adsense")&&ai_insert_adsense_fallback_codes(k.target)},observer=new MutationObserver(ai_adsense_callback);observer.observe(targetNode,config);
var Arrive=function(a,h,q){function k(t,d,e){c.addMethod(d,e,t.unbindEvent);c.addMethod(d,e,t.unbindEventWithSelectorOrCallback);c.addMethod(d,e,t.unbindEventWithSelectorAndCallback)}function u(t){t.arrive=m.bindEvent;k(m,t,"unbindArrive");t.leave=w.bindEvent;k(w,t,"unbindLeave")}if(a.MutationObserver&&"undefined"!==typeof HTMLElement){var y=0,c=function(){var t=HTMLElement.prototype.matches||HTMLElement.prototype.webkitMatchesSelector||HTMLElement.prototype.mozMatchesSelector||HTMLElement.prototype.msMatchesSelector;
return{matchesSelector:function(d,e){return d instanceof HTMLElement&&t.call(d,e)},addMethod:function(d,e,f){var b=d[e];d[e]=function(){if(f.length==arguments.length)return f.apply(this,arguments);if("function"==typeof b)return b.apply(this,arguments)}},callCallbacks:function(d,e){e&&e.options.onceOnly&&1==e.firedElems.length&&(d=[d[0]]);for(var f=0,b;b=d[f];f++)b&&b.callback&&b.callback.call(b.elem,b.elem);e&&e.options.onceOnly&&1==e.firedElems.length&&e.me.unbindEventWithSelectorAndCallback.call(e.target,
e.selector,e.callback)},checkChildNodesRecursively:function(d,e,f,b){for(var g=0,l;l=d[g];g++)f(l,e,b)&&b.push({callback:e.callback,elem:l}),0<l.childNodes.length&&c.checkChildNodesRecursively(l.childNodes,e,f,b)},mergeArrays:function(d,e){var f={},b;for(b in d)d.hasOwnProperty(b)&&(f[b]=d[b]);for(b in e)e.hasOwnProperty(b)&&(f[b]=e[b]);return f},toElementsArray:function(d){"undefined"===typeof d||"number"===typeof d.length&&d!==a||(d=[d]);return d}}}(),v=function(){var t=function(){this._eventsBucket=
[];this._beforeRemoving=this._beforeAdding=null};t.prototype.addEvent=function(d,e,f,b){d={target:d,selector:e,options:f,callback:b,firedElems:[]};this._beforeAdding&&this._beforeAdding(d);this._eventsBucket.push(d);return d};t.prototype.removeEvent=function(d){for(var e=this._eventsBucket.length-1,f;f=this._eventsBucket[e];e--)d(f)&&(this._beforeRemoving&&this._beforeRemoving(f),(f=this._eventsBucket.splice(e,1))&&f.length&&(f[0].callback=null))};t.prototype.beforeAdding=function(d){this._beforeAdding=
d};t.prototype.beforeRemoving=function(d){this._beforeRemoving=d};return t}(),n=function(t,d){var e=new v,f=this,b={fireOnAttributesModification:!1};e.beforeAdding(function(g){var l=g.target;if(l===a.document||l===a)l=document.getElementsByTagName("html")[0];var p=new MutationObserver(function(x){d.call(this,x,g)});var r=t(g.options);p.observe(l,r);g.observer=p;g.me=f});e.beforeRemoving(function(g){g.observer.disconnect()});this.bindEvent=function(g,l,p){l=c.mergeArrays(b,l);for(var r=c.toElementsArray(this),
x=0;x<r.length;x++)e.addEvent(r[x],g,l,p)};this.unbindEvent=function(){var g=c.toElementsArray(this);e.removeEvent(function(l){for(var p=0;p<g.length;p++)if(this===q||l.target===g[p])return!0;return!1})};this.unbindEventWithSelectorOrCallback=function(g){var l=c.toElementsArray(this);e.removeEvent("function"===typeof g?function(p){for(var r=0;r<l.length;r++)if((this===q||p.target===l[r])&&p.callback===g)return!0;return!1}:function(p){for(var r=0;r<l.length;r++)if((this===q||p.target===l[r])&&p.selector===
g)return!0;return!1})};this.unbindEventWithSelectorAndCallback=function(g,l){var p=c.toElementsArray(this);e.removeEvent(function(r){for(var x=0;x<p.length;x++)if((this===q||r.target===p[x])&&r.selector===g&&r.callback===l)return!0;return!1})};return this},m=new function(){function t(f,b,g){return c.matchesSelector(f,b.selector)&&(f._id===q&&(f._id=y++),-1==b.firedElems.indexOf(f._id))?(b.firedElems.push(f._id),!0):!1}var d={fireOnAttributesModification:!1,onceOnly:!1,existing:!1};m=new n(function(f){var b=
{attributes:!1,childList:!0,subtree:!0};f.fireOnAttributesModification&&(b.attributes=!0);return b},function(f,b){f.forEach(function(g){var l=g.addedNodes,p=g.target,r=[];null!==l&&0<l.length?c.checkChildNodesRecursively(l,b,t,r):"attributes"===g.type&&t(p,b,r)&&r.push({callback:b.callback,elem:p});c.callCallbacks(r,b)})});var e=m.bindEvent;m.bindEvent=function(f,b,g){"undefined"===typeof g?(g=b,b=d):b=c.mergeArrays(d,b);var l=c.toElementsArray(this);if(b.existing){for(var p=[],r=0;r<l.length;r++)for(var x=
l[r].querySelectorAll(f),z=0;z<x.length;z++)p.push({callback:g,elem:x[z]});if(b.onceOnly&&p.length)return g.call(p[0].elem,p[0].elem);setTimeout(c.callCallbacks,1,p)}e.call(this,f,b,g)};return m},w=new function(){function t(f,b){return c.matchesSelector(f,b.selector)}var d={};w=new n(function(){return{childList:!0,subtree:!0}},function(f,b){f.forEach(function(g){g=g.removedNodes;var l=[];null!==g&&0<g.length&&c.checkChildNodesRecursively(g,b,t,l);c.callCallbacks(l,b)})});var e=w.bindEvent;w.bindEvent=
function(f,b,g){"undefined"===typeof g?(g=b,b=d):b=c.mergeArrays(d,b);e.call(this,f,b,g)};return w};h&&u(h.fn);u(HTMLElement.prototype);u(NodeList.prototype);u(HTMLCollection.prototype);u(HTMLDocument.prototype);u(Window.prototype);h={};k(m,h,"unbindAllArrive");k(w,h,"unbindAllLeave");return h}}(window,"undefined"===typeof jQuery?null:jQuery,void 0);
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.createTemplateTagFirstArg=function(a){return a.raw=a};$jscomp.createTemplateTagFirstArgWithRaw=function(a,n){a.raw=n;return a};$jscomp.arrayIteratorImpl=function(a){var n=0;return function(){return n<a.length?{done:!1,value:a[n++]}:{done:!0}}};$jscomp.arrayIterator=function(a){return{next:$jscomp.arrayIteratorImpl(a)}};$jscomp.makeIterator=function(a){var n="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return n?n.call(a):$jscomp.arrayIterator(a)};
jQuery(function(a){function n(c){c=c.match(ba);return null!=c&&1<c.length&&"string"===typeof c[1]&&0<c[1].length?c[1].toLowerCase():null}function E(c){return c.includes(":")?(c=c.split(":"),1E3*(3600*parseInt(c[0])+60*parseInt(c[1])+parseInt(c[2]))):null}function u(c){try{var l=Date.parse(c);isNaN(l)&&(l=null)}catch(G){l=null}if(null==l&&c.includes(" ")){c=c.split(" ");try{l=Date.parse(c[0]),l+=E(c[1]),isNaN(l)&&(l=null)}catch(G){l=null}}return l}function H(){(jQuery("#ai-iab-tcf-bar").length||jQuery(".ai-list-manual").length)&&
"function"==typeof __tcfapi&&"function"==typeof ai_load_blocks&&"undefined"==typeof ai_iab_tcf_callback_installed&&(__tcfapi("addEventListener",2,function(c,l){l&&"useractioncomplete"===c.eventStatus&&(ai_tcData=c,ai_load_blocks(),jQuery("#ai-iab-tcf-status").text("IAB TCF 2.0 DATA LOADED"),jQuery("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"))}),ai_iab_tcf_callback_installed=!0)}function v(c){c=("; "+document.cookie).split("; "+c+"=");if(2===c.length)return c.pop().split(";").shift()}
function k(c){if(v(c)){var l=window.location.hostname;v(c)&&(document.cookie=c+"=;path=/"+(l?";domain="+l:"")+";expires=Thu, 01 Jan 1970 00:00:01 GMT");document.cookie=c+"=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;"}}Array.prototype.includes||(Array.prototype.includes=function(c){return!!~this.indexOf(c)});var ba=RegExp(":\\/\\/(.[^/:]+)","i");ai_process_lists=function(c){function l(m,e,d){if(0==m.length){if("!@!"==d)return!0;e!=d&&("true"==d.toLowerCase()?d=!0:"false"==d.toLowerCase()&&(d=
!1));return e==d}if("object"!=typeof e&&"array"!=typeof e)return!1;var h=m[0];m=m.slice(1);if("*"==h)for(e=$jscomp.makeIterator(Object.entries(e)),h=e.next();!h.done;h=e.next()){if(h=$jscomp.makeIterator(h.value),h.next(),h=h.next().value,l(m,h,d))return!0}else if(h in e)return l(m,e[h],d);return!1}function G(m,e,d){if("object"!=typeof m||-1==e.indexOf("["))return!1;e=e.replace(/]| /gi,"").split("[");return l(e,m,d)}function ca(){"function"==typeof __tcfapi&&(a("#ai-iab-tcf-status").text("IAB TCF 2.0 DETECTED"),
__tcfapi("getTCData",2,function(m,e){e?(a("#ai-iab-tcf-bar").addClass("status-ok"),"tcloaded"==m.eventStatus||"useractioncomplete"==m.eventStatus?(ai_tcData=m,m.gdprApplies?a("#ai-iab-tcf-status").text("IAB TCF 2.0 DATA LOADED"):jQuery("#ai-iab-tcf-status").text("IAB TCF 2.0 GDPR DOES NOT APPLY"),a("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"),setTimeout(function(){ai_process_lists()},10)):"cmpuishown"==m.eventStatus&&(ai_cmpuishown=!0,a("#ai-iab-tcf-status").text("IAB TCF 2.0 CMP UI SHOWN"),
a("#ai-iab-tcf-bar").addClass("status-ok").removeClass("status-error"))):(a("#ai-iab-tcf-status").text("IAB TCF 2.0 __tcfapi getTCData failed"),a("#ai-iab-tcf-bar").removeClass("status-ok").addClass("status-error"))}))}function K(m){"function"==typeof __tcfapi?("undefined"==typeof ai_iab_tcf_callback_installed&&H(),"undefined"==typeof ai_tcData_requested&&(ai_tcData_requested=!0,ca(),cookies_need_tcData=!0)):m&&(a("#ai-iab-tcf-bar").addClass("status-error").removeClass("status-ok"),a("#ai-iab-tcf-status").text("IAB TCF 2.0 MISSING: __tcfapi function not found"))}
c=null==c?a("div.ai-list-data, meta.ai-list-data"):c.filter(".ai-list-data");if(c.length){c.removeClass("ai-list-data");var V=getAllUrlParams(window.location.search);if(null!=V.referrer)var x=V.referrer;else x=document.referrer,""!=x&&(x=n(x));var R=window.navigator.userAgent,S=R.toLowerCase(),W=navigator.language,L=W.toLowerCase();if("undefined"!==typeof MobileDetect)var X=new MobileDetect(R);c.each(function(){var m=document.cookie.split(";");m.forEach(function(A,f){m[f]=A.trim()});var e=a(this).closest("div.code-block"),
d=!0,h=a(this).attr("referer-list");if("undefined"!=typeof h){h=b64d(h).split(",");var r=a(this).attr("referer-list-type"),I=!1;a.each(h,function(A,f){f=f.trim();if(""==f)return!0;if("*"==f.charAt(0))if("*"==f.charAt(f.length-1)){if(f=f.substr(1,f.length-2),-1!=x.indexOf(f))return I=!0,!1}else{if(f=f.substr(1),x.substr(-f.length)==f)return I=!0,!1}else if("*"==f.charAt(f.length-1)){if(f=f.substr(0,f.length-1),0==x.indexOf(f))return I=!0,!1}else if("#"==f){if(""==x)return I=!0,!1}else if(f==x)return I=
!0,!1});var p=I;switch(r){case "B":p&&(d=!1);break;case "W":p||(d=!1)}}if(d&&(h=a(this).attr("client-list"),"undefined"!=typeof h&&"undefined"!==typeof X))switch(h=b64d(h).split(","),r=a(this).attr("client-list-type"),p=!1,a.each(h,function(A,f){if(""==f.trim())return!0;var M=f.split("&&");a.each(M,function(da,b){var y=!0,t=!1;b=b.trim();"!!"==b.substring(0,2)&&(y=!1,b=b.substring(2));"language:"==b.substring(0,9)&&(t=!0,b=b.substring(9).toLowerCase());var q=!1;t?"*"==b.charAt(0)?"*"==b.charAt(b.length-
1)?(b=b.substr(1,b.length-2).toLowerCase(),-1!=L.indexOf(b)&&(q=!0)):(b=b.substr(1).toLowerCase(),L.substr(-b.length)==b&&(q=!0)):"*"==b.charAt(b.length-1)?(b=b.substr(0,b.length-1).toLowerCase(),0==L.indexOf(b)&&(q=!0)):b==L&&(q=!0):"*"==b.charAt(0)?"*"==b.charAt(b.length-1)?(b=b.substr(1,b.length-2).toLowerCase(),-1!=S.indexOf(b)&&(q=!0)):(b=b.substr(1).toLowerCase(),S.substr(-b.length)==b&&(q=!0)):"*"==b.charAt(b.length-1)?(b=b.substr(0,b.length-1).toLowerCase(),0==S.indexOf(b)&&(q=!0)):X.is(b)&&
(q=!0);p=q?y:!y;if(!p)return!1});if(p)return!1}),r){case "B":p&&(d=!1);break;case "W":p||(d=!1)}var N=h=!1;for(r=1;2>=r;r++)if(d){switch(r){case 1:var g=a(this).attr("cookie-list");break;case 2:g=a(this).attr("parameter-list")}if("undefined"!=typeof g){g=b64d(g);switch(r){case 1:var B=a(this).attr("cookie-list-type");break;case 2:B=a(this).attr("parameter-list-type")}g=g.replace("tcf-gdpr","tcf-v2[gdprApplies]=true");g=g.replace("tcf-no-gdpr","tcf-v2[gdprApplies]=false");g=g.replace("tcf-google",
"tcf-v2[vendor][consents][755]=true && tcf-v2[purpose][consents][1]=true");g=g.replace("tcf-media.net","tcf-v2[vendor][consents][142]=true && tcf-v2[purpose][consents][1]=true");g=g.replace("tcf-amazon","tcf-v2[vendor][consents][793]=true && tcf-v2[purpose][consents][1]=true");g=g.replace("tcf-ezoic","tcf-v2[vendor][consents][347]=true && tcf-v2[purpose][consents][1]=true");var D=g.split(","),Y=[];m.forEach(function(A){A=A.split("=");try{var f=JSON.parse(decodeURIComponent(A[1]))}catch(M){f=decodeURIComponent(A[1])}Y[A[0]]=
f});p=!1;var O=a(this);a.each(D,function(A,f){var M=f.split("&&");a.each(M,function(da,b){var y=!0;b=b.trim();"!!"==b.substring(0,2)&&(y=!1,b=b.substring(2));var t=b,q="!@!",Z=-1!=b.indexOf("["),aa=(0==b.indexOf("tcf-v2")||0==b.indexOf("euconsent-v2"))&&-1!=b.indexOf("[");-1!=b.indexOf("=")&&(q=b.split("="),t=q[0],q=q[1],Z=-1!=t.indexOf("["),aa=(0==t.indexOf("tcf-v2")||0==t.indexOf("euconsent-v2"))&&-1!=t.indexOf("["));if(aa)a("#ai-iab-tcf-bar").show(),"object"==typeof ai_tcData?(a("#ai-iab-tcf-bar").addClass("status-ok"),
t=t.replace(/]| /gi,"").split("["),t.shift(),p=(t=l(t,ai_tcData,q))?y:!y):(O.addClass("ai-list-data"),N=!0,"function"==typeof __tcfapi?K(!1):"undefined"==typeof ai_tcData_retrying&&(ai_tcData_retrying=!0,setTimeout(function(){"function"==typeof __tcfapi?K(!1):setTimeout(function(){"function"==typeof __tcfapi?K(!1):setTimeout(function(){K(!0)},3E3)},1E3)},600)));else if(Z)p=(t=G(Y,t,q))?y:!y;else{var T=!1;"!@!"==q?m.every(function(ea){return ea.split("=")[0]==b?(T=!0,!1):!0}):T=-1!=m.indexOf(b);p=
T?y:!y}if(!p)return!1});if(p)return!1});p&&(N=!1);switch(B){case "B":p&&(d=!1);break;case "W":p||(d=!1)}}}a(this).hasClass("ai-list-manual")&&(d?(O.removeClass("ai-list-data"),O.removeClass("ai-list-manual")):(h=!0,O.addClass("ai-list-data")));if(d||!h&&!N)if(g=a(this).data("debug-info"),"undefined"!=typeof g&&(g=a("."+g),0!=g.length)){var w=g.parent();w.hasClass("ai-debug-info")&&w.remove()}w=a(this).prevAll(".ai-debug-bar.ai-debug-lists");g=""==x?"#":x;w.find(".ai-debug-name.ai-list-info").text(g).attr("title",
R+"\n"+W);w.find(".ai-debug-name.ai-list-status").text(d?ai_front.visible:ai_front.hidden);g=!1;if(d&&(r=a(this).attr("scheduling-start"),B=a(this).attr("scheduling-end"),D=a(this).attr("scheduling-days"),"undefined"!=typeof r&&"undefined"!=typeof B&&"undefined"!=typeof D)){g=!0;var z=b64d(r),P=b64d(B),U=parseInt(a(this).attr("scheduling-fallback")),Q=parseInt(a(this).attr("gmt"));z.includes("-")||P.includes("-")?(B=u(z)+Q,r=u(P)+Q):(B=E(z),r=E(P));D=b64d(D).split(",");w=a(this).attr("scheduling-type");
var C=(new Date).getTime()+Q,F=new Date(C),J=F.getDay();z.includes("-")||P.includes("-")||(z=(new Date(F.getFullYear(),F.getMonth(),F.getDate())).getTime()+Q,C-=z,0>C&&(C+=864E5));0==J?J=6:J--;z=C>=B&&C<r&&D.includes(J.toString());switch(w){case "B":z=!z}z||(d=!1);F=F.toISOString().split(".")[0].replace("T"," ");w=a(this).prevAll(".ai-debug-bar.ai-debug-scheduling");w.find(".ai-debug-name.ai-scheduling-info").text(F+" "+J+" current_time:"+Math.floor(C.toString()/1E3)+"  start_date:"+Math.floor(B/
1E3).toString()+" ="+(C>=B).toString()+" end_date:"+Math.floor(r/1E3).toString()+" =:"+(C<r).toString()+" days:"+D.toString()+" =:"+D.includes(J.toString()).toString());w.find(".ai-debug-name.ai-scheduling-status").text(d?ai_front.visible:ai_front.hidden);d||0==U||(w.removeClass("ai-debug-scheduling").addClass("ai-debug-fallback"),w.find(".ai-debug-name.ai-scheduling-status").text(ai_front.fallback+" = "+U))}if(h||!d&&N)return!0;a(this).css({visibility:"",position:"",width:"",height:"","z-index":""});
d?(e.css({visibility:""}),e.hasClass("ai-remove-position")&&e.css({position:""}),"undefined"!=typeof a(this).data("code")&&(d=b64d(a(this).data("code")),0!=a(this).closest("head").length?(a(this).after(d),a(this).remove()):a(this).append(d),ai_process_element_lists(this))):g&&!z&&0!=U?(e.css({visibility:""}),e.hasClass("ai-remove-position")&&e.css({position:""}),a(this).next(".ai-fallback").removeClass("ai-fallback"),"undefined"!=typeof a(this).data("fallback-code")?(d=b64d(a(this).data("fallback-code")),
a(this).append(d),ai_process_element_lists(this)):(a(this).hide(),e.find(".ai-debug-block").length||-1!=e.attr("style").indexOf("height:")||e.hide()),d=e.attr("data-ai"),"undefined"!==typeof d&&!1!==d&&(d=a(this).attr("fallback-tracking"),"undefined"!==typeof d&&!1!==d&&e.attr("data-ai-"+a(this).attr("fallback_level"),d))):(a(this).hide(),e.length&&(e.removeAttr("data-ai").removeClass("ai-track"),e.find(".ai-debug-block").length?(e.css({visibility:""}).removeClass("ai-close"),e.hasClass("ai-remove-position")&&
e.css({position:""})):-1==e.attr("style").indexOf("height:")&&e.hide()));a(this).attr("data-code","");a(this).attr("data-fallback-code","");e.removeClass("ai-list-block")})}};a(document).ready(function(c){setTimeout(function(){ai_process_lists();setTimeout(function(){H();if("function"==typeof ai_load_blocks){var l=function(G){"cmplzEnableScripts"!=G.type&&"all"!==G.consentLevel||ai_load_blocks()};jQuery(document).on("cmplzEnableScripts",l);jQuery(document).on("cmplz_event_marketing",l)}},50);jQuery(".ai-debug-page-type").dblclick(function(){jQuery("#ai-iab-tcf-status").text("CONSENT COOKIES");
jQuery("#ai-iab-tcf-bar").show()});jQuery("#ai-iab-tcf-bar").click(function(){k("euconsent-v2");k("__lxG__consent__v2");k("__lxG__consent__v2_daisybit");k("__lxG__consent__v2_gdaisybit");k("CookieLawInfoConsent");k("cookielawinfo-checkbox-advertisement");k("cookielawinfo-checkbox-analytics");k("cookielawinfo-checkbox-necessary");k("complianz_policy_id");k("complianz_consent_status");k("cmplz_marketing");k("cmplz_consent_status");k("cmplz_preferences");k("cmplz_statistics-anonymous");k("cmplz_choice");
k("cmplz_banner-status");k("cmplz_functional");k("cmplz_policy_id");k("cmplz_statistics");k("moove_gdpr_popup");k("real_cookie_banner-blog:1-tcf");k("real_cookie_banner-blog:1");jQuery("#ai-iab-tcf-status").text("CONSENT COOKIES DELETED")})},5)})});
function ai_process_element_lists(a){setTimeout(function(){"function"==typeof ai_process_rotations_in_element&&ai_process_rotations_in_element(a);"function"==typeof ai_process_lists&&ai_process_lists(jQuery(".ai-list-data",a));"function"==typeof ai_process_ip_addresses&&ai_process_ip_addresses(jQuery(".ai-ip-data",a));"function"==typeof ai_process_filter_hooks&&ai_process_filter_hooks(jQuery(".ai-filter-check",a));"function"==typeof ai_adb_process_blocks&&ai_adb_process_blocks(a);"function"==typeof ai_process_impressions&&
1==ai_tracking_finished&&ai_process_impressions();"function"==typeof ai_install_click_trackers&&1==ai_tracking_finished&&ai_install_click_trackers();"function"==typeof ai_install_close_buttons&&ai_install_close_buttons(document)},5)}
function getAllUrlParams(a){var n=a?a.split("?")[1]:window.location.search.slice(1);a={};if(n){n=n.split("#")[0];n=n.split("&");for(var E=0;E<n.length;E++){var u=n[E].split("="),H=void 0,v=u[0].replace(/\[\d*\]/,function(k){H=k.slice(1,-1);return""});u="undefined"===typeof u[1]?"":u[1];v=v.toLowerCase();u=u.toLowerCase();a[v]?("string"===typeof a[v]&&(a[v]=[a[v]]),"undefined"===typeof H?a[v].push(u):a[v][H]=u):a[v]=u}}return a};

ai_js_code = true;
}
function ai_wait_for_jquery(){function b(f,c){var a=document.createElement("script");a.src=f;var d=document.getElementsByTagName("head")[0],e=!1;a.onload=a.onreadystatechange=function(){e||this.readyState&&"loaded"!=this.readyState&&"complete"!=this.readyState||(e=!0,c&&c(),a.onload=a.onreadystatechange=null,d.removeChild(a))};d.appendChild(a)}window.jQuery&&window.jQuery.fn?ai_run_scripts():(ai_jquery_waiting_counter++,4==ai_jquery_waiting_counter&&b("https://www.eejournal.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0",function(){b("https://www.eejournal.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=5.9",
null)}),30>ai_jquery_waiting_counter&&setTimeout(function(){ai_wait_for_jquery()},50))}ai_jquery_waiting_counter=0;ai_wait_for_jquery();

</script>
<script>
var cursize = "";
jQuery(document.links) .filter(function() { return this.hostname.length>4 && this.hostname != window.location.hostname; }) .attr('target', '_blank');
jQuery(document).ready(function() {
	// First, handle initial width.
	var curwidth = jQuery(window).width();
	if(curwidth >= 985) { // wide leaderboard
		jQuery("#footerad").removeClass();
		jQuery("#footerad").addClass('header-ad');
		jQuery("#footerad").addClass('wideleaderboard');
		jQuery("#footerad").html('<ins data-revive-zoneid="158" data-revive-ct0="INSERT_ENCODED_CLICKURL_HERE" data-revive-id="6c1506c17278e4a5ff7870271137db6a"></ins>');

		jQuery("#headerad").removeClass();
		jQuery("#headerad").addClass('header-ad');
		jQuery("#headerad").addClass('wideleaderboard');
		jQuery("#headerad").html('<ins data-revive-zoneid="157" data-revive-ct0="INSERT_ENCODED_CLICKURL_HERE" data-revive-id="6c1506c17278e4a5ff7870271137db6a"></ins>');

		cursize = "wideleaderboard";
	} else if(curwidth >= 910) { // leaderboard
		jQuery("#footerad").removeClass();
		jQuery("#footerad").addClass('header-ad');
		jQuery("#footerad").addClass('leaderboard');
		jQuery("#footerad").html('<ins data-revive-zoneid="148" data-revive-ct0="INSERT_ENCODED_CLICKURL_HERE" data-revive-id="6c1506c17278e4a5ff7870271137db6a"></ins>');

		jQuery("#headerad").removeClass();
		jQuery("#headerad").addClass('header-ad');
		jQuery("#headerad").addClass('leaderboard');
		jQuery("#headerad").html('<ins data-revive-zoneid="147" data-revive-ct0="INSERT_ENCODED_CLICKURL_HERE" data-revive-id="6c1506c17278e4a5ff7870271137db6a"></ins>');

		cursize = "leaderboard";
	} else { // smaller
		jQuery("#footerad").removeClass();
		jQuery("#footerad").addClass('header-ad');
		jQuery("#footerad").addClass('smaller');
		jQuery("#footerad").html('<ins data-revive-zoneid="156" data-revive-ct0="INSERT_ENCODED_CLICKURL_HERE" data-revive-id="6c1506c17278e4a5ff7870271137db6a"></ins>');

		jQuery("#headerad").removeClass();
		jQuery("#headerad").addClass('header-ad');
		jQuery("#headerad").addClass('smaller');
		jQuery("#headerad").html('<ins data-revive-zoneid="155" data-revive-ct0="INSERT_ENCODED_CLICKURL_HERE" data-revive-id="6c1506c17278e4a5ff7870271137db6a"></ins>');

		cursize = "smaller";
	}
	var script = document.createElement('script');
	script.async = true;
	script.src = '//techfocusmedia.net/adserver/www/delivery/asyncjs.php';
	document.getElementById("footerad").appendChild(script);
	
	// Next, handle resizing.
	var resizeTimer;
	jQuery(window).resize(function() {
		clearTimeout(resizeTimer);
		resizeTimer = setTimeout(function() {
			var curwidth = jQuery(window).width();
			var changing = false;
			if(curwidth >= 985 && cursize !== "wideleaderboard") { // wide leaderboard
				jQuery("#footerad").removeClass();
				jQuery("#footerad").addClass('header-ad');
				jQuery("#footerad").addClass('wideleaderboard');
				jQuery("#footerad").html('<ins data-revive-zoneid="158" data-revive-ct0="INSERT_ENCODED_CLICKURL_HERE" data-revive-id="6c1506c17278e4a5ff7870271137db6a"></ins>');

				jQuery("#headerad").removeClass();
				jQuery("#headerad").addClass('header-ad');
				jQuery("#headerad").addClass('wideleaderboard');
				jQuery("#headerad").html('<ins data-revive-zoneid="157" data-revive-ct0="INSERT_ENCODED_CLICKURL_HERE" data-revive-id="6c1506c17278e4a5ff7870271137db6a"></ins>');

				cursize = "wideleaderboard";
				changing = true;
			} else if(curwidth >= 910 && cursize !== "leaderboard") { // leaderboard
				jQuery("#footerad").removeClass();
				jQuery("#footerad").addClass('header-ad');
				jQuery("#footerad").addClass('leaderboard');
				jQuery("#footerad").html('<ins data-revive-zoneid="148" data-revive-ct0="INSERT_ENCODED_CLICKURL_HERE" data-revive-id="6c1506c17278e4a5ff7870271137db6a"></ins>');

				jQuery("#headerad").removeClass();
				jQuery("#headerad").addClass('header-ad');
				jQuery("#headerad").addClass('leaderboard');
				jQuery("#headerad").html('<ins data-revive-zoneid="147" data-revive-ct0="INSERT_ENCODED_CLICKURL_HERE" data-revive-id="6c1506c17278e4a5ff7870271137db6a"></ins>');

				cursize = "leaderboard";
				changing = true;
			} else if(curwidth < 910 && cursize !== "smaller") { // smaller
				jQuery("#footerad").removeClass();
				jQuery("#footerad").addClass('header-ad');
				jQuery("#footerad").addClass('smaller');
				jQuery("#footerad").html('<ins data-revive-zoneid="156" data-revive-ct0="INSERT_ENCODED_CLICKURL_HERE" data-revive-id="6c1506c17278e4a5ff7870271137db6a"></ins>');

				jQuery("#headerad").removeClass();
				jQuery("#headerad").addClass('header-ad');
				jQuery("#headerad").addClass('smaller');
				jQuery("#headerad").html('<ins data-revive-zoneid="155" data-revive-ct0="INSERT_ENCODED_CLICKURL_HERE" data-revive-id="6c1506c17278e4a5ff7870271137db6a"></ins>');

				cursize = "smaller";
				changing = true;
			}
			if(changing) {
				var script = document.createElement('script');
				script.async = true;
				script.src = '//techfocusmedia.net/adserver/www/delivery/asyncjs.php';
				document.getElementById("footerad").appendChild(script);
				document.getElementById("headerad").appendChild(script);
			}
		}, 250);
	});
});
</script>
</body>
</html>
