<!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>Tiffany Cook &#8211; Wyoming Tobacco Prevention &amp; Control Evaluation</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//cdnjs.cloudflare.com' />
<link rel='dns-prefetch' href='//use.fontawesome.com' />
<link rel="alternate" type="application/rss+xml" title="Wyoming Tobacco Prevention &amp; Control Evaluation &raquo; Feed" href="https://wysac.uwyo.edu/wyomingtobacco/feed/" />
<link rel="alternate" type="application/rss+xml" title="Wyoming Tobacco Prevention &amp; Control Evaluation &raquo; Comments Feed" href="https://wysac.uwyo.edu/wyomingtobacco/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="Wyoming Tobacco Prevention &amp; Control Evaluation &raquo; Posts by Tiffany Cook Feed" href="https://wysac.uwyo.edu/wyomingtobacco/author/tcook/feed/" />
		<!-- This site uses the Google Analytics by ExactMetrics plugin v9.2.2 - Using Analytics tracking - https://www.exactmetrics.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-1E2EWK9PNV"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var em_version = '9.2.2';
				var em_track_user = true;
				var em_no_track_reason = '';
								var ExactMetricsDefaultLocations = {"page_location":"https:\/\/wysac.uwyo.edu\/wyomingtobacco\/author\/tcook\/feed\/"};
								if ( typeof ExactMetricsPrivacyGuardFilter === 'function' ) {
					var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsPrivacyGuardFilter( ExactMetricsExcludeQuery ) : ExactMetricsPrivacyGuardFilter( ExactMetricsDefaultLocations );
				} else {
					var ExactMetricsLocations = (typeof ExactMetricsExcludeQuery === 'object') ? ExactMetricsExcludeQuery : ExactMetricsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-1E2EWK9PNV',
									];

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

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

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dNDMyYj': true,
											});
					if ( ExactMetricsLocations.page_location ) {
						__gtagTracker('set', ExactMetricsLocations);
					}
										__gtagTracker('config', 'G-1E2EWK9PNV', {"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 ExactMetrics -->
		<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<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;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="wp-block-library-inline-css">
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*wp_block_styles_on_demand_placeholder:6a29594b1ae87*/
/*# sourceURL=wp-block-library-inline-css */
</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}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<style id="wp-block-styles-placeholder-inline-css">
:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the block styles printed at wp_footer." }
/*# sourceURL=wp-block-styles-placeholder-inline-css */
</style>
<style id="font-awesome-svg-styles-default-inline-css">
.svg-inline--fa {
  display: inline-block;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
/*# sourceURL=font-awesome-svg-styles-default-inline-css */
</style>
<link rel='stylesheet' id='font-awesome-svg-styles-css' href='https://wysac.uwyo.edu/wyomingtobacco/wp-content/uploads/font-awesome/v5.15.1/css/svg-with-js.css' media='all' />
<style id="font-awesome-svg-styles-inline-css">
   .wp-block-font-awesome-icon svg::before,
   .wp-rich-text-font-awesome-icon svg::before {content: unset;}
/*# sourceURL=font-awesome-svg-styles-inline-css */
</style>
<style id="wp-global-styles-placeholder-inline-css">
:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the global-styles printed at wp_footer." }
/*# sourceURL=wp-global-styles-placeholder-inline-css */
</style>
<link rel='stylesheet' id='parent-style-css' href='https://wysac.uwyo.edu/wyomingtobacco/wp-content/themes/wysac-depot-master/style.css?ver=34dd21a746332ac5180fbe5fb87f9bc9' media='all' />
<link rel='stylesheet' id='wysac-depot-2020-style-css' href='https://wysac.uwyo.edu/wyomingtobacco/wp-content/themes/wysac-depot-wy-tobacco/style.css?ver=34dd21a746332ac5180fbe5fb87f9bc9' media='all' />
<link rel='stylesheet' id='font-awesome-official-css' href='https://use.fontawesome.com/releases/v5.15.1/css/all.css' media='all' integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous" />
<link rel='stylesheet' id='font-awesome-official-v4shim-css' href='https://use.fontawesome.com/releases/v5.15.1/css/v4-shims.css' media='all' integrity="sha384-WCuYjm/u5NsK4s/NfnJeHuMj6zzN2HFyjhBu/SnZJj7eZ6+ds4zqIM3wYgL59Clf" crossorigin="anonymous" />
<style id="font-awesome-official-v4shim-inline-css">
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-brands-400.eot"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-brands-400.woff2") format("woff2"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-brands-400.woff") format("woff"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-brands-400.ttf") format("truetype"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-solid-900.eot"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-solid-900.woff2") format("woff2"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-solid-900.woff") format("woff"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-solid-900.ttf") format("truetype"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-regular-400.eot"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-regular-400.woff2") format("woff2"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-regular-400.woff") format("woff"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-regular-400.ttf") format("truetype"),
		url("https://use.fontawesome.com/releases/v5.15.1/webfonts/fa-regular-400.svg#fontawesome") format("svg");
unicode-range: U+F004-F005,U+F007,U+F017,U+F022,U+F024,U+F02E,U+F03E,U+F044,U+F057-F059,U+F06E,U+F070,U+F075,U+F07B-F07C,U+F080,U+F086,U+F089,U+F094,U+F09D,U+F0A0,U+F0A4-F0A7,U+F0C5,U+F0C7-F0C8,U+F0E0,U+F0EB,U+F0F3,U+F0F8,U+F0FE,U+F111,U+F118-F11A,U+F11C,U+F133,U+F144,U+F146,U+F14A,U+F14D-F14E,U+F150-F152,U+F15B-F15C,U+F164-F165,U+F185-F186,U+F191-F192,U+F1AD,U+F1C1-F1C9,U+F1CD,U+F1D8,U+F1E3,U+F1EA,U+F1F6,U+F1F9,U+F20A,U+F247-F249,U+F24D,U+F254-F25B,U+F25D,U+F267,U+F271-F274,U+F279,U+F28B,U+F28D,U+F2B5-F2B6,U+F2B9,U+F2BB,U+F2BD,U+F2C1-F2C2,U+F2D0,U+F2D2,U+F2DC,U+F2ED,U+F328,U+F358-F35B,U+F3A5,U+F3D1,U+F410,U+F4AD;
}
/*# sourceURL=font-awesome-official-v4shim-inline-css */
</style>
<script async data-wp-strategy="async" id="exactmetrics-frontend-script-js" src="https://wysac.uwyo.edu/wyomingtobacco/wp-content/plugins/google-analytics-dashboard-for-wp/assets/js/frontend-gtag.min.js?ver=9.2.2"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='exactmetrics-frontend-script-js-extra'>/* <![CDATA[ */
var exactmetrics_frontend = {"js_events_tracking":"true","download_extensions":"zip,mp3,mpeg,pdf,docx,pptx,xlsx,rar","inbound_paths":"[]","home_url":"https:\/\/wysac.uwyo.edu\/wyomingtobacco","hash_tracking":"false","v4_id":"G-1E2EWK9PNV"};/* ]]> */
</script>
<script id="jquery-core-js" src="https://wysac.uwyo.edu/wyomingtobacco/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script id="jquery-migrate-js" src="https://wysac.uwyo.edu/wyomingtobacco/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>
<link rel="https://api.w.org/" href="https://wysac.uwyo.edu/wyomingtobacco/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://wysac.uwyo.edu/wyomingtobacco/wp-json/wp/v2/users/2" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://wysac.uwyo.edu/wyomingtobacco/xmlrpc.php?rsd" />

