<!doctype html>
<html lang="en-US">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<title>Mets360</title>
<meta name='robots' content='max-image-preview:large' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	<link rel='dns-prefetch' href='//stats.wp.com' />
<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='preconnect' href='//i0.wp.com' />
<link rel="alternate" type="application/rss+xml" title="Mets360 &raquo; Feed" href="/?feed=rss2" />
<link rel="alternate" type="application/rss+xml" title="Mets360 &raquo; Comments Feed" href="/?feed=comments-rss2" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v9.6.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-73TN433XN4"  data-cfasync="false" data-wpfc-render="false" async></script>
			<script data-cfasync="false" data-wpfc-render="false">
				var mi_version = '9.6.0';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/mets360.com\/"};
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-73TN433XN4',
									];

				/* 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.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-73TN433XN4', {"forceSSL":"true"} );
															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',
									'referrer' : 'page_referrer',
								};
								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>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/mets360.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.1"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
</script>
<style id='wp-emoji-styles-inline-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='wp-block-library-css' href='/wp-includes/css/dist/block-library/style.min.css?ver=6.8.1' media='all' />
<style id='wp-block-library-theme-inline-css'>
.wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em}
</style>
<style id='classic-theme-styles-inline-css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<link rel='stylesheet' id='liveblog24_live_blogging_tool-cgb-style-css-css' href='/wp-content/plugins/24liveblog/dist/blocks.style.build.css' media='all' />
<link rel='stylesheet' id='mediaelement-css' href='/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css' href='/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.8.1' media='all' />
<style id='jetpack-sharing-buttons-style-inline-css'>
.jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
</style>
<link rel='stylesheet' id='awsm-ead-public-css' href='/wp-content/plugins/embed-any-document/css/embed-public.min.css?ver=2.7.7' media='all' />
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--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--color--darkest-grey: #3d4852;--wp--preset--color--dark-grey: #58636F;--wp--preset--color--grey: #677783;--wp--preset--color--light-grey: #bac6d3;--wp--preset--color--lightest-grey: #f1f5f8;--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--font-size--small: 14px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 20px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--normal: 16px;--wp--preset--font-size--lead: 18px;--wp--preset--font-size--very-large: 24px;--wp--preset--font-size--huge: 28px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}.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-darkest-grey-color{color: var(--wp--preset--color--darkest-grey) !important;}.has-dark-grey-color{color: var(--wp--preset--color--dark-grey) !important;}.has-grey-color{color: var(--wp--preset--color--grey) !important;}.has-light-grey-color{color: var(--wp--preset--color--light-grey) !important;}.has-lightest-grey-color{color: var(--wp--preset--color--lightest-grey) !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-darkest-grey-background-color{background-color: var(--wp--preset--color--darkest-grey) !important;}.has-dark-grey-background-color{background-color: var(--wp--preset--color--dark-grey) !important;}.has-grey-background-color{background-color: var(--wp--preset--color--grey) !important;}.has-light-grey-background-color{background-color: var(--wp--preset--color--light-grey) !important;}.has-lightest-grey-background-color{background-color: var(--wp--preset--color--lightest-grey) !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-darkest-grey-border-color{border-color: var(--wp--preset--color--darkest-grey) !important;}.has-dark-grey-border-color{border-color: var(--wp--preset--color--dark-grey) !important;}.has-grey-border-color{border-color: var(--wp--preset--color--grey) !important;}.has-light-grey-border-color{border-color: var(--wp--preset--color--light-grey) !important;}.has-lightest-grey-border-color{border-color: var(--wp--preset--color--lightest-grey) !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;}.has-normal-font-size{font-size: var(--wp--preset--font-size--normal) !important;}.has-lead-font-size{font-size: var(--wp--preset--font-size--lead) !important;}.has-very-large-font-size{font-size: var(--wp--preset--font-size--very-large) !important;}.has-huge-font-size{font-size: var(--wp--preset--font-size--huge) !important;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='dslc-fontawesome-css' href='/wp-content/plugins/live-composer-page-builder/css/font-awesome.css?ver=1.5.52' media='all' />
<link rel='stylesheet' id='dslc-plugins-css-css' href='/wp-content/plugins/live-composer-page-builder/css/dist/frontend.plugins.min.css?ver=1.5.52' media='all' />
<link rel='stylesheet' id='dslc-frontend-css-css' href='/wp-content/plugins/live-composer-page-builder/css/dist/frontend.min.css?ver=1.5.52' media='all' />
<link rel='stylesheet' id='minnitchatstyle-css' href='/wp-content/plugins/minnit-chat/minnit.css?minnitversion=4.0.6&#038;ver=6.8.1' media='all' />
<link rel='stylesheet' id='table-sorter-custom-css-css' href='/wp-content/plugins/table-sorter/wp-style.css?ver=6.8.1' media='all' />
<link rel='stylesheet' id='wp-polls-css' href='/wp-content/plugins/wp-polls/polls-css.css?ver=2.77.3' media='all' />
<style id='wp-polls-inline-css'>
.wp-polls .pollbar {
	margin: 1px;
	font-size: 6px;
	line-height: 8px;
	height: 8px;
	background-image: url('/wp-content/plugins/wp-polls/images/default/pollbg.gif');
	border: 1px solid #c8c8c8;
}

</style>
<link rel='stylesheet' id='wp-ulike-css' href='/wp-content/plugins/wp-ulike/assets/css/wp-ulike.min.css?ver=4.7.9.1' media='all' />
<link rel='stylesheet' id='kawi-styles-css' href='/wp-content/themes/kawi/style.min.css?ver=1.4.3' media='all' />
<link rel='stylesheet' id='jetpack_likes-css' href='/wp-content/plugins/jetpack/modules/likes/style.css?ver=14.7' media='all' />
<style id='akismet-widget-style-inline-css'>

			.a-stats {
				--akismet-color-mid-green: #357b49;
				--akismet-color-white: #fff;
				--akismet-color-light-grey: #f6f7f7;

				max-width: 350px;
				width: auto;
			}

			.a-stats * {
				all: unset;
				box-sizing: border-box;
			}

			.a-stats strong {
				font-weight: 600;
			}

			.a-stats a.a-stats__link,
			.a-stats a.a-stats__link:visited,
			.a-stats a.a-stats__link:active {
				background: var(--akismet-color-mid-green);
				border: none;
				box-shadow: none;
				border-radius: 8px;
				color: var(--akismet-color-white);
				cursor: pointer;
				display: block;
				font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
				font-weight: 500;
				padding: 12px;
				text-align: center;
				text-decoration: none;
				transition: all 0.2s ease;
			}

			/* Extra specificity to deal with TwentyTwentyOne focus style */
			.widget .a-stats a.a-stats__link:focus {
				background: var(--akismet-color-mid-green);
				color: var(--akismet-color-white);
				text-decoration: none;
			}

			.a-stats a.a-stats__link:hover {
				filter: brightness(110%);
				box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
			}

			.a-stats .count {
				color: var(--akismet-color-white);
				display: block;
				font-size: 1.5em;
				line-height: 1.4;
				padding: 0 13px;
				white-space: nowrap;
			}
		
</style>
<script src="/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=9.6.0" id="monsterinsights-frontend-script-js" async data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"","inbound_paths":"[]","home_url":"https:\/\/mets360.com","hash_tracking":"false","v4_id":"G-73TN433XN4"};</script>
<script src="/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script src="/wp-content/plugins/live-composer-page-builder/js/dist/client_plugins.min.js?ver=1.5.52" id="dslc-plugins-js-js"></script>
<script id="minnitchatscript-js-extra">
var minnitChatOptions = {"minnitchatencryptionkey":"","minnitchatssooauth2_client_secret":""};
</script>
<script src="/wp-content/plugins/minnit-chat/minnit.js?minnitversion=4.0.6&amp;ver=6.8.1" id="minnitchatscript-js"></script>
<script src="/wp-content/plugins/table-sorter/jquery.tablesorter.min.js?ver=6.8.1" id="table-sorter-js"></script>
<script src="/wp-content/plugins/table-sorter/jquery.metadata.js?ver=2.2" id="table-sorter-metadata-js"></script>
<script src="/wp-content/plugins/table-sorter/wp-script.js?ver=2.2" id="table-sorter-custom-js-js"></script>
<script src="/wp-content/themes/kawi/js/main.min.js?ver=1.4.3" id="kawi-scripts-js"></script>
<link rel="https://api.w.org/" href="/index.php?rest_route=/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.8.1" />
<link rel='shortlink' href='https://wp.me/11FaM' />
	<style>img#wpstats{display:none}</style>
		<style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><style type="text/css">.dslc-modules-section-wrapper, .dslca-add-modules-section { width : 800px; } .dslc-modules-section:not(.dslc-full) { padding-left: 4%;  padding-right: 4%; } .dslc-modules-section { margin-left:0%;margin-right:0%;margin-bottom:0px;padding-bottom:80px;padding-top:80px;padding-left:0%;padding-right:0%;background-image:none;background-repeat:repeat;background-position:left top;background-attachment:scroll;background-size:auto;border-width:0px;border-style:solid; }</style>
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Mets360" />
<meta property="og:url" content="/" />
<meta property="og:site_name" content="Mets360" />
<meta property="og:locale" content="en_US" />

<!-- End Jetpack Open Graph Tags -->

<!--Plugin WP Missed Schedule Active - PATCH - Secured with Genuine Authenticity KeyTag-->

<!-- This site is patched against a big problem not solved since WordPress 2.5 to date -->

</head>

<body class="home blog wp-embed-responsive wp-theme-kawi hfeed sidebar sidebar-right has-header-image raw-image hero-image">
<div id="page" class="site">
	<a class="skip-link screen-reader-text" href="#content">Skip to content</a>

		<header id="masthead" class="site-header" role="banner">
		
