<!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>Janelle Simpson &#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 Janelle Simpson Feed" href="https://wysac.uwyo.edu/wyomingtobacco/author/jsimpson/feed/" />
		<!-- This site uses the Google Analytics by ExactMetrics plugin v9.2.0 - 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.0';
				var em_track_user = true;
				var em_no_track_reason = '';
								var ExactMetricsDefaultLocations = {"page_location":"https:\/\/wysac.uwyo.edu\/wyomingtobacco\/author\/jsimpson\/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:6a12eb379a306*/
/*# 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.0"></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/5" /><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=080B7850FB890B921CE3F27C0D53043C');
</script></head>

<body class="archive author author-jsimpson author-5 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">Janelle Simpson</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>
				<p><a href="https://wysac.uwyo.edu/wyomingtobacco/topic/use-adults/" rel="tag">Adult Use</a></p><p><a href="https://wysac.uwyo.edu/wyomingtobacco/topic/cessation/" rel="tag">Cessation</a></p><p><a href="https://wysac.uwyo.edu/wyomingtobacco/topic/chronic-disease/" rel="tag">Chronic Disease</a></p><p><a href="https://wysac.uwyo.edu/wyomingtobacco/topic/cigarettes/" rel="tag">Cigarettes</a></p><p><a href="https://wysac.uwyo.edu/wyomingtobacco/topic/disparities/" rel="tag">Disparities</a></p><p><a href="https://wysac.uwyo.edu/wyomingtobacco/topic/electronic-cigarettes/" rel="tag">Electronic Cigarettes / ENDS</a></p><p><a href="https://wysac.uwyo.edu/wyomingtobacco/topic/health-econ/" rel="tag">Health &amp; Economics</a></p><p><a href="https://wysac.uwyo.edu/wyomingtobacco/topic/secondhand-smoke/" rel="tag">Secondhand Smoke</a></p><p><a href="https://wysac.uwyo.edu/wyomingtobacco/topic/laws/" rel="tag">Smokefree Policies &amp; Laws</a></p><p><a href="https://wysac.uwyo.edu/wyomingtobacco/topic/tax/" rel="tag">Tax</a></p><p><a href="https://wysac.uwyo.edu/wyomingtobacco/topic/tobacco/" rel="tag">Tobacco</a></p><p><a href="https://wysac.uwyo.edu/wyomingtobacco/topic/tobacco-taxes/" rel="tag">Tobacco Taxes</a></p><p><a href="https://wysac.uwyo.edu/wyomingtobacco/topic/wyoming/" rel="tag">Wyoming</a></p><p><a href="https://wysac.uwyo.edu/wyomingtobacco/topic/youth-initiation/" rel="tag">Youth Initiation</a></p>		</div>
	</div>

<!-- #secondary-->
          </div>
	<div class="col">
						
				
<article id="post-3075" class="mb-4 class="post-3075 post type-post status-publish format-standard has-post-thumbnail hentry category-reports tag-use-adults tag-cessation tag-chronic-disease tag-cigarettes tag-disparities tag-electronic-cigarettes tag-health-econ tag-secondhand-smoke tag-laws tag-tax tag-tobacco tag-tobacco-taxes tag-wyoming tag-youth-initiation"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Reports
					| 12.15.2020				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2020/12/15/impact-of-tobacco-in-wyoming-4/" rel="bookmark">Impact of Tobacco in Wyoming</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> and <a href="https://wysac.uwyo.edu/wyomingtobacco/author/jsimpson/" title="Posts by Janelle Simpson" class="author url fn" rel="author">Janelle Simpson</a></p>
		
	</header><!-- .entry-header -->

		<div class="archive-entry-summary">
					<p>Context for Tobacco Prevention in Wyoming There is no safe level of exposure to tobacco smoke. Each year, an estimated 800 Wyoming adults die prematurely from smoking-attributable illnesses such as heart disease, lung diseases, and cancers (primarily of the respiratory system; Centers for Disease Control and Prevention [CDC], 2014a). In 2010, tobacco-related healthcare cost Wyoming [&hellip;]</p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2020/12/15/impact-of-tobacco-in-wyoming-4/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
				
<article id="post-2253" class="mb-4 class="post-2253 post type-post status-publish format-standard has-post-thumbnail hentry category-briefs tag-adults tag-brfss tag-chronic-disease tag-cigarettes tag-disparities tag-electronic-cigarettes tag-health tag-pregnancy tag-tobacco tag-wyoming"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Issue Briefs
					| 09.24.2019				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/24/adult-tobacco-use/" rel="bookmark">Adult Tobacco Use</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> 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>Tobacco use is a preventable cause of chronic diseases like heart disease, cancers, respiratory diseases, and high blood pressure in the United States (USDHHS, 2014). Chronic diseases are leading causes of death and sickness in the United States and Wyoming. In 2016, cardiovascular disease, cancer, and chronic lower respiratory diseases were the first, second, and fourth leading causes of death in Wyoming, respectively (CDC, National Center for Health Statistics, 2017).</p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/24/adult-tobacco-use/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
				
<article id="post-2236" class="mb-4 class="post-2236 post type-post status-publish format-standard has-post-thumbnail hentry category-briefs tag-children tag-cigarettes tag-electronic-cigarettes tag-high-school tag-middle-school tag-pna tag-teens tag-wyoming tag-attitudes-youth tag-use-youth"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Issue Briefs
					| 09.20.2019				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/youth-tobacco-use/" rel="bookmark">Youth Tobacco Use</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> 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>In the United States, children and teens constitute the majority of all new smokers (Substance Abuse and Mental Health Services Administration [SAMHSA], 2014). The earlier young people begin using tobacco products, the more likely they are to use them as adults and the longer they will remain users (Institute of Medicine, 2015). Two of the four key goals the Wyoming Tobacco Prevention and Control Program (TPCP) shares with the federal tobacco prevention and control program are to (a) reduce youth initiation of tobacco use (Centers for Disease Control and Prevention [CDC], 2014) and (b) promote quitting tobacco use, including among youth (CDC, 2015).</p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/youth-tobacco-use/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
				
<article id="post-2221" class="mb-4 class="post-2221 post type-post status-publish format-standard has-post-thumbnail hentry category-briefs tag-cigarettes tag-smokeless-tobacco tag-synar tag-youth tag-access-youth"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Issue Briefs
					| 09.20.2019				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/limiting-youth-access-to-tobacco-products/" rel="bookmark">Limiting Youth Access to Tobacco Products</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> 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 earlier young people begin using tobacco products, the more likely they are to use them as adults and the longer they remain users (Institute of Medicine, 2015). One of the four goals the Wyoming Tobacco Prevention and Control Program (TPCP) shares with the federal tobacco prevention and control program is to reduce youth initiation of tobacco use. Limiting youth access to tobacco products may help reduce youth initiation of tobacco use (Centers for Disease Control and Prevention [CDC], 2014).</p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/limiting-youth-access-to-tobacco-products/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
				
<article id="post-2211" class="mb-4 class="post-2211 post type-post status-publish format-standard has-post-thumbnail hentry category-briefs tag-use-adults tag-cessation tag-health tag-impact-health tag-healthcare tag-quit-attempts tag-wqtp tag-wyoming-quit-tobacco-program tag-use-youth"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Issue Briefs
					| 09.20.2019				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/tobacco-cessation/" rel="bookmark">Tobacco Cessation</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> 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>One of the four key goals the Wyoming Tobacco Prevention and Control Program (TPCP) shares with the federal tobacco prevention and control program is to increase tobacco quit attempts and successes (Centers for Disease Control and Prevention [CDC], 2015). Reductions in tobacco consumption resulting from utilization of tobacco cessation services will result in a decline in tobacco-related sickness and death.</p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/tobacco-cessation/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
				
<article id="post-2206" class="mb-4 class="post-2206 post type-post status-publish format-standard has-post-thumbnail hentry category-briefs tag-consumption tag-revenue tag-tobacco-taxes tag-wyoming"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Issue Briefs
					| 09.20.2019				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/tobacco-taxes-revenue-consumption/" rel="bookmark">Tobacco Taxes, Revenue, &#038; Consumption</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> 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>Two of the four key goals the Wyoming Tobacco Prevention and Control Program (TPCP) shares with the federal tobacco prevention and control program are: (a) increasing the number of people quitting tobacco use (Centers for Disease Control and Prevention [CDC], 2015) and (b) preventing young people from starting to use tobacco (CDC, 2014b). Taxing cigarettes is a well-documented and effective policy for governments to make further progress on both of these goals (CDC, 2014a; Hyland et al., 2005).Taxation encourages tobacco users to quit or use less tobacco by increasing the price of cigarettes. Economic studies have demonstrated that increasing the unit price for tobacco products by 20% would reduce overall consumption of tobacco products by 10%, the percentage of adults who use tobacco by 4%, and the percentage of young people who start to use tobacco by 9% (see Guide to Community Preventive Service, 2015, for a summary of this research).In 2014, WYSAC estimated that a $1.00 price increase in Wyoming would decrease the amount of cigarettes Wyoming adults smoke by 6% while generating $30.1 million (adjusted for inflation to 2018 dollars) of additional revenue during the first year (WYSAC, 2014).</p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/tobacco-taxes-revenue-consumption/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
				
<article id="post-2197" class="mb-4 class="post-2197 post type-post status-publish format-standard has-post-thumbnail hentry category-briefs tag-consequences tag-costs tag-health tag-health-econ tag-impact-health tag-healthcare-costs tag-lost-productivity tag-smoking tag-tobacco"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Issue Briefs
					| 09.20.2019				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/health-and-economic-costs-of-smoking/" rel="bookmark">Health and Economic Costs of Smoking</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> 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 health and economic costs of smoking in Wyoming are substantial. The Wyoming Tobacco Prevention and Control Program (TPCP) shares four goals with the federal tobacco prevention and control program to reduce these costs: (a) reduce youth initiation of tobacco use (Centers for Disease Control and Prevention [CDC], 2014b), (b) eliminate exposure to secondhand smoke (CDC, 2017), (c) increase tobacco cessation attempts and successes (CDC, 2015b), and (d) eliminate tobacco-related disparities (CDC 2014b; 2015b; 2017).</p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/health-and-economic-costs-of-smoking/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
				
<article id="post-2193" class="mb-4 class="post-2193 post type-post status-publish format-standard has-post-thumbnail hentry category-briefs tag-attitudes tag-smokefree-coverage tag-smokefree-effects tag-secondhand-smoke tag-smokefree-venues tag-smokefree-support tag-wyoming"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Issue Briefs
					| 09.20.2019				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/existence-of-and-public-support-for-smokefree-policies-and-laws/" rel="bookmark">Existence of and Public Support for Smokefree Policies and Laws</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> 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>Each year between 2005 and 2009, about 41,000 nonsmoking people in the United States died prematurely from heart disease or lung cancer caused by exposure to secondhand smoke (U.S. Department of Health and Human Services [USDHHS], 2014). One of the four key goals the Wyoming Tobacco Prevention and Control Program (TPCP) shares with the federal tobacco prevention and control program is to decrease exposure to secondhand smoke (Centers for Disease Control and Prevention [CDC], 2017a). The majority of Wyoming adults agree with the statement, &#8220;Secondhand smoke is very harmful to one&#8217;s health.&#8221; Further, 79% of Wyoming adults would support a law making the indoor areas of restaurants smokefree, and 80% would support a law for smokefree indoor work areas (WYSAC, 2018). Enactment, implementation, and enforcement of smokefree policies and laws protect the public from the dangers of secondhand smoke. Yet, 71% of Wyoming residents are not covered by a comprehensive smokefree indoor air law, making them vulnerable to secondhand smoke in public places.</p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/existence-of-and-public-support-for-smokefree-policies-and-laws/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
				
<article id="post-2184" class="mb-4 class="post-2184 post type-post status-publish format-standard has-post-thumbnail hentry category-briefs tag-electronic-cigarettes tag-tobacco tag-youth tag-use-youth"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Issue Briefs
					| 09.20.2019				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/electronic-nicotine-delivery-systems/" rel="bookmark">Electronic Nicotine Delivery Systems</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> 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 use of electronic nicotine delivery systems (ENDS; also known as electronic cigarettes, e-cigarettes, e-cigs, vape-pens, JUUL, and other names) has increased in recent years (Abassi, 2016). Current youth use of ENDS nearly tripled between 2013 (4.5%) and 2014 (13.4%; Centers for Disease Control and Prevention [CDC], 2015b). In Wyoming, 30% of high school students were current ENDS users in 2015 (Youth Risk Behavior Surveillance System [YRBSS], 2015), and, in 2017, 24% of adults had tried ENDS (WYSAC, 2018).</p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/electronic-nicotine-delivery-systems/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
				
<article id="post-2177" class="mb-4 class="post-2177 post type-post status-publish format-standard has-post-thumbnail hentry category-briefs tag-attitudes tag-effects-of-smokefree tag-health tag-impact-health tag-smokefree-community tag-laws"">
	<div class="card">
		<div class="card-body">
	<header class="entry-header">
						<div class="archive-entry-meta text-uppercase text-muted">
					Issue Briefs
					| 09.20.2019				</div><!-- .entry-meta -->

				<h2 class="archive-entry-title card-title"><a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/social-health-and-economic-effects-of-smokefree-laws/" rel="bookmark">Social, Health, and Economic Effects of Smokefree Laws</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> 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>One of the four key goals the Wyoming Tobacco Prevention and Control Program (TPCP) shares with the federal tobacco prevention and control program is to decrease exposure to secondhand smoke (Centers for Disease Control and Prevention [CDC] 2017). According to the Surgeon General (U.S. Department of Health and Human Services [USDHHS], 2014) and the Centers for Disease Control and Prevention (CDC, 2014), smokefree policies improve public health by reducing exposure to secondhand smoke. By enacting and implementing smokefree indoor air policies and laws, Wyoming communities reduce exposure to secondhand smoke and, ultimately, can reduce tobacco-related economic costs, disease, and death (CDC, 2017).</p>
					 </div>
	<footer class="entry-footer archive-entry-footer">
		<a href="https://wysac.uwyo.edu/wyomingtobacco/2019/09/20/social-health-and-economic-effects-of-smokefree-laws/" class="btn btn-outline-primary"> Read more</a>
	</footer><!-- .entry-footer -->
</div>
</div>
</article><!-- #post-## -->

			
			<nav class="pagination">
				
	<nav class="navigation pagination" aria-label="Posts pagination">
		<h2 class="screen-reader-text">Posts pagination</h2>
		<div class="nav-links"><span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="https://wysac.uwyo.edu/wyomingtobacco/author/jsimpson/feed/page/2/">2</a>
<a class="next page-numbers" href="https://wysac.uwyo.edu/wyomingtobacco/author/jsimpson/feed/page/2/">&#0187;</a></div>
	</nav>			</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>