<script type="text/javascript">
(function(url){
	if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; }
	var addEvent = function(evt, handler) {
		if (window.addEventListener) {
			document.addEventListener(evt, handler, false);
		} else if (window.attachEvent) {
			document.attachEvent('on' + evt, handler);
		}
	};
	var removeEvent = function(evt, handler) {
		if (window.removeEventListener) {
			document.removeEventListener(evt, handler, false);
		} else if (window.detachEvent) {
			document.detachEvent('on' + evt, handler);
		}
	};
	var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' ');
	var logHuman = function() {
		if (window.wfLogHumanRan) { return; }
		window.wfLogHumanRan = true;
		var wfscr = document.createElement('script');
		wfscr.type = 'text/javascript';
		wfscr.async = true;
		wfscr.src = url + '&r=' + Math.random();
		(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr);
		for (var i = 0; i < evts.length; i++) {
			removeEvent(evts[i], logHuman);
		}
	};
	for (var i = 0; i < evts.length; i++) {
		addEvent(evts[i], logHuman);
	}
})('//wysac.uwyo.edu/wyomingtobacco/?wordfence_lh=1&hid=6B659069CAC79EC798C1968F719B343B');
</script></head>

<body class="archive author author-tcook author-2 wp-theme-wysac-depot-master wp-child-theme-wysac-depot-wy-tobacco hfeed no-sidebar">
	<div id="page" class="site bg-frost">
		<a class="sr-only sr-only-focusable" href="#content">Skip to content</a>

		<header id="masthead" class="site-header bg-white">
			<!-- // TOPBAR -->
			<div class="container">
				<nav class="navbar navbar-light navbar-expand-lg">
					<a class="navbar-brand" href="https://wyomingpreventiondepot.org/" target="_blank"><i class="fas fa-shield-alt mr-2"></i><span class="small">Wyoming Prevention Depot</span></a>
					<!-- // mobile toggle -->
					<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#topbar-nav" aria-controls="topbar-nav" aria-expanded="false" aria-label="Toggle navigation">
						<span class="navbar-toggler-icon"></span>
					</button>
					<div id="topbar-nav" class="collapse navbar-collapse justify-content-end"><ul id="menu-depot-tools" class="navbar-nav"><li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-3169" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3169 nav-item"><a title="Environmental Strategies" target="_blank" href="https://www.wyomingpreventiondepot.org/strategies/" class="nav-link">Environmental Strategies</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-3170" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3170 nav-item"><a title="Rx Drug Toolkit" href="https://wyomingpreventiondepot.org/rxtoolkit/" class="nav-link">Rx Drug Toolkit</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-3171" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3171 nav-item"><a title="Substance Abuse Data" href="https://www.wyomingpreventiondepot.org/dataprofiles/" class="nav-link">Substance Abuse Data</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-3172" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3172 nav-item"><a title="PNA Survey" href="https://www.pnasurvey.org/" class="nav-link">PNA Survey</a></li>