<div class="navbar default-navbar">
    <div class="wrapper navbar-wrapper">
        		<div class="site-branding">
						<div class="site-details">
									<h1 class="site-title caps"><a href="/" rel="home" aria-current="page">Mets360</a></h1>
							</div>
		</div><!-- .site-branding -->
	        <nav id="site-navigation" class="main-navigation" role="navigation" aria-label="Primary Navigation">
            		<button class="toggle menu-toggle" aria-controls="menu-area" aria-expanded="false">
			<span class="screen-reader-text">Open menu</span>
			<svg class="icon icon-menu" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16" /><g><path d="M0 14h16v-2H0v2zM0 2v2h16V2H0zm0 7h16V7H0v2z" /></g></svg>		</button>
	            <div id="menu-area" class="menu-area sidebar-menu-area">
                <div class="menu-section menu-header">
                    <span class="menu-title">Menu</span>
                    		<button class="toggle menu-toggle" aria-controls="menu-area" aria-expanded="false">
			<span class="screen-reader-text">Close menu</span>
			<svg class="icon icon-close" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16" /><g><path d="M12.7 4.7l-1.4-1.4L8 6.6 4.7 3.3 3.3 4.7 6.6 8l-3.3 3.3 1.4 1.4L8 9.4l3.3 3.3 1.4-1.4L9.4 8" /></g></svg>		</button>
	                </div>
                <div class="menu-section">
                    <ul id="primary-menu" class="menu primary-menu"><li id="menu-item-14603" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14603"><a href="/?page_id=14601"><span>Author Bios</span></a></li>
<li id="menu-item-15075" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15075"><a href="/?page_id=15070"><span>Comment Policy</span></a></li>
<li id="menu-item-5547" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5547"><a href="/?cat=647"><span>History</span></a></li>
<li id="menu-item-24259" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-24259"><a href="/?cat=857"><span>Mets360 Projections</span></a></li>
<li id="menu-item-5546" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5546"><a href="/?cat=5"><span>Minor Leagues</span></a></li>
<li id="menu-item-5543" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5543"><a href="/?cat=6"><span>Perspectives</span></a></li>
<li id="menu-item-5544" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5544"><a href="/?cat=8"><span>Quotes</span></a></li>
</ul>                </div>
            </div>
        </nav><!-- #site-navigation -->
    </div>
</div>
<div class="hero default-hero">
    <div class="wrapper hero-wrapper">
        		<div class="hero-image">
			<img src="/wp-content/uploads/2024/03/2024-Mets.jpeg" width="840" height="360" alt="" srcset="/wp-content/uploads/2024/03/2024-Mets.jpeg?w=840&amp;ssl=1 840w, /wp-content/uploads/2024/03/2024-Mets.jpeg?resize=300%2C129&amp;ssl=1 300w, /wp-content/uploads/2024/03/2024-Mets.jpeg?resize=150%2C64&amp;ssl=1 150w, /wp-content/uploads/2024/03/2024-Mets.jpeg?resize=768%2C329&amp;ssl=1 768w" sizes="(max-width: 840px) 100vw, 840px" decoding="async" fetchpriority="high" />		</div><!-- .hero-image -->
	                <div class="main-info">
            <h1 class="main-title">Mets360</h1>
                    </div>
    </div>
</div>	</header><!-- #masthead -->

	<div id="content" class="content-area">
	
	<main id="main" class="main-content" role="main">
		<div id="content-wrapper" class="wrapper content-wrapper posts-list">
			
<article id="post-64019" class="post-64019 post type-post status-publish format-standard post-password-required hentry category-perspectives small-thumbnail">
	<div class="post-wrapper">

					<header class="post-header">
								<div class="post-details">
											<div class="post-meta caps">
							<span class="posted-on post-meta-item"><svg class="icon icon-date" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 3h-1V2H9v1H7V2H5v1H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 8H8V6.2l-.8.3-.4-1L9 4.8V11z"/></g></svg> <span class="screen-reader-text">Posted on :</span><time class="entry-date published updated" datetime="2025-03-25T12:45:20-04:00">March 25, 2025</time></span><span class="byline post-meta-item"><svg class="icon icon-user" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M8 8c1.7 0 3-1.3 3-3S9.7 2 8 2 5 3.3 5 5s1.3 3 3 3zm2 1H6c-1.7 0-3 1.3-3 3v2h10v-2c0-1.7-1.3-3-3-3z"/></g></svg> <span class="screen-reader-text">By :</span> <span class="author vcard"><a class="url fn n" href="/?author=1">Brian Joura</a></span></span><span class="categories post-meta-item"><svg class="icon icon-categories" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M13 5H8l-.7-1.4c-.2-.4-.5-.6-.9-.6H3c-.5 0-1 .5-1 1v8c0 .6.5 1 1 1h10c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1z"/></g></svg> <span class="screen-reader-text">Posted in :</span> <a href="/?cat=6" rel="category">Perspectives</a></span>						</div><!-- .post-meta -->
										<h2 class="post-title h4 my-sm"><a href="/?p=64019" rel="bookmark">Protected: 2025 Luigi Draft</a></h2>				</div>
			</header><!-- .post-header -->
		
		<div class="post-content">
			<p>There is no excerpt because this is a protected post.</p><a href="/?p=64019" class="more-link">Continue reading <span class="screen-reader-text">"Protected: 2025 Luigi Draft"</span></a>					</div><!-- .post-content -->

		<footer class="post-footer">
					</footer><!-- .post-footer -->

	</div>
</article><!-- #post-64019 -->

<article id="post-52327" class="post-52327 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized small-thumbnail">
	<div class="post-wrapper">

					<header class="post-header">
						<a class="post-thumbnail" href="/?p=52327" aria-hidden="true" tabindex="-1">
			<img width="131" height="150" src="/wp-content/uploads/2012/08/360.jpg?fit=131%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="We have officially moved to Substack" decoding="async" srcset="/wp-content/uploads/2012/08/360.jpg?w=160&amp;ssl=1 160w, /wp-content/uploads/2012/08/360.jpg?resize=131%2C150&amp;ssl=1 131w" sizes="(max-width: 131px) 100vw, 131px" />		</a>
					<div class="post-details">
											<div class="post-meta caps">
							<span class="posted-on post-meta-item"><svg class="icon icon-date" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 3h-1V2H9v1H7V2H5v1H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 8H8V6.2l-.8.3-.4-1L9 4.8V11z"/></g></svg> <span class="screen-reader-text">Posted on :</span><time class="entry-date published updated" datetime="2024-11-30T11:57:27-05:00">November 30, 2024</time></span><span class="byline post-meta-item"><svg class="icon icon-user" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M8 8c1.7 0 3-1.3 3-3S9.7 2 8 2 5 3.3 5 5s1.3 3 3 3zm2 1H6c-1.7 0-3 1.3-3 3v2h10v-2c0-1.7-1.3-3-3-3z"/></g></svg> <span class="screen-reader-text">By :</span> <span class="author vcard"><a class="url fn n" href="/?author=1">Brian Joura</a></span></span><span class="categories post-meta-item"><svg class="icon icon-categories" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M13 5H8l-.7-1.4c-.2-.4-.5-.6-.9-.6H3c-.5 0-1 .5-1 1v8c0 .6.5 1 1 1h10c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1z"/></g></svg> <span class="screen-reader-text">Posted in :</span> <a href="/?cat=1" rel="category">Uncategorized</a></span>						</div><!-- .post-meta -->
										<h2 class="post-title h4 my-sm"><a href="/?p=52327" rel="bookmark">We have officially moved to Substack</a></h2>				</div>
			</header><!-- .post-header -->
		
		<div class="post-content">
			<div id="dslc-theme-content"><div id="dslc-theme-content-inner"><p>Please update your bookmark to Mets360.substack.com</p></div></div><a href="/?p=52327" class="more-link">Continue reading <span class="screen-reader-text">"We have officially moved to Substack"</span></a>					</div><!-- .post-content -->

		<footer class="post-footer">
			<span class="comment-link caps"><svg class="icon icon-comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 4H4c-1.1 0-2 .9-2 2v8l2.4-2.4c.4-.4.9-.6 1.4-.6H12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></g></svg><a href="/?p=52327#comments">2 Comments<span class="screen-reader-text"> on We have officially moved to Substack</span></a></span>		</footer><!-- .post-footer -->

	</div>
</article><!-- #post-52327 -->

<article id="post-52266" class="post-52266 post type-post status-publish format-standard has-post-thumbnail hentry category-perspectives small-thumbnail">
	<div class="post-wrapper">

					<header class="post-header">
						<a class="post-thumbnail" href="/?p=52266" aria-hidden="true" tabindex="-1">
			<img width="150" height="100" src="/wp-content/uploads/2024/06/David-Stearns.jpg?fit=150%2C100&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="How will David Stearns view luck when it comes to signing free agents?" decoding="async" srcset="/wp-content/uploads/2024/06/David-Stearns.jpg?w=474&amp;ssl=1 474w, /wp-content/uploads/2024/06/David-Stearns.jpg?resize=300%2C200&amp;ssl=1 300w, /wp-content/uploads/2024/06/David-Stearns.jpg?resize=150%2C100&amp;ssl=1 150w" sizes="(max-width: 150px) 100vw, 150px" />		</a>
					<div class="post-details">
											<div class="post-meta caps">
							<span class="posted-on post-meta-item"><svg class="icon icon-date" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 3h-1V2H9v1H7V2H5v1H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 8H8V6.2l-.8.3-.4-1L9 4.8V11z"/></g></svg> <span class="screen-reader-text">Posted on :</span><time class="entry-date published updated" datetime="2024-11-21T10:58:15-05:00">November 21, 2024</time></span><span class="byline post-meta-item"><svg class="icon icon-user" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M8 8c1.7 0 3-1.3 3-3S9.7 2 8 2 5 3.3 5 5s1.3 3 3 3zm2 1H6c-1.7 0-3 1.3-3 3v2h10v-2c0-1.7-1.3-3-3-3z"/></g></svg> <span class="screen-reader-text">By :</span> <span class="author vcard"><a class="url fn n" href="/?author=1">Brian Joura</a></span></span><span class="categories post-meta-item"><svg class="icon icon-categories" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M13 5H8l-.7-1.4c-.2-.4-.5-.6-.9-.6H3c-.5 0-1 .5-1 1v8c0 .6.5 1 1 1h10c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1z"/></g></svg> <span class="screen-reader-text">Posted in :</span> <a href="/?cat=6" rel="category">Perspectives</a></span>						</div><!-- .post-meta -->
										<h2 class="post-title h4 my-sm"><a href="/?p=52266" rel="bookmark">How will David Stearns view luck when it comes to signing free agents?</a></h2>				</div>
			</header><!-- .post-header -->
		
		<div class="post-content">
			<div id="dslc-theme-content"><div id="dslc-theme-content-inner"><p>For the most part, fans don’t want to admit how much luck – or good fortune if the word luck annoys you – plays in the game. My opinion is that players and front offices have a better understanding of that. Here’s a snippet of an interview with Taylor Tankersley, a veteran reliever that the [...]</p></div></div><a href="/?p=52266" class="more-link">Continue reading <span class="screen-reader-text">"How will David Stearns view luck when it comes to signing free agents?"</span></a>					</div><!-- .post-content -->

		<footer class="post-footer">
			<span class="comment-link caps"><svg class="icon icon-comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 4H4c-1.1 0-2 .9-2 2v8l2.4-2.4c.4-.4.9-.6 1.4-.6H12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></g></svg><a href="/?p=52266#respond">Leave a Comment<span class="screen-reader-text"> on How will David Stearns view luck when it comes to signing free agents?</span></a></span>		</footer><!-- .post-footer -->

	</div>