</ul></div>				</nav>
			</div>
			<!-- // MAIN NAV -->
			<div class="container-fluid py-5 main-nav-container">
				<nav class="navbar navbar-dark navbar-expand-lg">
					<div class="container">
						<!-- // Site Title -->
						<a class="site-title navbar-brand" href="https://wysac.uwyo.edu/wyomingtobacco/">Wyoming Tobacco Prevention &amp; Control Evaluation</a>
						<!-- // Mobile Toggle -->
						<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-nav" aria-controls="main-nav" aria-expanded="false" aria-label="Toggle navigation">
							<span class="navbar-toggler-icon"></span>
						</button>
						<!-- // nav menu -->
						<div id="main-nav" class="collapse navbar-collapse justify-content-end"><ul id="menu-main-navigation" class="navbar-nav"><li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-19" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19 nav-item"><a title="Survey Data" href="https://wysac.uwyo.edu/wyomingtobacco/data/SurveyData.aspx" class="nav-link">Survey Data</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-72" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-72 nav-item"><a title="County Profiles" href="https://wysac.uwyo.edu/wyomingtobacco/data/CountyProfiles.aspx" class="nav-link">County Profiles</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-20" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-20 nav-item"><a title="Topics" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-20">Topics</a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-20" role="menu">
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-25" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-25 nav-item"><a title="Youth Use" href="https://wysac.uwyo.edu/wyomingtobacco/topic/use-youth/" class="dropdown-item">Youth Use</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-21" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-21 nav-item"><a title="Adult Use" href="https://wysac.uwyo.edu/wyomingtobacco/topic/use-adults/" class="dropdown-item">Adult Use</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-24" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-24 nav-item"><a title="Smokefree Policies &amp; Laws" href="https://wysac.uwyo.edu/wyomingtobacco/topic/laws/" class="dropdown-item">Smokefree Policies &amp; Laws</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-23" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-23 nav-item"><a title="Health &amp; Economics" href="https://wysac.uwyo.edu/wyomingtobacco/topic/health-econ/" class="dropdown-item">Health &amp; Economics</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-22" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-22 nav-item"><a title="Cessation" href="https://wysac.uwyo.edu/wyomingtobacco/topic/cessation/" class="dropdown-item">Cessation</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-868" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-868 nav-item"><a title="Electronic Cigarettes / ENDS" href="https://wysac.uwyo.edu/wyomingtobacco/topic/electronic-cigarettes/" class="dropdown-item">Electronic Cigarettes / ENDS</a></li>
</ul>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-421" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown menu-item-421 nav-item"><a title="Publications" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="dropdown-toggle nav-link" id="menu-item-dropdown-421">Publications</a>
<ul class="dropdown-menu" aria-labelledby="menu-item-dropdown-421" role="menu">
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-29" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-29 nav-item"><a title="Reports" href="https://wysac.uwyo.edu/wyomingtobacco/category/publications/reports/" class="dropdown-item">Reports</a></li>
	<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-28" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-28 nav-item"><a title="Issue Briefs" href="https://wysac.uwyo.edu/wyomingtobacco/category/publications/briefs/" class="dropdown-item">Issue Briefs</a></li>