</article><!-- #post-52266 -->

<article id="post-52260" class="post-52260 post type-post status-publish format-standard has-post-thumbnail hentry category-open-thread small-thumbnail">
	<div class="post-wrapper">

					<header class="post-header">
						<a class="post-thumbnail" href="/?p=52260" aria-hidden="true" tabindex="-1">
			<img width="150" height="93" src="/wp-content/uploads/2019/09/Catchall.jpg?fit=150%2C93&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Wednesday catch-all thread (11/20/24)" decoding="async" loading="lazy" srcset="/wp-content/uploads/2019/09/Catchall.jpg?w=286&amp;ssl=1 286w, /wp-content/uploads/2019/09/Catchall.jpg?resize=150%2C93&amp;ssl=1 150w" sizes="auto, (max-width: 150px) 100vw, 150px" />		</a>
					<div class="post-details">
											<div class="post-meta caps">
							<span class="posted-on post-meta-item"><svg class="icon icon-date" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 3h-1V2H9v1H7V2H5v1H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 8H8V6.2l-.8.3-.4-1L9 4.8V11z"/></g></svg> <span class="screen-reader-text">Posted on :</span><time class="entry-date published updated" datetime="2024-11-20T10:53:46-05:00">November 20, 2024</time></span><span class="byline post-meta-item"><svg class="icon icon-user" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M8 8c1.7 0 3-1.3 3-3S9.7 2 8 2 5 3.3 5 5s1.3 3 3 3zm2 1H6c-1.7 0-3 1.3-3 3v2h10v-2c0-1.7-1.3-3-3-3z"/></g></svg> <span class="screen-reader-text">By :</span> <span class="author vcard"><a class="url fn n" href="/?author=3">Other</a></span></span><span class="categories post-meta-item"><svg class="icon icon-categories" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M13 5H8l-.7-1.4c-.2-.4-.5-.6-.9-.6H3c-.5 0-1 .5-1 1v8c0 .6.5 1 1 1h10c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1z"/></g></svg> <span class="screen-reader-text">Posted in :</span> <a href="/?cat=874" rel="category">Open Thread</a></span>						</div><!-- .post-meta -->
										<h2 class="post-title h4 my-sm"><a href="/?p=52260" rel="bookmark">Wednesday catch-all thread (11/20/24)</a></h2>				</div>
			</header><!-- .post-header -->
		
		<div class="post-content">
			<div id="dslc-theme-content"><div id="dslc-theme-content-inner"><p>Please use this thread all week to discuss any Mets-specific topic you wish. Please use this space instead of going off topic on the most-recent thread.</p></div></div><a href="/?p=52260" class="more-link">Continue reading <span class="screen-reader-text">"Wednesday catch-all thread (11/20/24)"</span></a>					</div><!-- .post-content -->

		<footer class="post-footer">
			<span class="comment-link caps"><svg class="icon icon-comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 4H4c-1.1 0-2 .9-2 2v8l2.4-2.4c.4-.4.9-.6 1.4-.6H12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></g></svg><a href="/?p=52260#respond">Leave a Comment<span class="screen-reader-text"> on Wednesday catch-all thread (11/20/24)</span></a></span>		</footer><!-- .post-footer -->

	</div>
</article><!-- #post-52260 -->

<article id="post-52238" class="post-52238 post type-post status-publish format-standard has-post-thumbnail hentry category-perspectives small-thumbnail">
	<div class="post-wrapper">

					<header class="post-header">
						<a class="post-thumbnail" href="/?p=52238" aria-hidden="true" tabindex="-1">
			<img width="146" height="150" src="/wp-content/uploads/2020/08/silo-pitchers-e1597098184573.png?fit=146%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Filling out the Mets rotation through free agency" decoding="async" loading="lazy" srcset="/wp-content/uploads/2020/08/silo-pitchers-e1597098184573.png?w=600&amp;ssl=1 600w, /wp-content/uploads/2020/08/silo-pitchers-e1597098184573.png?resize=292%2C300&amp;ssl=1 292w, /wp-content/uploads/2020/08/silo-pitchers-e1597098184573.png?resize=146%2C150&amp;ssl=1 146w" sizes="auto, (max-width: 146px) 100vw, 146px" />		</a>
					<div class="post-details">
											<div class="post-meta caps">
							<span class="posted-on post-meta-item"><svg class="icon icon-date" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 3h-1V2H9v1H7V2H5v1H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 8H8V6.2l-.8.3-.4-1L9 4.8V11z"/></g></svg> <span class="screen-reader-text">Posted on :</span><time class="entry-date published updated" datetime="2024-11-18T11:41:45-05:00">November 18, 2024</time></span><span class="byline post-meta-item"><svg class="icon icon-user" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M8 8c1.7 0 3-1.3 3-3S9.7 2 8 2 5 3.3 5 5s1.3 3 3 3zm2 1H6c-1.7 0-3 1.3-3 3v2h10v-2c0-1.7-1.3-3-3-3z"/></g></svg> <span class="screen-reader-text">By :</span> <span class="author vcard"><a class="url fn n" href="/?author=23">Joe Vasile</a></span></span><span class="categories post-meta-item"><svg class="icon icon-categories" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M13 5H8l-.7-1.4c-.2-.4-.5-.6-.9-.6H3c-.5 0-1 .5-1 1v8c0 .6.5 1 1 1h10c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1z"/></g></svg> <span class="screen-reader-text">Posted in :</span> <a href="/?cat=6" rel="category">Perspectives</a></span>						</div><!-- .post-meta -->
										<h2 class="post-title h4 my-sm"><a href="/?p=52238" rel="bookmark">Filling out the Mets rotation through free agency</a></h2>				</div>
			</header><!-- .post-header -->
		
		<div class="post-content">
			<div id="dslc-theme-content"><div id="dslc-theme-content-inner"><p>A few days ago, Brian Joura posted a poll asking how the best way for the Mets to add a top-of-the-rotation starter would be, and 73% of respondents said they would rather the team do so through free agency instead of through a trade or international posting. With a market containing Corbin Burnes, Max Fried [...]</p></div></div><a href="/?p=52238" class="more-link">Continue reading <span class="screen-reader-text">"Filling out the Mets rotation through free agency"</span></a>					</div><!-- .post-content -->

		<footer class="post-footer">
			<span class="comment-link caps"><svg class="icon icon-comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 4H4c-1.1 0-2 .9-2 2v8l2.4-2.4c.4-.4.9-.6 1.4-.6H12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></g></svg><a href="/?p=52238#comments">1 Comment<span class="screen-reader-text"> on Filling out the Mets rotation through free agency</span></a></span>		</footer><!-- .post-footer -->

	</div>
</article><!-- #post-52238 -->

<article id="post-52234" class="post-52234 post type-post status-publish format-standard has-post-thumbnail hentry category-perspectives small-thumbnail">
	<div class="post-wrapper">

					<header class="post-header">
						<a class="post-thumbnail" href="/?p=52234" aria-hidden="true" tabindex="-1">
			<img width="150" height="79" src="/wp-content/uploads/2024/11/Juan-Soto.jpg?fit=150%2C79&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="How much do the Mets need to add to their roster to entice Juan Soto?" decoding="async" loading="lazy" srcset="/wp-content/uploads/2024/11/Juan-Soto.jpg?w=474&amp;ssl=1 474w, /wp-content/uploads/2024/11/Juan-Soto.jpg?resize=300%2C158&amp;ssl=1 300w, /wp-content/uploads/2024/11/Juan-Soto.jpg?resize=150%2C79&amp;ssl=1 150w" sizes="auto, (max-width: 150px) 100vw, 150px" />		</a>
					<div class="post-details">
											<div class="post-meta caps">
							<span class="posted-on post-meta-item"><svg class="icon icon-date" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 3h-1V2H9v1H7V2H5v1H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 8H8V6.2l-.8.3-.4-1L9 4.8V11z"/></g></svg> <span class="screen-reader-text">Posted on :</span><time class="entry-date published updated" datetime="2024-11-17T10:53:08-05:00">November 17, 2024</time></span><span class="byline post-meta-item"><svg class="icon icon-user" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M8 8c1.7 0 3-1.3 3-3S9.7 2 8 2 5 3.3 5 5s1.3 3 3 3zm2 1H6c-1.7 0-3 1.3-3 3v2h10v-2c0-1.7-1.3-3-3-3z"/></g></svg> <span class="screen-reader-text">By :</span> <span class="author vcard"><a class="url fn n" href="/?author=1">Brian Joura</a></span></span><span class="categories post-meta-item"><svg class="icon icon-categories" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M13 5H8l-.7-1.4c-.2-.4-.5-.6-.9-.6H3c-.5 0-1 .5-1 1v8c0 .6.5 1 1 1h10c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1z"/></g></svg> <span class="screen-reader-text">Posted in :</span> <a href="/?cat=6" rel="category">Perspectives</a></span>						</div><!-- .post-meta -->
										<h2 class="post-title h4 my-sm"><a href="/?p=52234" rel="bookmark">How much do the Mets need to add to their roster to entice Juan Soto?</a></h2>				</div>
			</header><!-- .post-header -->
		
		<div class="post-content">
			<div id="dslc-theme-content"><div id="dslc-theme-content-inner"><p>The Mets’ Juan Soto pursuit took its next step, with a contingent including the manager, PoBO and owner meeting with Soto and agent Scott Boras. According to Jon Heyman of the New York Post, the meeting took place “at an undisclosed location somewhere near Newport Beach, Calif., in a very clandestine manner.” Two things to [...]</p></div></div><a href="/?p=52234" class="more-link">Continue reading <span class="screen-reader-text">"How much do the Mets need to add to their roster to entice Juan Soto?"</span></a>					</div><!-- .post-content -->

		<footer class="post-footer">
			<span class="comment-link caps"><svg class="icon icon-comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 4H4c-1.1 0-2 .9-2 2v8l2.4-2.4c.4-.4.9-.6 1.4-.6H12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></g></svg><a href="/?p=52234#respond">Leave a Comment<span class="screen-reader-text"> on How much do the Mets need to add to their roster to entice Juan Soto?</span></a></span>		</footer><!-- .post-footer -->

	</div>