</ul>
</li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-30" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-30 nav-item"><a title="Resources" href="https://wysac.uwyo.edu/wyomingtobacco/category/resources/" class="nav-link">Resources</a></li>
<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="menu-item-1994" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1994 nav-item"><a title="About" href="https://wysac.uwyo.edu/wyomingtobacco/about-tpcp/" class="nav-link">About</a></li>
</ul></div>					</div>
				</nav>
			</div>

			<!-- Main Nav-->

		</header><!-- #masthead -->
		<div id="content" class="site-content py-5 mt-2 container">
	<div id="primary" class="content-area">
		<main id="main" class="site-main" role="main">

		
			<header class="page-header mb-5">
				Filed under... <h1 class="page-title display-4"><span class="vcard">Tiffany Cook</span></h1>			</header><!-- .page-header -->
<div class="row">
  <div class="col-lg-3 order-last order-lg-first mt-5 mt-lg-0">
  		<div id="sidebar-archives" class="widget-area recent-entries">
		<div class="widget border-top mr-3">
			<h2 class="widget-title h5 py-3">Search by Topic</h5>
						</div>
	</div>

<!-- #secondary-->
          </div>
	<div class="col">
						
				
<article id="post-2101" class="mb-4 class="post-2101 post type-post status-publish format-standard has-post-thumbnail hentry category-publications category-reports"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Publications
					| 11.05.2018				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2018/11/05/success-stories/" rel="bookmark">Success Stories</a></h2>				<p class="entry-meta">By <a href="https://wysac.uwyo.edu/wyomingtobacco/author/ldespain/" title="Posts by Laran Despain" class="author url fn" rel="author">Laran Despain</a>, <a href="https://wysac.uwyo.edu/wyomingtobacco/author/tcook/" title="Posts by Tiffany Cook" class="author url fn" rel="author">Tiffany Cook</a> and <a href="https://wysac.uwyo.edu/wyomingtobacco/author/jessica/" title="Posts by Jessica Schillinger" class="author url fn" rel="author">Jessica Schillinger</a></p>
		
	</header><!-- .entry-header -->

		<div class="archive-entry-summary">
					<p>Wyoming Tobacco Prevention Success Stories. Topics include: Adult Smoking Rate Declines in Wyoming, Preventing Initiation of Tobacco Use, Eliminating Nonsmokers&#8217; Exposure to Secondhand Smoke, Promoting Quitting among Adults and Young People, and Economics of Tobacco Prevention. </p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2018/11/05/success-stories/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
				
<article id="post-2015" class="mb-4 class="post-2015 post type-post status-publish format-standard has-post-thumbnail hentry category-reports tag-adults tag-cessation tag-chantix tag-cigarettes tag-electronic-cigarettes tag-enrollees tag-medication tag-mental-health tag-pregnancy tag-quitline tag-quitting tag-tobacco tag-wqtp tag-wyoming tag-wyoming-quit-tobacco-program"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Reports
					| 12.18.2017				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2017/12/18/wyoming-quit-tobacco-program-follow-up-survey-5/" rel="bookmark">Wyoming Quit Tobacco Program Follow-Up Survey</a></h2>				<p class="entry-meta">By <a href="https://wysac.uwyo.edu/wyomingtobacco/author/skato/" title="Posts by Shinze Kato" class="author url fn" rel="author">Shinze Kato</a>, <a href="https://wysac.uwyo.edu/wyomingtobacco/author/tcook/" title="Posts by Tiffany Cook" class="author url fn" rel="author">Tiffany Cook</a> and <a href="https://wysac.uwyo.edu/wyomingtobacco/author/ldespain/" title="Posts by Laran Despain" class="author url fn" rel="author">Laran Despain</a></p>
		
	</header><!-- .entry-header -->

		<div class="archive-entry-summary">
					<p>The Wyoming Quit Tobacco Program (WQTP) assists enrollees in their efforts to quit using tobacco products by offering free Quitline phone coaching, free nicotine replacement therapy (NRT), and free or reduced-price prescription (Rx) medications.</p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2017/12/18/wyoming-quit-tobacco-program-follow-up-survey-5/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
				