</article><!-- #post-52234 -->

<article id="post-52211" class="post-52211 post type-post status-publish format-standard has-post-thumbnail hentry category-perspectives small-thumbnail">
	<div class="post-wrapper">

					<header class="post-header">
						<a class="post-thumbnail" href="/?p=52211" aria-hidden="true" tabindex="-1">
			<img width="150" height="123" src="/wp-content/uploads/2020/08/cropped-logo.jpg?fit=150%2C123&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="My proposed 2025 Mets roster" decoding="async" loading="lazy" srcset="/wp-content/uploads/2020/08/cropped-logo.jpg?w=225&amp;ssl=1 225w, /wp-content/uploads/2020/08/cropped-logo.jpg?resize=150%2C123&amp;ssl=1 150w" sizes="auto, (max-width: 150px) 100vw, 150px" />		</a>
					<div class="post-details">
											<div class="post-meta caps">
							<span class="posted-on post-meta-item"><svg class="icon icon-date" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 3h-1V2H9v1H7V2H5v1H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 8H8V6.2l-.8.3-.4-1L9 4.8V11z"/></g></svg> <span class="screen-reader-text">Posted on :</span><time class="entry-date published updated" datetime="2024-11-15T12:08:33-05:00">November 15, 2024</time></span><span class="byline post-meta-item"><svg class="icon icon-user" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M8 8c1.7 0 3-1.3 3-3S9.7 2 8 2 5 3.3 5 5s1.3 3 3 3zm2 1H6c-1.7 0-3 1.3-3 3v2h10v-2c0-1.7-1.3-3-3-3z"/></g></svg> <span class="screen-reader-text">By :</span> <span class="author vcard"><a class="url fn n" href="/?author=1">Brian Joura</a></span></span><span class="categories post-meta-item"><svg class="icon icon-categories" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M13 5H8l-.7-1.4c-.2-.4-.5-.6-.9-.6H3c-.5 0-1 .5-1 1v8c0 .6.5 1 1 1h10c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1z"/></g></svg> <span class="screen-reader-text">Posted in :</span> <a href="/?cat=6" rel="category">Perspectives</a></span>						</div><!-- .post-meta -->
										<h2 class="post-title h4 my-sm"><a href="/?p=52211" rel="bookmark">My proposed 2025 Mets roster</a></h2>				</div>
			</header><!-- .post-header -->
		
		<div class="post-content">
			<div id="dslc-theme-content"><div id="dslc-theme-content-inner"><p>The Mets won 89 games and advanced to the NLCS in 2024 and because of that, expectations will be high in 2025. But there’s the possibility they overachieved last year, even if their Pythagorean Record was only one win worse than their actual one. Even if that’s not the case, the Mets have a bunch [...]</p></div></div><a href="/?p=52211" class="more-link">Continue reading <span class="screen-reader-text">"My proposed 2025 Mets roster"</span></a>					</div><!-- .post-content -->

		<footer class="post-footer">
			<span class="comment-link caps"><svg class="icon icon-comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 4H4c-1.1 0-2 .9-2 2v8l2.4-2.4c.4-.4.9-.6 1.4-.6H12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></g></svg><a href="/?p=52211#comments">4 Comments<span class="screen-reader-text"> on My proposed 2025 Mets roster</span></a></span>		</footer><!-- .post-footer -->

	</div>
</article><!-- #post-52211 -->

<article id="post-52206" class="post-52206 post type-post status-publish format-standard has-post-thumbnail hentry category-minor-leagues small-thumbnail">
	<div class="post-wrapper">

					<header class="post-header">
						<a class="post-thumbnail" href="/?p=52206" aria-hidden="true" tabindex="-1">
			<img width="150" height="112" src="/wp-content/uploads/2024/06/logo.jpg?fit=150%2C112&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Examining the last 10 years of drafts by the Mets" decoding="async" loading="lazy" srcset="/wp-content/uploads/2024/06/logo.jpg?w=474&amp;ssl=1 474w, /wp-content/uploads/2024/06/logo.jpg?resize=300%2C225&amp;ssl=1 300w, /wp-content/uploads/2024/06/logo.jpg?resize=150%2C112&amp;ssl=1 150w" sizes="auto, (max-width: 150px) 100vw, 150px" />		</a>
					<div class="post-details">
											<div class="post-meta caps">
							<span class="posted-on post-meta-item"><svg class="icon icon-date" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 3h-1V2H9v1H7V2H5v1H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 8H8V6.2l-.8.3-.4-1L9 4.8V11z"/></g></svg> <span class="screen-reader-text">Posted on :</span><time class="entry-date published updated" datetime="2024-11-14T10:21:18-05:00">November 14, 2024</time></span><span class="byline post-meta-item"><svg class="icon icon-user" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M8 8c1.7 0 3-1.3 3-3S9.7 2 8 2 5 3.3 5 5s1.3 3 3 3zm2 1H6c-1.7 0-3 1.3-3 3v2h10v-2c0-1.7-1.3-3-3-3z"/></g></svg> <span class="screen-reader-text">By :</span> <span class="author vcard"><a class="url fn n" href="/?author=1">Brian Joura</a></span></span><span class="categories post-meta-item"><svg class="icon icon-categories" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M13 5H8l-.7-1.4c-.2-.4-.5-.6-.9-.6H3c-.5 0-1 .5-1 1v8c0 .6.5 1 1 1h10c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1z"/></g></svg> <span class="screen-reader-text">Posted in :</span> <a href="/?cat=5" rel="category">Minor Leagues</a></span>						</div><!-- .post-meta -->
										<h2 class="post-title h4 my-sm"><a href="/?p=52206" rel="bookmark">Examining the last 10 years of drafts by the Mets</a></h2>				</div>
			</header><!-- .post-header -->
		
		<div class="post-content">
			<div id="dslc-theme-content"><div id="dslc-theme-content-inner"><p>The Mets drafted Michael Conforto in the first round in 2014 and the next year he was hitting home runs in the World Series. Conforto was an excellent draft pick for the Mets but how have they done drafting since then? Let’s look at their drafts over the past 10 years to find out. 2015 [...]</p></div></div><a href="/?p=52206" class="more-link">Continue reading <span class="screen-reader-text">"Examining the last 10 years of drafts by the Mets"</span></a>					</div><!-- .post-content -->

		<footer class="post-footer">
			<span class="comment-link caps"><svg class="icon icon-comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 4H4c-1.1 0-2 .9-2 2v8l2.4-2.4c.4-.4.9-.6 1.4-.6H12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></g></svg><a href="/?p=52206#respond">Leave a Comment<span class="screen-reader-text"> on Examining the last 10 years of drafts by the Mets</span></a></span>		</footer><!-- .post-footer -->

	</div>
</article><!-- #post-52206 -->

<article id="post-52202" class="post-52202 post type-post status-publish format-standard has-post-thumbnail hentry category-open-thread small-thumbnail">
	<div class="post-wrapper">

					<header class="post-header">
						<a class="post-thumbnail" href="/?p=52202" aria-hidden="true" tabindex="-1">
			<img width="150" height="92" src="/wp-content/uploads/2018/06/Open.png?fit=150%2C92&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Wednesday catch-all thread (11/13/24)" decoding="async" loading="lazy" srcset="/wp-content/uploads/2018/06/Open.png?w=286&amp;ssl=1 286w, /wp-content/uploads/2018/06/Open.png?resize=150%2C92&amp;ssl=1 150w" sizes="auto, (max-width: 150px) 100vw, 150px" />		</a>
					<div class="post-details">
											<div class="post-meta caps">
							<span class="posted-on post-meta-item"><svg class="icon icon-date" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 3h-1V2H9v1H7V2H5v1H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 8H8V6.2l-.8.3-.4-1L9 4.8V11z"/></g></svg> <span class="screen-reader-text">Posted on :</span><time class="entry-date published updated" datetime="2024-11-13T13:18:54-05:00">November 13, 2024</time></span><span class="byline post-meta-item"><svg class="icon icon-user" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M8 8c1.7 0 3-1.3 3-3S9.7 2 8 2 5 3.3 5 5s1.3 3 3 3zm2 1H6c-1.7 0-3 1.3-3 3v2h10v-2c0-1.7-1.3-3-3-3z"/></g></svg> <span class="screen-reader-text">By :</span> <span class="author vcard"><a class="url fn n" href="/?author=3">Other</a></span></span><span class="categories post-meta-item"><svg class="icon icon-categories" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M13 5H8l-.7-1.4c-.2-.4-.5-.6-.9-.6H3c-.5 0-1 .5-1 1v8c0 .6.5 1 1 1h10c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1z"/></g></svg> <span class="screen-reader-text">Posted in :</span> <a href="/?cat=874" rel="category">Open Thread</a></span>						</div><!-- .post-meta -->
										<h2 class="post-title h4 my-sm"><a href="/?p=52202" rel="bookmark">Wednesday catch-all thread (11/13/24)</a></h2>				</div>
			</header><!-- .post-header -->
		
		<div class="post-content">
			<div id="dslc-theme-content"><div id="dslc-theme-content-inner"><p>Please use this thread all week to discuss any Mets-specific topic you wish. Please use this space instead of going off topic on the most-recent thread.</p></div></div><a href="/?p=52202" class="more-link">Continue reading <span class="screen-reader-text">"Wednesday catch-all thread (11/13/24)"</span></a>					</div><!-- .post-content -->

		<footer class="post-footer">
			<span class="comment-link caps"><svg class="icon icon-comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 4H4c-1.1 0-2 .9-2 2v8l2.4-2.4c.4-.4.9-.6 1.4-.6H12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></g></svg><a href="/?p=52202#comments">2 Comments<span class="screen-reader-text"> on Wednesday catch-all thread (11/13/24)</span></a></span>		</footer><!-- .post-footer -->

	</div>
</article><!-- #post-52202 -->

<article id="post-52198" class="post-52198 post type-post status-publish format-standard has-post-thumbnail hentry category-perspectives small-thumbnail">
	<div class="post-wrapper">

					<header class="post-header">
						<a class="post-thumbnail" href="/?p=52198" aria-hidden="true" tabindex="-1">
			<img width="150" height="100" src="/wp-content/uploads/2023/08/Jett-Williams.jpg?fit=150%2C100&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Riding the roller coaster on Jett Williams" decoding="async" loading="lazy" srcset="/wp-content/uploads/2023/08/Jett-Williams.jpg?w=440&amp;ssl=1 440w, /wp-content/uploads/2023/08/Jett-Williams.jpg?resize=300%2C200&amp;ssl=1 300w, /wp-content/uploads/2023/08/Jett-Williams.jpg?resize=150%2C100&amp;ssl=1 150w" sizes="auto, (max-width: 150px) 100vw, 150px" />		</a>
					<div class="post-details">
											<div class="post-meta caps">
							<span class="posted-on post-meta-item"><svg class="icon icon-date" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 3h-1V2H9v1H7V2H5v1H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 8H8V6.2l-.8.3-.4-1L9 4.8V11z"/></g></svg> <span class="screen-reader-text">Posted on :</span><time class="entry-date published updated" datetime="2024-11-12T11:02:41-05:00">November 12, 2024</time></span><span class="byline post-meta-item"><svg class="icon icon-user" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M8 8c1.7 0 3-1.3 3-3S9.7 2 8 2 5 3.3 5 5s1.3 3 3 3zm2 1H6c-1.7 0-3 1.3-3 3v2h10v-2c0-1.7-1.3-3-3-3z"/></g></svg> <span class="screen-reader-text">By :</span> <span class="author vcard"><a class="url fn n" href="/?author=1">Brian Joura</a></span></span><span class="categories post-meta-item"><svg class="icon icon-categories" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M13 5H8l-.7-1.4c-.2-.4-.5-.6-.9-.6H3c-.5 0-1 .5-1 1v8c0 .6.5 1 1 1h10c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1z"/></g></svg> <span class="screen-reader-text">Posted in :</span> <a href="/?cat=6" rel="category">Perspectives</a></span>						</div><!-- .post-meta -->
										<h2 class="post-title h4 my-sm"><a href="/?p=52198" rel="bookmark">Riding the roller coaster on Jett Williams</a></h2>				</div>
			</header><!-- .post-header -->
		
		<div class="post-content">
			<div id="dslc-theme-content"><div id="dslc-theme-content-inner"><p>Anyone who’s read this site for awhile knows you’ll get strong opinions on players from me. But those opinions aren’t written in stone. Two offseasons ago, the Mets acquired Tommy Pham and immediately my opinion formed that he wasn’t any good. Yet, his play eventually demanded that opinion of mine to change, so much so [...]</p></div></div><a href="/?p=52198" class="more-link">Continue reading <span class="screen-reader-text">"Riding the roller coaster on Jett Williams"</span></a>					</div><!-- .post-content -->

		<footer class="post-footer">
			<span class="comment-link caps"><svg class="icon icon-comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 4H4c-1.1 0-2 .9-2 2v8l2.4-2.4c.4-.4.9-.6 1.4-.6H12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></g></svg><a href="/?p=52198#comments">3 Comments<span class="screen-reader-text"> on Riding the roller coaster on Jett Williams</span></a></span>		</footer><!-- .post-footer -->

	</div>
</article><!-- #post-52198 -->

<article id="post-52181" class="post-52181 post type-post status-publish format-standard has-post-thumbnail hentry category-poll small-thumbnail">
	<div class="post-wrapper">

					<header class="post-header">
						<a class="post-thumbnail" href="/?p=52181" aria-hidden="true" tabindex="-1">
			<img width="129" height="150" src="/wp-content/uploads/2018/11/Poll.jpg?fit=129%2C150&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Poll: What&#8217;s the best way for Mets to add a top-of-the-rotation pitcher?" decoding="async" loading="lazy" srcset="/wp-content/uploads/2018/11/Poll.jpg?w=208&amp;ssl=1 208w, /wp-content/uploads/2018/11/Poll.jpg?resize=129%2C150&amp;ssl=1 129w" sizes="auto, (max-width: 129px) 100vw, 129px" />		</a>
					<div class="post-details">
											<div class="post-meta caps">
							<span class="posted-on post-meta-item"><svg class="icon icon-date" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 3h-1V2H9v1H7V2H5v1H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 8H8V6.2l-.8.3-.4-1L9 4.8V11z"/></g></svg> <span class="screen-reader-text">Posted on :</span><time class="entry-date published" datetime="2024-11-10T06:55:05-05:00">November 10, 2024</time><time class="updated" datetime="2024-11-10T06:55:33-05:00">November 10, 2024</time></span><span class="byline post-meta-item"><svg class="icon icon-user" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M8 8c1.7 0 3-1.3 3-3S9.7 2 8 2 5 3.3 5 5s1.3 3 3 3zm2 1H6c-1.7 0-3 1.3-3 3v2h10v-2c0-1.7-1.3-3-3-3z"/></g></svg> <span class="screen-reader-text">By :</span> <span class="author vcard"><a class="url fn n" href="/?author=1">Brian Joura</a></span></span><span class="categories post-meta-item"><svg class="icon icon-categories" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M13 5H8l-.7-1.4c-.2-.4-.5-.6-.9-.6H3c-.5 0-1 .5-1 1v8c0 .6.5 1 1 1h10c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1z"/></g></svg> <span class="screen-reader-text">Posted in :</span> <a href="/?cat=866" rel="category">Poll</a></span>						</div><!-- .post-meta -->
										<h2 class="post-title h4 my-sm"><a href="/?p=52181" rel="bookmark">Poll: What&#8217;s the best way for Mets to add a top-of-the-rotation pitcher?</a></h2>				</div>
			</header><!-- .post-header -->
		
		<div class="post-content">
			<div id="dslc-theme-content"><div id="dslc-theme-content-inner"><p>It’s no secret that the Mets need pitching and fortunately for them, there are three avenues where they can import a top-of-the rotation hurler. Each comes with their own pros and cons, which makes opting for one over the other not a cut-and-dried choice. Let’s look at the top contenders: Free Agency Whether you like [...]</p></div></div><a href="/?p=52181" class="more-link">Continue reading <span class="screen-reader-text">"Poll: What&#8217;s the best way for Mets to add a top-of-the-rotation pitcher?"</span></a>					</div><!-- .post-content -->

		<footer class="post-footer">
			<span class="comment-link caps"><svg class="icon icon-comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 4H4c-1.1 0-2 .9-2 2v8l2.4-2.4c.4-.4.9-.6 1.4-.6H12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></g></svg><a href="/?p=52181#respond">Leave a Comment<span class="screen-reader-text"> on Poll: What&#8217;s the best way for Mets to add a top-of-the-rotation pitcher?</span></a></span>		</footer><!-- .post-footer -->

	</div>
</article><!-- #post-52181 -->

<article id="post-52173" class="post-52173 post type-post status-publish format-standard has-post-thumbnail hentry category-nfl small-thumbnail">
	<div class="post-wrapper">

					<header class="post-header">
						<a class="post-thumbnail" href="/?p=52173" aria-hidden="true" tabindex="-1">
			<img width="150" height="97" src="/wp-content/uploads/2022/10/NFL-Survivor.jpg?fit=150%2C97&amp;ssl=1" class="attachment-thumbnail size-thumbnail wp-post-image" alt="Congratulations to the Mets360 Survivor Pool winner" decoding="async" loading="lazy" srcset="/wp-content/uploads/2022/10/NFL-Survivor.jpg?w=474&amp;ssl=1 474w, /wp-content/uploads/2022/10/NFL-Survivor.jpg?resize=300%2C193&amp;ssl=1 300w, /wp-content/uploads/2022/10/NFL-Survivor.jpg?resize=150%2C97&amp;ssl=1 150w" sizes="auto, (max-width: 150px) 100vw, 150px" />		</a>
					<div class="post-details">
											<div class="post-meta caps">
							<span class="posted-on post-meta-item"><svg class="icon icon-date" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 3h-1V2H9v1H7V2H5v1H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 8H8V6.2l-.8.3-.4-1L9 4.8V11z"/></g></svg> <span class="screen-reader-text">Posted on :</span><time class="entry-date published updated" datetime="2024-11-09T11:59:37-05:00">November 9, 2024</time></span><span class="byline post-meta-item"><svg class="icon icon-user" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M8 8c1.7 0 3-1.3 3-3S9.7 2 8 2 5 3.3 5 5s1.3 3 3 3zm2 1H6c-1.7 0-3 1.3-3 3v2h10v-2c0-1.7-1.3-3-3-3z"/></g></svg> <span class="screen-reader-text">By :</span> <span class="author vcard"><a class="url fn n" href="/?author=1">Brian Joura</a></span></span><span class="categories post-meta-item"><svg class="icon icon-categories" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M13 5H8l-.7-1.4c-.2-.4-.5-.6-.9-.6H3c-.5 0-1 .5-1 1v8c0 .6.5 1 1 1h10c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1z"/></g></svg> <span class="screen-reader-text">Posted in :</span> <a href="/?cat=931" rel="category">NFL</a></span>						</div><!-- .post-meta -->
										<h2 class="post-title h4 my-sm"><a href="/?p=52173" rel="bookmark">Congratulations to the Mets360 Survivor Pool winner</a></h2>				</div>
			</header><!-- .post-header -->
		
		<div class="post-content">
			<div id="dslc-theme-content"><div id="dslc-theme-content-inner"><p>It took us two chances - because the first one ended with the two remaining players both losing- but we finally have a winner in the 2024 Survivor Pool. PA Player - my brother Dennis - sweated out a Chiefs win in overtime, while last year's winner, JD420 (John Dvorak) lost in the final minutes, [...]</p></div></div><a href="/?p=52173" class="more-link">Continue reading <span class="screen-reader-text">"Congratulations to the Mets360 Survivor Pool winner"</span></a>					</div><!-- .post-content -->

		<footer class="post-footer">
			<span class="comment-link caps"><svg class="icon icon-comment" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M12 4H4c-1.1 0-2 .9-2 2v8l2.4-2.4c.4-.4.9-.6 1.4-.6H12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></g></svg><a href="/?p=52173#respond">Leave a Comment<span class="screen-reader-text"> on Congratulations to the Mets360 Survivor Pool winner</span></a></span>		</footer><!-- .post-footer -->

	</div>