<article id="post-1981" class="mb-4 class="post-1981 post type-post status-publish format-standard has-post-thumbnail hentry category-reports tag-adults tag-cessation tag-chantix tag-cigarettes tag-electronic-cigarettes tag-enrollees tag-medication tag-mental-health tag-pregnancy tag-quitline tag-quitting tag-tobacco tag-wqtp tag-wyoming tag-wyoming-quit-tobacco-program"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Reports
					| 06.29.2017				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2017/06/29/wyoming-quit-tobacco-program-follow-up-survey-4/" rel="bookmark">Wyoming Quit Tobacco Program Follow-Up Survey</a></h2>				<p class="entry-meta">By <a href="https://wysac.uwyo.edu/wyomingtobacco/author/skato/" title="Posts by Shinze Kato" class="author url fn" rel="author">Shinze Kato</a>, <a href="https://wysac.uwyo.edu/wyomingtobacco/author/tcook/" title="Posts by Tiffany Cook" class="author url fn" rel="author">Tiffany Cook</a> and <a href="https://wysac.uwyo.edu/wyomingtobacco/author/ldespain/" title="Posts by Laran Despain" class="author url fn" rel="author">Laran Despain</a></p>
		
	</header><!-- .entry-header -->

		<div class="archive-entry-summary">
					<p>The Wyoming Quit Tobacco Program (WQTP) assists enrollees in their efforts to quit using tobacco products by offering free Quitline phone coaching, free nicotine replacement therapy (NRT), and free or reduced-price prescription (Rx) medications. </p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2017/06/29/wyoming-quit-tobacco-program-follow-up-survey-4/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
				
<article id="post-1870" class="mb-4 class="post-1870 post type-post status-publish format-standard has-post-thumbnail hentry category-reports tag-use-adults tag-adults tag-attitudes tag-cessation tag-cigarettes tag-disparities tag-electronic-cigarettes tag-health tag-health-econ tag-secondhand-smoke tag-laws tag-wyoming"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Reports
					| 05.09.2017				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2017/05/09/2015-wyoming-adult-tobacco-survey/" rel="bookmark">2015 Wyoming Adult Tobacco Survey</a></h2>				<p class="entry-meta">By <a href="https://wysac.uwyo.edu/wyomingtobacco/author/skato/" title="Posts by Shinze Kato" class="author url fn" rel="author">Shinze Kato</a>, <a href="https://wysac.uwyo.edu/wyomingtobacco/author/ldespain/" title="Posts by Laran Despain" class="author url fn" rel="author">Laran Despain</a>, <a href="https://wysac.uwyo.edu/wyomingtobacco/author/tcook/" title="Posts by Tiffany Cook" class="author url fn" rel="author">Tiffany Cook</a> and <a href="https://wysac.uwyo.edu/wyomingtobacco/author/ltodd/" title="Posts by Luke Todd" class="author url fn" rel="author">Luke Todd</a></p>
		
	</header><!-- .entry-header -->

		<div class="archive-entry-summary">
					<p>The Wyoming Tobacco Prevention and Control Program (TPCP) works to reduce tobacco use in Wyoming by using a comprehensive, multi-strategy approach. The TPCP aligns its strategies around four goal areas that it shares with the Centers for Disease Control and Prevention (CDC):</p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2017/05/09/2015-wyoming-adult-tobacco-survey/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
				