</article><!-- #post-52173 -->
		</div><!-- .content-wrapper -->
		
	<nav class="navigation posts-navigation" aria-label="Posts">
		<h2 class="screen-reader-text">Posts navigation</h2>
		<div class="nav-links"><div class="nav-previous"><a href="/?paged=2" ><svg class="icon icon-previous" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" aria-hidden="true" role="img" focusable="false"><rect x="0" fill="none" width="16" height="16"/><g><path d="M13 7H6.4l2.3-2.3-1.4-1.4L2.6 8l4.7 4.7 1.4-1.4L6.4 9H13"/></g></svg><span class="link-text">Previous posts</span></a></div></div>
	</nav>	</main><!-- #main -->


<aside id="secondary" class="widget-area" role="complementary">
    	<div class="wrapper widgets-wrapper">
		<div id="block-14" class="widget widget_block">We love comments on our articles!  But we ask that you keep comments limited to what's discussed in the individual article.  If you want to comment on something besides the article, please use the latest Open Thread, which is usually posted on Wednesdays and is good all week..  Here's a link to the latest Open Thread:
<br><br>
<blockquote class="wp-embedded-content" data-secret="SOthO9SptO"><a href="/?p=52260">Wednesday catch-all thread (11/20/24)</a></blockquote><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="&#8220;Wednesday catch-all thread (11/20/24)&#8221; &#8212; Mets360" src="/?p=52260&#038;embed=true#?secret=2Et8l974TW#?secret=SOthO9SptO" data-secret="SOthO9SptO" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></div><div id="block-3" class="widget widget_block">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:66.66%"><form role="search" method="get" action="/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search"    ><label class="wp-block-search__label" for="wp-block-search__input-1" >Search</label><div class="wp-block-search__inside-wrapper " ><input class="wp-block-search__input" id="wp-block-search__input-1" placeholder="" value="" type="search" name="s" required /><button aria-label="Search" class="wp-block-search__button wp-element-button" type="submit" >Search</button></div></form></div>
</div>
</div><div id="recent-comments-6" class="widget widget_recent_comments"><h2 class="widget-title h6">Recent Comments</h2><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link"><a href="" class="url" rel="ugc">Brian Joura</a></span> on <a href="/?p=52026#comment-2475125">A look at the Mets&#8217; upcoming free agents</a></li><li class="recentcomments"><span class="comment-author-link">Chic</span> on <a href="/?p=52026#comment-2475116">A look at the Mets&#8217; upcoming free agents</a></li><li class="recentcomments"><span class="comment-author-link">Dean Hogarth</span> on <a href="/?p=8585#comment-2475012">Dave Kingman, 1976 and what might have been</a></li><li class="recentcomments"><span class="comment-author-link"><a href="" class="url" rel="ugc">Brian Joura</a></span> on <a href="/?p=52327#comment-2475011">We have officially moved to Substack</a></li><li class="recentcomments"><span class="comment-author-link">Hobie</span> on <a href="/?p=52327#comment-2475010">We have officially moved to Substack</a></li><li class="recentcomments"><span class="comment-author-link">David Hong</span> on <a href="/?p=52238#comment-2475007">Filling out the Mets rotation through free agency</a></li><li class="recentcomments"><span class="comment-author-link">TexasGusCC</span> on <a href="/?p=52211#comment-2475006">My proposed 2025 Mets roster</a></li><li class="recentcomments"><span class="comment-author-link">TexasGusCC</span> on <a href="/?p=52211#comment-2475005">My proposed 2025 Mets roster</a></li><li class="recentcomments"><span class="comment-author-link"><a href="" class="url" rel="ugc">Brian Joura</a></span> on <a href="/?p=52211#comment-2475004">My proposed 2025 Mets roster</a></li><li class="recentcomments"><span class="comment-author-link">TexasGusCC</span> on <a href="/?p=52211#comment-2475003">My proposed 2025 Mets roster</a></li></ul></div><div id="calendar-2" class="widget widget_calendar"><div id="calendar_wrap" class="calendar_wrap"><table id="wp-calendar" class="wp-calendar-table">
	<caption>June 2025</caption>
	<thead>
	<tr>
		<th scope="col" aria-label="Monday">M</th>
		<th scope="col" aria-label="Tuesday">T</th>
		<th scope="col" aria-label="Wednesday">W</th>
		<th scope="col" aria-label="Thursday">T</th>
		<th scope="col" aria-label="Friday">F</th>
		<th scope="col" aria-label="Saturday">S</th>
		<th scope="col" aria-label="Sunday">S</th>
	</tr>
	</thead>
	<tbody>
	<tr>
		<td colspan="6" class="pad">&nbsp;</td><td>1</td>
	</tr>
	<tr>
		<td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td>
	</tr>
	<tr>
		<td>9</td><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td>
	</tr>
	<tr>
		<td>16</td><td>17</td><td>18</td><td id="today">19</td><td>20</td><td>21</td><td>22</td>
	</tr>
	<tr>
		<td>23</td><td>24</td><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td>
	</tr>
	<tr>
		<td>30</td>
		<td class="pad" colspan="6">&nbsp;</td>
	</tr>
	</tbody>
	</table><nav aria-label="Previous and next months" class="wp-calendar-nav">
		<span class="wp-calendar-nav-prev"><a href="/?m=202503">&laquo; Mar</a></span>
		<span class="pad">&nbsp;</span>
		<span class="wp-calendar-nav-next">&nbsp;</span>
	</nav></div></div><div id="text-11" class="widget widget_text"><h2 class="widget-title h6">Lineup</h2>			<div class="textwidget">Denis - First Monday
<br>David H. - First Thursday
<br>Chet - First Saturday
<br>David G. - Second Monday 
<br>Charlie - Second Saturday
<br>Joe - Third Monday 
<br>Steven - Third Tuesday
<br>Dalton - Third Saturday 
<br>Chris D. - Fourth Monday  
<br>David G. - Fourth Tuesday
<br>Rob - Fourth Saturday

</div>
		</div>
<!-- Start Posts in Sidebar - pis_posts_in_sidebar-4 -->
<div id="pis_posts_in_sidebar-4" class="widget posts-in-sidebar">
<h2 class="widget-title h6">North Carolina State</h2>		
<ul id="ul_pis_posts_in_sidebar-4" class="pis-ul">
	<li class="pis-li pis-post-50011">
		<p class="pis-title"><a class="pis-title-link" href="/?p=50011" rel="bookmark">State&#8217;s season ends with loss to Purdue in the Final Four</a></p>
		<p class="pis-excerpt">N.C. State’s uplifting run in the NCAA Tournament came to an end in the Final Four, as their offense was&hellip; <span class="pis-more"><a class="pis-more-link" href="/?p=50011" rel="bookmark">Read more…</a></span></p>
	</li>
	<li class="pis-li pis-post-49941">
		<p class="pis-title"><a class="pis-title-link" href="/?p=49941" rel="bookmark">The Pack earns an Easter Sunday win over the Devils to punch their ticket to the Final Four</a></p>
		<p class="pis-excerpt">N.C. State exploded for 55 points in the second half to turn a 6-point halftime deficit into a 76-64 win&hellip; <span class="pis-more"><a class="pis-more-link" href="/?p=49941" rel="bookmark">Read more…</a></span></p>
	</li>
	<li class="pis-li pis-post-49915">
		<p class="pis-title"><a class="pis-title-link" href="/?p=49915" rel="bookmark">State blitzes No. 2 Marquette to advance to the Elite Eight</a></p>
		<p class="pis-excerpt">No one gave N.C. State a chance in its Sweet 16 matchup with No. 2 Marquette. The Big East club,&hellip; <span class="pis-more"><a class="pis-more-link" href="/?p=49915" rel="bookmark">Read more…</a></span></p>
	</li>
	<li class="pis-li pis-post-49857">
		<p class="pis-title"><a class="pis-title-link" href="/?p=49857" rel="bookmark">DJ Burns powers State to its seventh-consecutive win and a spot in the Sweet 16</a></p>
		<p class="pis-excerpt">DJ Burns had a double-double, with 24 points and 11 rebounds to lift NC State to an overtime win past&hellip; <span class="pis-more"><a class="pis-more-link" href="/?p=49857" rel="bookmark">Read more…</a></span></p>
	</li>
	<li class="pis-li pis-post-49837">
		<p class="pis-title"><a class="pis-title-link" href="/?p=49837" rel="bookmark">State&#8217;s big men dominate Texas Tech in opening-round upset</a></p>
		<p class="pis-excerpt">Making a mockery of those who thought they would be tired after playing five games in five days … checks&hellip; <span class="pis-more"><a class="pis-more-link" href="/?p=49837" rel="bookmark">Read more…</a></span></p>
	</li>
</ul>
<!-- Generated by Posts in Sidebar v4.16.3 -->
</div>
<!-- End Posts in Sidebar - pis_posts_in_sidebar-4 -->


<!-- Start Posts in Sidebar - pis_posts_in_sidebar-2 -->
<div id="pis_posts_in_sidebar-2" class="widget posts-in-sidebar">
<h2 class="widget-title h6">The Garden</h2>		
<ul id="ul_pis_posts_in_sidebar-2" class="pis-ul">
	<li class="pis-li pis-post-51925">
		<p class="pis-title"><a class="pis-title-link" href="/?p=51925" rel="bookmark">Bob Dylan on Baseball</a></p>
		<p class="pis-excerpt">It begins with a few brief notes from an organ you might hear at a ball park. Then we hear&hellip; <span class="pis-more"><a class="pis-more-link" href="/?p=51925" rel="bookmark">Read more…</a></span></p>
	</li>
	<li class="pis-li pis-post-49880">
		<p class="pis-title"><a class="pis-title-link" href="/?p=49880" rel="bookmark">Protected: 2024 Luigi Draft</a></p>
	</li>
	<li class="pis-li pis-post-49717">
		<p class="pis-title"><a class="pis-title-link" href="/?p=49717" rel="bookmark">Protected: Minnit Chat Test</a></p>
	</li>
	<li class="pis-li pis-post-49368">
		<p class="pis-title"><a class="pis-title-link" href="/?p=49368" rel="bookmark">Boras Clients Who Signed After January In Previous Offseasons</a></p>
		<p class="pis-excerpt">Some of you have a hilarious view of Scott Boras as some evil guy who forces clubs to pay more&hellip; <span class="pis-more"><a class="pis-more-link" href="/?p=49368" rel="bookmark">Read more…</a></span></p>
	</li>
	<li class="pis-li pis-post-49312">
		<p class="pis-title"><a class="pis-title-link" href="/?p=49312" rel="bookmark">Mets Continue Omar Minaya’s ‘Legacy’ With Dominican Graduation Ceremony</a></p>
		<p class="pis-excerpt">This was a real nice article on what the Mets do to help the IFAs they add to the system.&hellip; <span class="pis-more"><a class="pis-more-link" href="/?p=49312" rel="bookmark">Read more…</a></span></p>
	</li>