<article id="post-1486" class="mb-4 class="post-1486 post type-post status-publish format-standard has-post-thumbnail hentry category-reports tag-attitudes tag-cessation tag-cigarettes tag-disparities tag-electronic-cigarettes tag-perception-of-risk tag-pregnancy tag-tobacco tag-tobacco-use tag-wyoming tag-young-adults"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Reports
					| 02.03.2017				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2017/02/03/wyoming-young-adult-tobacco-survey/" rel="bookmark">Wyoming Young Adult Tobacco Survey</a></h2>				<p class="entry-meta">By <a href="https://wysac.uwyo.edu/wyomingtobacco/author/jsimpson/" title="Posts by Janelle Simpson" class="author url fn" rel="author">Janelle Simpson</a>, <a href="https://wysac.uwyo.edu/wyomingtobacco/author/ldespain/" title="Posts by Laran Despain" class="author url fn" rel="author">Laran Despain</a> and <a href="https://wysac.uwyo.edu/wyomingtobacco/author/tcook/" title="Posts by Tiffany Cook" class="author url fn" rel="author">Tiffany Cook</a></p>
		
	</header><!-- .entry-header -->

		<div class="archive-entry-summary">
					<p>The Wyoming Survey &#038; Analysis Center (WYSAC), under contract to the Wyoming Department of Health, Public Health Division, conducted a survey of young adults aged 18 to 25. The survey measured attitudes and behaviors of young adults in Wyoming related to tobacco use. Key findings from the survey include the following:</p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2017/02/03/wyoming-young-adult-tobacco-survey/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
				
<article id="post-1259" class="mb-4 class="post-1259 post type-post status-publish format-standard has-post-thumbnail hentry category-reports tag-adults tag-cessation tag-cigarettes tag-electronic-cigarettes tag-enrollees tag-medication tag-mental-health tag-pregnancy tag-quitline tag-quitting tag-tobacco tag-wqtp tag-wyoming tag-wyoming-quit-tobacco-program"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Reports
					| 10.05.2016				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2016/10/05/wyoming-quit-tobacco-program-follow-up-survey-3/" rel="bookmark">Wyoming Quit Tobacco Program Follow-Up Survey</a></h2>				<p class="entry-meta">By <a href="https://wysac.uwyo.edu/wyomingtobacco/author/ldespain/" title="Posts by Laran Despain" class="author url fn" rel="author">Laran Despain</a>, <a href="https://wysac.uwyo.edu/wyomingtobacco/author/skato/" title="Posts by Shinze Kato" class="author url fn" rel="author">Shinze Kato</a> and <a href="https://wysac.uwyo.edu/wyomingtobacco/author/tcook/" title="Posts by Tiffany Cook" class="author url fn" rel="author">Tiffany Cook</a></p>
		
	</header><!-- .entry-header -->

		<div class="archive-entry-summary">
					<p>The Wyoming Quit Tobacco Program (WQTP) assists enrollees in their efforts to quit using tobacco products by offering free coaching support, free nicotine replacement therapies (NRTs), and free or reduced-price prescription (Rx) medications. Under contract to the Wyoming Department of Health, Public Health Division, the Wyoming Survey &#038; Analysis Center (WYSAC) at the University of Wyoming conducts monthly surveys of WQTP enrollees to assess quit rates and enrollee satisfaction. </p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2016/10/05/wyoming-quit-tobacco-program-follow-up-survey-3/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
			<nav class="pagination">
							</nav>

			</div>
		</main><!-- #main -->
	</div><!-- #primary -->
<!--WPFC_FOOTER_START-->
</div><!-- #content -->

<footer id="colophon" class="site-footer">
	<!--// FOOTER  - Link Lists -->
	<div class="footer-links container-fluid bg-primary text-white py-5">
		<div class="container">
			<div class="row">
								<div class="col-12 col-lg ">
					<section id="nav_menu-3" class="widget widget_nav_menu"><h2 class="widget-title h5">Explore</h2><div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="menu"><li id="menu-item-103" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-103"><a href="https://wysac.uwyo.edu/wyomingtobacco/data/SurveyData.aspx">Survey Data</a></li>
<li id="menu-item-588" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-588"><a href="https://wysac.uwyo.edu/wyomingtobacco/data/CountyProfiles.aspx">County Profiles</a></li>
<li id="menu-item-102" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-102"><a href="https://wysac.uwyo.edu/wyomingtobacco/category/publications/reports/">Reports</a></li>
<li id="menu-item-101" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-101"><a href="https://wysac.uwyo.edu/wyomingtobacco/category/resources/">Resources</a></li>
<li id="menu-item-1992" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1992"><a href="https://wysac.uwyo.edu/wyomingtobacco/contact-us/">Contact Us</a></li>
</ul></div></section>				</div>
							<div class="col-12 col-lg mt-5 mt-lg-0 ">
					<section id="text-13" class="widget widget_text"><h2 class="widget-title h5">About this Project</h2>			<div class="textwidget"><p>WYSAC’s evaluation of the Wyoming Substance Use and Tobacco Prevention  Program (SUTPP) assesses the effectiveness of SUTPP efforts in Wyoming and provides information for continuous program improvement.</p>