</ul>
<!-- Generated by Posts in Sidebar v4.16.3 -->
</div>
<!-- End Posts in Sidebar - pis_posts_in_sidebar-2 -->

<div id="archives-3" class="widget widget_archive"><h2 class="widget-title h6">Archives</h2>		<label class="screen-reader-text" for="archives-dropdown-3">Archives</label>
		<select id="archives-dropdown-3" name="archive-dropdown">
			
			<option value="">Select Month</option>
				<option value='/?m=202503'> March 2025 &nbsp;(1)</option>
	<option value='/?m=202411'> November 2024 &nbsp;(18)</option>
	<option value='/?m=202410'> October 2024 &nbsp;(49)</option>
	<option value='/?m=202409'> September 2024 &nbsp;(62)</option>
	<option value='/?m=202408'> August 2024 &nbsp;(88)</option>
	<option value='/?m=202407'> July 2024 &nbsp;(97)</option>
	<option value='/?m=202406'> June 2024 &nbsp;(84)</option>
	<option value='/?m=202405'> May 2024 &nbsp;(91)</option>
	<option value='/?m=202404'> April 2024 &nbsp;(89)</option>
	<option value='/?m=202403'> March 2024 &nbsp;(65)</option>
	<option value='/?m=202402'> February 2024 &nbsp;(50)</option>
	<option value='/?m=202401'> January 2024 &nbsp;(63)</option>
	<option value='/?m=202312'> December 2023 &nbsp;(45)</option>
	<option value='/?m=202311'> November 2023 &nbsp;(36)</option>
	<option value='/?m=202310'> October 2023 &nbsp;(35)</option>
	<option value='/?m=202309'> September 2023 &nbsp;(83)</option>
	<option value='/?m=202308'> August 2023 &nbsp;(86)</option>
	<option value='/?m=202307'> July 2023 &nbsp;(84)</option>
	<option value='/?m=202306'> June 2023 &nbsp;(88)</option>
	<option value='/?m=202305'> May 2023 &nbsp;(90)</option>
	<option value='/?m=202304'> April 2023 &nbsp;(85)</option>
	<option value='/?m=202303'> March 2023 &nbsp;(39)</option>
	<option value='/?m=202302'> February 2023 &nbsp;(33)</option>
	<option value='/?m=202301'> January 2023 &nbsp;(42)</option>
	<option value='/?m=202212'> December 2022 &nbsp;(50)</option>
	<option value='/?m=202211'> November 2022 &nbsp;(35)</option>
	<option value='/?m=202210'> October 2022 &nbsp;(47)</option>
	<option value='/?m=202209'> September 2022 &nbsp;(84)</option>
	<option value='/?m=202208'> August 2022 &nbsp;(90)</option>
	<option value='/?m=202207'> July 2022 &nbsp;(76)</option>
	<option value='/?m=202206'> June 2022 &nbsp;(80)</option>
	<option value='/?m=202205'> May 2022 &nbsp;(83)</option>
	<option value='/?m=202204'> April 2022 &nbsp;(75)</option>
	<option value='/?m=202203'> March 2022 &nbsp;(32)</option>
	<option value='/?m=202202'> February 2022 &nbsp;(28)</option>
	<option value='/?m=202201'> January 2022 &nbsp;(30)</option>
	<option value='/?m=202112'> December 2021 &nbsp;(33)</option>
	<option value='/?m=202111'> November 2021 &nbsp;(31)</option>
	<option value='/?m=202110'> October 2021 &nbsp;(37)</option>
	<option value='/?m=202109'> September 2021 &nbsp;(79)</option>
	<option value='/?m=202108'> August 2021 &nbsp;(82)</option>
	<option value='/?m=202107'> July 2021 &nbsp;(80)</option>
	<option value='/?m=202106'> June 2021 &nbsp;(83)</option>
	<option value='/?m=202105'> May 2021 &nbsp;(80)</option>
	<option value='/?m=202104'> April 2021 &nbsp;(69)</option>
	<option value='/?m=202103'> March 2021 &nbsp;(37)</option>
	<option value='/?m=202102'> February 2021 &nbsp;(33)</option>
	<option value='/?m=202101'> January 2021 &nbsp;(40)</option>
	<option value='/?m=202012'> December 2020 &nbsp;(38)</option>
	<option value='/?m=202011'> November 2020 &nbsp;(34)</option>
	<option value='/?m=202010'> October 2020 &nbsp;(37)</option>
	<option value='/?m=202009'> September 2020 &nbsp;(77)</option>
	<option value='/?m=202008'> August 2020 &nbsp;(76)</option>
	<option value='/?m=202007'> July 2020 &nbsp;(49)</option>
	<option value='/?m=202006'> June 2020 &nbsp;(26)</option>
	<option value='/?m=202005'> May 2020 &nbsp;(25)</option>
	<option value='/?m=202004'> April 2020 &nbsp;(29)</option>
	<option value='/?m=202003'> March 2020 &nbsp;(31)</option>
	<option value='/?m=202002'> February 2020 &nbsp;(29)</option>
	<option value='/?m=202001'> January 2020 &nbsp;(33)</option>
	<option value='/?m=201912'> December 2019 &nbsp;(32)</option>
	<option value='/?m=201911'> November 2019 &nbsp;(32)</option>
	<option value='/?m=201910'> October 2019 &nbsp;(34)</option>
	<option value='/?m=201909'> September 2019 &nbsp;(85)</option>
	<option value='/?m=201908'> August 2019 &nbsp;(95)</option>
	<option value='/?m=201907'> July 2019 &nbsp;(81)</option>
	<option value='/?m=201906'> June 2019 &nbsp;(97)</option>
	<option value='/?m=201905'> May 2019 &nbsp;(97)</option>
	<option value='/?m=201904'> April 2019 &nbsp;(95)</option>
	<option value='/?m=201903'> March 2019 &nbsp;(52)</option>
	<option value='/?m=201902'> February 2019 &nbsp;(43)</option>
	<option value='/?m=201901'> January 2019 &nbsp;(46)</option>
	<option value='/?m=201812'> December 2018 &nbsp;(42)</option>
	<option value='/?m=201811'> November 2018 &nbsp;(43)</option>
	<option value='/?m=201810'> October 2018 &nbsp;(49)</option>
	<option value='/?m=201809'> September 2018 &nbsp;(99)</option>
	<option value='/?m=201808'> August 2018 &nbsp;(103)</option>
	<option value='/?m=201807'> July 2018 &nbsp;(101)</option>
	<option value='/?m=201806'> June 2018 &nbsp;(99)</option>
	<option value='/?m=201805'> May 2018 &nbsp;(107)</option>
	<option value='/?m=201804'> April 2018 &nbsp;(92)</option>
	<option value='/?m=201803'> March 2018 &nbsp;(43)</option>
	<option value='/?m=201802'> February 2018 &nbsp;(49)</option>
	<option value='/?m=201801'> January 2018 &nbsp;(43)</option>
	<option value='/?m=201712'> December 2017 &nbsp;(38)</option>
	<option value='/?m=201711'> November 2017 &nbsp;(42)</option>
	<option value='/?m=201710'> October 2017 &nbsp;(45)</option>
	<option value='/?m=201709'> September 2017 &nbsp;(94)</option>
	<option value='/?m=201708'> August 2017 &nbsp;(94)</option>
	<option value='/?m=201707'> July 2017 &nbsp;(91)</option>
	<option value='/?m=201706'> June 2017 &nbsp;(90)</option>
	<option value='/?m=201705'> May 2017 &nbsp;(94)</option>
	<option value='/?m=201704'> April 2017 &nbsp;(89)</option>
	<option value='/?m=201703'> March 2017 &nbsp;(45)</option>
	<option value='/?m=201702'> February 2017 &nbsp;(49)</option>
	<option value='/?m=201701'> January 2017 &nbsp;(39)</option>
	<option value='/?m=201612'> December 2016 &nbsp;(38)</option>
	<option value='/?m=201611'> November 2016 &nbsp;(35)</option>
	<option value='/?m=201610'> October 2016 &nbsp;(60)</option>
	<option value='/?m=201609'> September 2016 &nbsp;(90)</option>
	<option value='/?m=201608'> August 2016 &nbsp;(94)</option>
	<option value='/?m=201607'> July 2016 &nbsp;(82)</option>
	<option value='/?m=201606'> June 2016 &nbsp;(89)</option>
	<option value='/?m=201605'> May 2016 &nbsp;(92)</option>
	<option value='/?m=201604'> April 2016 &nbsp;(77)</option>
	<option value='/?m=201603'> March 2016 &nbsp;(40)</option>
	<option value='/?m=201602'> February 2016 &nbsp;(50)</option>
	<option value='/?m=201601'> January 2016 &nbsp;(55)</option>
	<option value='/?m=201512'> December 2015 &nbsp;(64)</option>
	<option value='/?m=201511'> November 2015 &nbsp;(55)</option>
	<option value='/?m=201510'> October 2015 &nbsp;(89)</option>
	<option value='/?m=201509'> September 2015 &nbsp;(115)</option>
	<option value='/?m=201508'> August 2015 &nbsp;(124)</option>
	<option value='/?m=201507'> July 2015 &nbsp;(119)</option>
	<option value='/?m=201506'> June 2015 &nbsp;(120)</option>
	<option value='/?m=201505'> May 2015 &nbsp;(126)</option>
	<option value='/?m=201504'> April 2015 &nbsp;(110)</option>
	<option value='/?m=201503'> March 2015 &nbsp;(81)</option>
	<option value='/?m=201502'> February 2015 &nbsp;(69)</option>
	<option value='/?m=201501'> January 2015 &nbsp;(74)</option>
	<option value='/?m=201412'> December 2014 &nbsp;(70)</option>
	<option value='/?m=201411'> November 2014 &nbsp;(66)</option>
	<option value='/?m=201410'> October 2014 &nbsp;(70)</option>
	<option value='/?m=201409'> September 2014 &nbsp;(86)</option>
	<option value='/?m=201408'> August 2014 &nbsp;(98)</option>
	<option value='/?m=201407'> July 2014 &nbsp;(96)</option>
	<option value='/?m=201406'> June 2014 &nbsp;(104)</option>
	<option value='/?m=201405'> May 2014 &nbsp;(102)</option>
	<option value='/?m=201404'> April 2014 &nbsp;(103)</option>
	<option value='/?m=201403'> March 2014 &nbsp;(77)</option>
	<option value='/?m=201402'> February 2014 &nbsp;(77)</option>
	<option value='/?m=201401'> January 2014 &nbsp;(74)</option>
	<option value='/?m=201312'> December 2013 &nbsp;(74)</option>
	<option value='/?m=201311'> November 2013 &nbsp;(74)</option>
	<option value='/?m=201310'> October 2013 &nbsp;(74)</option>
	<option value='/?m=201309'> September 2013 &nbsp;(104)</option>
	<option value='/?m=201308'> August 2013 &nbsp;(110)</option>
	<option value='/?m=201307'> July 2013 &nbsp;(103)</option>
	<option value='/?m=201306'> June 2013 &nbsp;(95)</option>
	<option value='/?m=201305'> May 2013 &nbsp;(94)</option>
	<option value='/?m=201304'> April 2013 &nbsp;(97)</option>
	<option value='/?m=201303'> March 2013 &nbsp;(74)</option>
	<option value='/?m=201302'> February 2013 &nbsp;(66)</option>
	<option value='/?m=201301'> January 2013 &nbsp;(61)</option>
	<option value='/?m=201212'> December 2012 &nbsp;(42)</option>
	<option value='/?m=201211'> November 2012 &nbsp;(31)</option>
	<option value='/?m=201210'> October 2012 &nbsp;(49)</option>
	<option value='/?m=201209'> September 2012 &nbsp;(82)</option>
	<option value='/?m=201208'> August 2012 &nbsp;(82)</option>
	<option value='/?m=201207'> July 2012 &nbsp;(83)</option>
	<option value='/?m=201206'> June 2012 &nbsp;(62)</option>
	<option value='/?m=201205'> May 2012 &nbsp;(63)</option>
	<option value='/?m=201204'> April 2012 &nbsp;(61)</option>
	<option value='/?m=201203'> March 2012 &nbsp;(53)</option>
	<option value='/?m=201202'> February 2012 &nbsp;(42)</option>
	<option value='/?m=201201'> January 2012 &nbsp;(36)</option>
	<option value='/?m=201112'> December 2011 &nbsp;(34)</option>
	<option value='/?m=201111'> November 2011 &nbsp;(34)</option>
	<option value='/?m=201110'> October 2011 &nbsp;(33)</option>
	<option value='/?m=201109'> September 2011 &nbsp;(46)</option>
	<option value='/?m=201108'> August 2011 &nbsp;(55)</option>
	<option value='/?m=201107'> July 2011 &nbsp;(53)</option>
	<option value='/?m=201106'> June 2011 &nbsp;(43)</option>
	<option value='/?m=201105'> May 2011 &nbsp;(47)</option>
	<option value='/?m=201104'> April 2011 &nbsp;(42)</option>
	<option value='/?m=201103'> March 2011 &nbsp;(43)</option>
	<option value='/?m=201102'> February 2011 &nbsp;(26)</option>
	<option value='/?m=201101'> January 2011 &nbsp;(28)</option>
	<option value='/?m=201012'> December 2010 &nbsp;(32)</option>
	<option value='/?m=201011'> November 2010 &nbsp;(19)</option>
	<option value='/?m=201010'> October 2010 &nbsp;(14)</option>
	<option value='/?m=201009'> September 2010 &nbsp;(36)</option>
	<option value='/?m=201008'> August 2010 &nbsp;(52)</option>
	<option value='/?m=201007'> July 2010 &nbsp;(64)</option>
	<option value='/?m=201006'> June 2010 &nbsp;(39)</option>
	<option value='/?m=201005'> May 2010 &nbsp;(8)</option>
	<option value='/?m=201004'> April 2010 &nbsp;(13)</option>
	<option value='/?m=201003'> March 2010 &nbsp;(12)</option>
	<option value='/?m=201002'> February 2010 &nbsp;(6)</option>
	<option value='/?m=201001'> January 2010 &nbsp;(5)</option>
	<option value='/?m=200912'> December 2009 &nbsp;(4)</option>
	<option value='/?m=200908'> August 2009 &nbsp;(1)</option>
	<option value='/?m=200907'> July 2009 &nbsp;(1)</option>
	<option value='/?m=200905'> May 2009 &nbsp;(3)</option>
	<option value='/?m=200902'> February 2009 &nbsp;(1)</option>
	<option value='/?m=200901'> January 2009 &nbsp;(1)</option>

		</select>

			<script>