</div>
		</section>				</div>
							<div class="col-12 col-lg mt-5 mt-lg-0">
					<section id="nav_menu-4" class="widget widget_nav_menu"><h2 class="widget-title h5">Wyoming Prevention Depot</h2><div class="menu-depot-tools-container"><ul id="menu-depot-tools-1" class="menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3169"><a target="_blank" href="https://www.wyomingpreventiondepot.org/strategies/">Environmental Strategies</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3170"><a href="https://wyomingpreventiondepot.org/rxtoolkit/">Rx Drug Toolkit</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3171"><a href="https://www.wyomingpreventiondepot.org/dataprofiles/">Substance Abuse Data</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3172"><a href="https://www.pnasurvey.org/">PNA Survey</a></li>
</ul></div></section><section id="text-17" class="widget widget_text">			<div class="textwidget"><p><i class="fas fa-lock mr-3"></i><a href="https://wysac.uwyo.edu/perc/">PERC</a><br />
<i class="fas fa-lock mr-3"></i><a href="https://www.wyomingpreventiondepot.org/communities/">Community Prioritization Tool</a></p>
</div>
		</section>				</div>
						</div>
		</div>
	</div>
	<!-- // FOOTER - site info -->
	<div class="site-info container-fluid bg-dark text-white py-4">
		<div class="container">
			<div class="row">
				<div class="col">
					<strong>&copy;2026 Wyoming Prevention Depot,</strong> <em>a project of the <a href="https://www.uwyo.edu/wysac">Wyoming Survey & Analysis Center at the University of Wyoming</a></em>
				</div>
			</div>
		</div>
	</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/wyomingtobacco/*"},{"not":{"href_matches":["/wyomingtobacco/wp-*.php","/wyomingtobacco/wp-admin/*","/wyomingtobacco/wp-content/uploads/*","/wyomingtobacco/wp-content/*","/wyomingtobacco/wp-content/plugins/*","/wyomingtobacco/wp-content/themes/wysac-depot-wy-tobacco/*","/wyomingtobacco/wp-content/themes/wysac-depot-master/*","/wyomingtobacco/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script id="wysac-depot-2020-popper-js" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js?ver=20151215"></script>
<script id="wysac-depot-2020-vendor-scripts-js" src="https://wysac.uwyo.edu/wyomingtobacco/wp-content/themes/wysac-depot-master/assets/js/vendor.js?ver=20151215"></script>
<script id="wp-dom-ready-js" src="https://wysac.uwyo.edu/wyomingtobacco/wp-includes/js/dist/dom-ready.min.js?ver=a06281ae5cf5500e9317"></script>
<script id="wp-hooks-js" src="https://wysac.uwyo.edu/wyomingtobacco/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script>
<script id="wp-i18n-js" src="https://wysac.uwyo.edu/wyomingtobacco/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script id="wp-a11y-js" src="https://wysac.uwyo.edu/wyomingtobacco/wp-includes/js/dist/a11y.min.js?ver=af934e5259bc51b8718e"></script>
<script id="underscore-js" src="https://wysac.uwyo.edu/wyomingtobacco/wp-includes/js/underscore.min.js?ver=1.13.8"></script>
<script id="customize-base-js" src="https://wysac.uwyo.edu/wyomingtobacco/wp-includes/js/customize-base.min.js?ver=34dd21a746332ac5180fbe5fb87f9bc9"></script>
<script id="customize-preview-js" src="https://wysac.uwyo.edu/wyomingtobacco/wp-includes/js/customize-preview.min.js?ver=34dd21a746332ac5180fbe5fb87f9bc9"></script>
<script id="wysac-depot-2020-custom-scripts-js" src="https://wysac.uwyo.edu/wyomingtobacco/wp-content/themes/wysac-depot-master/assets/js/custom.js?ver=20151215"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://wysac.uwyo.edu/wyomingtobacco/wp-includes/js/wp-emoji-release.min.js?ver=34dd21a746332ac5180fbe5fb87f9bc9"}}
</script>
<script type="module">
/*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!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!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let 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(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://wysac.uwyo.edu/wyomingtobacco/wp-includes/js/wp-emoji-loader.min.js
</script>
</body>
</html>