(function() {
	var dropdown = document.getElementById( "archives-dropdown-3" );
	function onSelectChange() {
		if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) {
			document.location.href = this.options[ this.selectedIndex ].value;
		}
	}
	dropdown.onchange = onSelectChange;
})();
</script>
</div>	</div>
	</aside><!-- #secondary -->

	</div><!-- #content -->

	
	<footer id="colophon" class="site-footer" role="contentinfo">
		<div class="wrapper footer-wrapper">
			<div class="site-info">
				<a href="https://wordpress.org/">
					Proudly powered by WordPress				</a>
				<span class="sep"> | </span>
				<span>
					Theme: Kawi by <a href="https://vincentdubroeucq.com">Vincent Dubroeucq</a>.				</span>
			</div><!-- .site-info -->
			<nav class="footer-menu-section" role="navigation" aria-label="Footer navigation">
							</nav>
		</div><!-- .footer-wrapper -->
	</footer><!-- #colophon -->
</div><!-- #page -->

<style id='core-block-supports-inline-css'>
.wp-container-core-columns-is-layout-28f84493{flex-wrap:nowrap;}
</style>
<script src="/wp-content/plugins/embed-any-document/js/pdfobject.min.js?ver=2.7.7" id="awsm-ead-pdf-object-js"></script>
<script id="awsm-ead-public-js-extra">
var eadPublic = [];
</script>
<script src="/wp-content/plugins/embed-any-document/js/embed-public.min.js?ver=2.7.7" id="awsm-ead-public-js"></script>
<script id="mediaelement-core-js-before">
var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}};
</script>
<script src="/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17" id="mediaelement-core-js"></script>
<script src="/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.8.1" id="mediaelement-migrate-js"></script>
<script id="mediaelement-js-extra">
var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"};
</script>
<script src="/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.8.1" id="wp-mediaelement-js"></script>
<script src="/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script>
<script src="/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script>
<script src="/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b" id="jquery-masonry-js"></script>
<script id="dslc-main-js-js-extra">
var DSLCAjax = {"ajaxurl":"https:\/\/mets360.com\/wp-admin\/admin-ajax.php"};
</script>
<script src="/wp-content/plugins/live-composer-page-builder/js/dist/client_frontend.min.js?ver=1.5.52" id="dslc-main-js-js"></script>
<script id="wp-polls-js-extra">
var pollsL10n = {"ajax_url":"https:\/\/mets360.com\/wp-admin\/admin-ajax.php","text_wait":"Your last request is still being processed. Please wait a while ...","text_valid":"Please choose a valid poll answer.","text_multiple":"Maximum number of choices allowed: ","show_loading":"1","show_fading":"1"};
</script>
<script src="/wp-content/plugins/wp-polls/polls-js.js?ver=2.77.3" id="wp-polls-js"></script>
<script id="wp_ulike-js-extra">
var wp_ulike_params = {"ajax_url":"https:\/\/mets360.com\/wp-admin\/admin-ajax.php","notifications":"0"};
</script>
<script src="/wp-content/plugins/wp-ulike/assets/js/wp-ulike.min.js?ver=4.7.9.1" id="wp_ulike-js"></script>
<script id="jetpack-stats-js-before">
_stq = window._stq || [];
_stq.push([ "view", JSON.parse("{\"v\":\"ext\",\"blog\":\"15172936\",\"post\":\"0\",\"tz\":\"-4\",\"srv\":\"mets360.com\",\"arch_home\":\"1\",\"j\":\"1:14.7\"}") ]);
_stq.push([ "clickTrackerInit", "15172936", "0" ]);
</script>
<script src="https://stats.wp.com/e-202525.js" id="jetpack-stats-js" defer data-wp-strategy="defer"></script>
<script src="/wp-includes/js/wp-embed.min.js?ver=6.8.1" id="wp-embed-js" defer data-wp-strategy="defer"></script>

<!--Plugin WP Missed Schedule Active - PATCH - Secured with Genuine Authenticity KeyTag-->

<!-- This site is patched against a big problem not solved since WordPress 2.5 to date -->

		<script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),
                _trfd.push({'tccl.baseHost':'secureserver.net'}),
                _trfd.push({'ap':'wpaas'},
                    {'server':'ad84b18f-030c-be1d-e5ad-5ff28decf9f1.secureserver.net'},
                    {'pod':'P3NLWPPOD10'},
                    {'storage':'p3cephmah004pod10_data07'},                     {'xid':'42463529'},
                    {'wp':'6.8.1'},
                    {'php':'7.4.33.8'},
                    {'loggedin':'0'},
                    {'cdn':'1'},
                    {'builder':'wp-classic-editor'},
                    {'theme':'kawi'},
                    {'wds':'0'},
                    {'wp_alloptions_count':'735'},
                    {'wp_alloptions_bytes':'510980'},
                    {'gdl_coming_soon_page':'0'}
                                    );
            var trafficScript = document.createElement('script'); trafficScript.src = 'https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js'; window.document.head.appendChild(trafficScript);</script>
		<script>window.addEventListener('click', function (elem) { var _elem$target, _elem$target$dataset, _window, _window$_trfq; return (elem === null || elem === void 0 ? void 0 : (_elem$target = elem.target) === null || _elem$target === void 0 ? void 0 : (_elem$target$dataset = _elem$target.dataset) === null || _elem$target$dataset === void 0 ? void 0 : _elem$target$dataset.eid) && ((_window = window) === null || _window === void 0 ? void 0 : (_window$_trfq = _window._trfq) === null || _window$_trfq === void 0 ? void 0 : _window$_trfq.push(["cmdLogEvent", "click", elem.target.dataset.eid]));});</script>
		<script src='https://img1.wsimg.com/traffic-assets/js/tccl-tti.min.js' onload="window.tti.calculateTTI()"></script>
		
</body>
</html>
