CINXE.COM
Utah professor says genetics, personalized medicine aren't a 'magic bullet' for many diseases | KSL.com
<!doctype html> <html lang="en" class="fonts-loaded"> <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="x-ua-compatible" content="IE=edge"><meta name="apple-itunes-app" content="app-id=363278608, affiliate-data=ct=smartbanner"><meta name="google-play-app" content="app-id=com.ksl.android"><meta name="theme-color" content="#0b162f"><meta name="viewport" content="width=device-width, initial-scale=1" ><meta property="og:image:alt" content="James Tabery, author, philosophy professor and a member of the Center for Health Ethics, Arts, and Humanities at the University of Utah, at the university in Salt Lake City on Aug. 17." ><meta property="og:image:width" content="3000" ><meta property="og:image:height" content="2120" ><meta property="og:image" content="https://img.ksl.com/slc/2943/294363/29436347.jpeg?filter=kslv2/responsive_story_lg" ><meta property="og:image:secure_url" content="https://img.ksl.com/slc/2943/294363/29436347.jpeg" ><meta name="keywords" content="news, traffic, weather, sports, classifieds, cars, jobs, homes, television, radio, salt lake, utah, local"><meta name="description" content="University of Utah professor James Tabery argues for an environmental approach to reduce risk of cancer and other diseases."><meta property="thumbnail" content="https://img.ksl.com/slc/2943/294363/29436347.jpeg?filter=kslv2/responsive_story_lg"><link rel="apple-touch-icon" href="//img.ksl.com/slc/2951/295162/29516202.png"><link rel="manifest" href="/manifest.json"><meta name="kindle-fire-app" content="app-id=B008QYDXHO"><link rel="android-touch-icon" href="//img.ksl.com/slc/2951/295162/29516202.png"><link rel="alternate" href="android-app://com.ksl.android/app/ksl.com/story/50712514"><meta property="article:author" content="https://www.facebook.com/kslcom/"><meta property="fb:pages" content="68771464171"><meta name="twitter:card" content="summary_large_image"><meta name="fb:app_id" content="ksl"><meta property="og:url" content="https://www.ksl.com/article/50712514/utah-professor-says-genetics-personalized-medicine-arent-a-magic-bullet-for-many-diseases"><meta name="twitter:title" content="Utah professor says genetics, personalized medicine aren't a 'magic bullet' for many diseases"><meta property="og:title" content="Utah professor says genetics, personalized medicine aren't a 'magic bullet' for many diseases"><meta name="twitter:site" content="@kslcom"><meta property="og:description" content="University of Utah professor James Tabery argues for an environmental approach to reduce risk of cancer and other diseases."><meta property="og:type" content="article"><!-- Start SmartBanner configuration --><meta name="smartbanner:title" content="KSL News"><meta name="smartbanner:author" content="Deseret Digital Media"><meta name="smartbanner:price" content="FREE"><meta name="smartbanner:price-suffix-apple" content=" - On the App Store"><meta name="smartbanner:price-suffix-google" content=" - In Google Play"><meta name="smartbanner:icon-apple" content="//img.ksl.com/slc/2951/295162/29516202.png"><meta name="smartbanner:icon-google" content="//img.ksl.com/slc/2951/295162/29516202.png"><meta name="smartbanner:button" content="VIEW"><meta name="smartbanner:button-url-apple" content="https://apps.apple.com/us/app/ksl-news-utah-breaking-news/id363278608"><meta name="smartbanner:button-url-google" content="https://play.google.com/store/apps/details?id=com.ksl.android&hl=en_US&gl=US"><meta name="smartbanner:enabled-platforms" content="android"><meta name="smartbanner:close-label" content="Close"><meta name="smartbanner:hide-ttl" content="7776000000"><meta name="smartbanner:api" content="true"><meta name="smartbanner:hide-path" content="/"><!-- End SmartBanner configuration --><link rel="canonical" href="https://www.ksl.com/article/50712514/utah-professor-says-genetics-personalized-medicine-arent-a-magic-bullet-for-many-diseases"><meta name="robots" content="max-image-preview:large"><script async src="https://www.ksl.com/ensighten_news"></script><!-- DDM Pageview ID v1.0.4 --><script> var ddmTopDomain = 'ksl.com'; !function(e,d){var o="ddmSessionId",n="ddmDeviceId",t=function(){var e=2147483648;return Math.floor(Math.random()*e).toString(36)+Math.abs(Math.floor(Math.random()*e)^Date.now()).toString(36)},a=function(e){var d=document.cookie.match(new RegExp("(^| )"+e+"=([^;]+)"));if(d)return d[2]},i=function(e,d,o,n,t){var a=encodeURI(e)+"="+encodeURI(d)+";expires="+o.toUTCString()+";domain=."+n+";path="+t;document.cookie=a};e.ddmPageviewId=t(),e.ddmSessionId=a(o)||t(),e.ddmDeviceId=a(n)||t();var m=new Date,r=new Date(m.getTime()+18e5),c=new Date(m.getFullYear()+2,m.getMonth(),m.getDate());e.ddmUeid=t,i(o,e.ddmSessionId,r,d,"/"),i(n,e.ddmDeviceId,c,d,"/")}(window,ddmTopDomain); </script><meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"><title>Utah professor says genetics, personalized medicine aren't a 'magic bullet' for many diseases | KSL.com</title><link rel="icon" type="image/png" sizes="32x32" href="https://img.ksl.com/slc/2950/295040/29504066.png"><link rel="icon" type="image/png" sizes="16x16" href="https://img.ksl.com/slc/2950/295040/29504067.png"><link rel="preload" href="https://d3njgrq4uvb497.cloudfront.net/styles--ksl-d38a.css" as="style"><link rel="preload" href="https://static.ksl.com/ksl-responsive-header/ksl-header.css" as="style"><script> window.KSL = { onLoad: [], onReadyCheck: function (loaded, total, cb) { if (loaded === total) { var cbs = window.KSL.onLoad; for (var i = 0; i < cbs.length; i++) { if (cbs[i] instanceof Function) { cbs[i](this); } } window.KSL.onLoad = []; if (cb instanceof Function) { cb(); } } }, require: function (scripts, cb) { if (scripts instanceof Array === false) { scripts = [scripts]; } var totalLoaded = 0; for (var i = 0; i < scripts.length; i++) { var e = document.createElement('script'); document.body.appendChild(e); if ('onload' in e) { e.onload = function () { window.KSL.onReadyCheck(++totalLoaded, scripts.length, cb); }; } else if ('onreadystatechange' in e) { if (e.readyState === 'complete') { window.KSL.onReadyCheck(++totalLoaded, scripts.length, cb); } } // What to do if e.onerror ?? e.setAttribute('async', true); e.setAttribute('defer', true); e.src = scripts[i]; } }, }; </script><script> (function(){ var data = { injectStyles: false, account: { name: '' }, nav: { hrefBase: '//www.ksl.com', activePath: 'news.home.utah.health', logo: 'https://media.ksl.com/svg/ksl-logo.svg', logoSmall: 'https://media.ksl.com/svg/ksl-logo-small.svg', }, }; // No SVG support: use png if (typeof window.SVGRect === 'undefined') { data.nav.logo = 'https://media.ksl.com/png/ksl-logo.png'; data.nav.logoSmall = 'https://media.ksl.com/png/ksl-logo-small.png'; } KSL.onLoad.push(function () { var deps = ['https://static.ksl.com/ksl-responsive-header/ksl-header.js']; var staticHeader = document.getElementById('kslHeaderStatic'); KSL.require(deps, function () { KslHeader.render(data); staticHeader.style.display = 'none'; fetch('/api/2017/member/active', { credentials: 'same-origin' }) .then(function(res) { return res.json(); }) .then(function(user) { data.account.name = user.name; KslHeader.render(data); }) }); }); }()); </script><link href="https://static.ksl.com/ksl-responsive-header/ksl-header.css" rel="stylesheet"><link href="https://d3njgrq4uvb497.cloudfront.net/styles--ksl-d38a.css" rel="stylesheet"><script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "NewsArticle", "headline" : "Utah professor says genetics, personalized medicine aren't a 'magic bullet' for many diseases", "author" : [{ "@type" : "Person", "name" : "Bridger Beal-Cvetko, KSL.com", "url" : "https://www.ksl.com/author/bridger_beal-cvetko" }], "datePublished" : "2023-08-27MDT19:01:00", "dateModified" : "2023-08-27MDT19:01:00", "thumbnailUrl" : "https://img.ksl.com/slc/2943/294363/29436347.jpeg?filter=ksl/fullsize", "abstract": "University of Utah professor James Tabery argues for an environmental approach to reduce risk of cancer and other diseases.", "description": "University of Utah professor James Tabery argues for an environmental approach to reduce risk of cancer and other diseases.", "url" : "https://www.ksl.com/article/50712514/utah-professor-says-genetics-personalized-medicine-arent-a-magic-bullet-for-many-diseases", "wordCount": 1441, "publisher" : { "@type" : "Organization", "url" : "https://www.ksl.com", "logo" : { "@type" : "ImageObject", "url" : "https://media.ksl.com/png/ksl-logo.png" }, "name" : "ksl.com" }, "keyWords": ["news"," traffic"," weather"," sports"," classifieds"," cars"," jobs"," homes"," television"," radio"," salt lake"," utah"," local"], "mainEntityOfPage" : "https://www.ksl.com", "image": [ "https://img.ksl.com/slc/2943/294363/29436347.jpeg?filter=ksl/100x100", "https://img.ksl.com/slc/2943/294363/29436347.jpeg?filter=ksl/1600x900", "https://img.ksl.com/slc/2943/294363/29436347.jpeg?filter=ksl/400x300" ], "articleBody" : "&lt;p&gt;SALT&#x20;LAKE&#x20;CITY&#x20;&#x2014;&#x20;Major&#x20;scientific&#x20;breakthroughs&#x20;like&#x20;mapping&#x20;the&#x20;human&#x20;genome&#x20;have&#x20;given&#x20;researchers&#x20;the&#x20;ability&#x20;to&#x20;isolate&#x20;specific&#x20;genetic&#x20;markers&#x20;that&#x20;can&#x20;increase&#x20;one&#x27;s&#x20;risk&#x20;for&#x20;developing&#x20;certain&#x20;diseases.&lt;&#x2F;p&gt;&lt;p&gt;The&#x20;technology&#x20;has&#x20;been&#x20;followed&#x20;by&#x20;an&#x20;explosion&#x20;of&#x20;interest&#x20;and&#x20;hype&#x20;about&#x20;so-called&#x20;precision&#x20;medicine,&#x20;where&#x20;treatments&#x20;can&#x20;be&#x20;developed&#x20;specifically&#x20;to&#x20;respond&#x20;to&#x20;a&#x20;person&#x27;s&#x20;genetic&#x20;makeup&#x20;and&#x20;&#x2014;&#x20;in&#x20;theory&#x20;&#x2014;&#x20;provide&#x20;more&#x20;effective&#x20;results&#x20;when&#x20;treating&#x20;diseases&#x20;like&#x20;cancers,&#x20;Alzheimer&#x27;s&#x20;disease&#x20;and&#x20;Parkinson&#x27;s&#x20;disease,&#x20;among&#x20;others.&lt;&#x2F;p&gt;&lt;p&gt;But&#x20;much&#x20;of&#x20;that&#x20;hype&#x20;doesn&#x27;t&#x20;factor&#x20;in&#x20;many&#x20;of&#x20;the&#x20;economic&#x20;and&#x20;scientific&#x20;hurdles&#x20;that&#x20;exist,&#x20;and&#x20;it&#x20;also&#x20;ignores&#x20;environmental&#x20;factors&#x20;that&#x20;are&#x20;known&#x20;to&#x20;contribute&#x20;to&#x20;those&#x20;diseases,&#x20;according&#x20;to&#x20;University&#x20;of&#x20;Utah&#x20;professor&#x20;James&#x20;Tabery.&lt;&#x2F;p&gt;&lt;p&gt;Tabery&#x20;teaches&#x20;at&#x20;the&#x20;U.&#x27;s&#x20;Department&#x20;of&#x20;Philosophy&#x20;and&#x20;is&#x20;a&#x20;member&#x20;of&#x20;the&#x20;Center&#x20;for&#x20;Health&#x20;Ethics,&#x20;Arts&#x20;and&#x20;Humanities&#x20;at&#x20;the&#x20;university.&#x20;He&#x27;s&#x20;also&#x20;the&#x20;author&#x20;of&#x20;the&#x20;recent&#x20;book&#x20;&lt;a&#x20;href&#x3D;&quot;https&#x3A;&#x2F;&#x2F;www.jamestabery.com&#x2F;tyranny-of-the-gene&quot;&#x20;rel&#x3D;&quot;nofollow&quot;&#x20;target&#x3D;&quot;_blank&quot;&gt;&amp;quot&#x3B;Tyranny&#x20;of&#x20;the&#x20;Gene&#x3A;&#x20;Personalized&#x20;Medicine&#x20;and&#x20;Its&#x20;Threat&#x20;to&#x20;Public&#x20;Health,&amp;quot&#x3B;&lt;&#x2F;a&gt;&#x20;in&#x20;which&#x20;he&#x20;charts&#x20;the&#x20;enormous&#x20;investment&#x20;in&#x20;gene-based&#x20;research&#x20;in&#x20;recent&#x20;decades,&#x20;to&#x20;the&#x20;detriment&#x20;of&#x20;pursuing&#x20;more&#x20;effective&#x20;health&#x20;outcomes.&lt;&#x2F;p&gt;&lt;p&gt;The&#x20;subjec" } </script><script> //stn ad code callback function s2nFloatCallback(callback) { console.log('Getting STN Api'); const playerDiv = document.querySelector('[data-stn-player]'); const api = callback(playerDiv); if (!api) { console.log('Did Not Get STN Api'); return; } console.log('Got STN Api'); let oldFloatDisabled = null; function floatUpdate() { const playerHeight = window.pageYOffset + window.innerHeight - 380; console.log(playerHeight); const newFloatDisabled = window.innerWidth < 850 || window.innerWidth < 1705 && playerHeight < 2055; if(oldFloatDisabled !== newFloatDisabled) { api.floatApi.floatDisabled = oldFloatDisabled = newFloatDisabled; } } window.addEventListener('resize', floatUpdate ); window.addEventListener('scroll', floatUpdate ); floatUpdate(); } </script></head><body id="body"><div class="ksl-header-menu-container"><div class="ksl-header-menu-container__inner"><div id="kslHeaderStatic"><noscript><iframe title="GTM Pixel" src="https://www.googletagmanager.com/ns.html?id=GTM-NKMQVGQ" height="0" width="0" style="display:none;visibility:hidden" ></iframe></noscript><div class="ksl-header--static"><div><div></div><div></div><a class="ksl-header-skip-to-content" href="#ksl-header-skip">Skip to content</a><div class="ksl-header ksl-header--large" role="navigation" aria-label="main menu"><div class="ksl-header__outer"><div class="ksl-header__inner"><a class="ksl-header-logo" href="//www.ksl.com" aria-labelledby="ksl-header-logo-label"><div class="ksl-header-logo__large"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89.7 47" height="64" width="118"><title id="ksl-header-logo-label">KSL homepage</title><path fill="#FFF" d="M42.7 33.2C39 40.4 31.6 45 23.5 45 11.6 45 2 35.3 2 23.5S11.6 2 23.5 2C35.3 2 45 11.6 45 23.5v.6h2v-.6C47 10.5 36.4 0 23.5 0 10.5 0 0 10.5 0 23.5S10.5 47 23.5 47c9.2 0 17.6-5.4 21.4-13.8h-2.2z"></path><g fill="#FFF"><path d="M43.3 31.4h-10V30c.6-1 .9-2.1.9-3.4v-.1c0-1.2-.3-2.2-.9-3.1v-7.7h4.2v12h5.2s-.6 1.7.6 3.7zM17.3 31.4l-4.6-5.6-1.9 2.1v3.5H6.7V15.8h4.1v6.6l5.6-6.6h4.7l-6 7.1 7.2 8.5z"></path><path d="M32.7 26.6c-.1 3.1-2.5 5-6.4 5-.8 0-1.7-.2-1.9-.3l-4-4.8c2.7 1.6 4.5 1.6 6.1 1.6 1.2 0 1.9-.4 1.9-1.2 0-.7-.6-1.1-2.7-1.6-3.2-.7-5.8-1.6-5.8-4.9.1-3 2.5-5 6.1-5 2.5 0 4.6.7 6.3 2l-2.1 2.9c-1.4-1-3-1.5-4.4-1.5-1.2 0-1.7.6-1.7 1.1 0 .8.6 1.1 2.8 1.6 3.5 1 5.8 2.1 5.8 5.1z"></path></g><path fill="#FFF" d="M66.3 31.7c-3.3 0-5.7-2.5-5.7-5.6 0-3.1 2.5-5.7 5.8-5.7s5.7 2.5 5.7 5.6c0 3.2-2.5 5.7-5.8 5.7zm0-9.1c-2 0-3.3 1.6-3.3 3.5s1.4 3.5 3.3 3.5c2 0 3.3-1.6 3.3-3.5s-1.3-3.5-3.3-3.5zm19.6-2.1c2.4 0 3.8 1.5 3.8 4.1v6.9h-2.5v-6.1c0-1.7-.8-2.6-2.2-2.6-1.3 0-2.3.9-2.3 2.7v6.1h-2.5v-6.2c0-1.7-.8-2.6-2.2-2.6-1.4 0-2.3 1-2.3 2.7v6.1h-2.5V20.7h2.5v1.6c.7-1 1.6-1.9 3.3-1.9 1.6 0 2.6.8 3.2 1.9.9-1.1 2.1-1.8 3.7-1.8zm-26.8 7.7c-.8.8-1.6 1.3-2.8 1.3-1.9 0-3.2-1.6-3.2-3.5s1.3-3.5 3.1-3.5c1.2 0 2 .6 2.8 1.3l1.5-1.7c-1-1.1-2.3-1.9-4.3-1.9-3 0-5.2 2.2-5.6 4.9.9.9 1.5 2.1 1.5 3.5 0 .4 0 .7-.1 1.1 1 1.1 2.4 1.8 4.1 1.8 2.1 0 3.4-.8 4.4-2l-1.4-1.3zm-14.7.7c0 1.7 1.3 3 3 3s3-1.3 3-3-1.3-3-3-3-3 1.4-3 3"></path></svg></div><div class="ksl-header-logo__small"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 83.098 16.607" height="22" width="110"><title id="ksl-header-logo-label">KSL homepage</title><path fill="#FFF" d="M59.641 16.209c-3.291 0-5.726-2.516-5.726-5.604 0-3.106 2.454-5.661 5.766-5.661 3.314 0 5.745 2.516 5.745 5.623 0 3.085-2.453 5.642-5.785 5.642zm0-9.099c-1.984 0-3.251 1.554-3.251 3.456 0 1.92 1.369 3.495 3.291 3.495 2.004 0 3.272-1.554 3.272-3.457 0-1.919-1.37-3.494-3.312-3.494zm19.608-2.167c2.351 0 3.782 1.492 3.782 4.129v6.892h-2.475V9.829c0-1.718-.797-2.639-2.187-2.639-1.35 0-2.311.941-2.311 2.681v6.093h-2.476V9.808c0-1.677-.817-2.617-2.187-2.617-1.369 0-2.312 1.023-2.312 2.7v6.073H66.61V5.166h2.473v1.637c.695-.961 1.637-1.859 3.292-1.859 1.554 0 2.639.755 3.212 1.9.88-1.146 2.026-1.901 3.662-1.901zm-26.865 7.77c-.777.797-1.637 1.349-2.804 1.349-1.9 0-3.231-1.554-3.231-3.495 0-1.902 1.311-3.456 3.108-3.456 1.248 0 2.047.551 2.804 1.349l1.534-1.656c-1.004-1.104-2.272-1.859-4.314-1.859-2.972 0-5.21 2.178-5.553 4.928.947.872 1.541 2.118 1.541 3.505 0 .363-.044.718-.122 1.059 1.001 1.088 2.439 1.774 4.11 1.774 2.107 0 3.355-.838 4.417-2.024l-1.49-1.474zm-14.692.698c0 1.65 1.342 2.994 2.995 2.994 1.652 0 2.996-1.344 2.996-2.994 0-1.656-1.344-2.997-2.996-2.997-1.653 0-2.995 1.341-2.995 2.997m-1.093 2.436H26.594v-1.412c.603-.97.913-2.104.913-3.352v-.051c0-1.176-.311-2.239-.913-3.129V.234h4.191v11.971h5.249s-.644 1.649.565 3.642zm-25.952.007L6 10.294l-1.823 2.131v3.429H0V.271h4.177v6.571L9.754.271h4.723L8.45 7.397l7.198 8.457h-5.001zm15.343-4.771c-.06 3.106-2.48 5.045-6.366 5.045-.787 0-1.731-.208-1.92-.252l-3.952-4.808c2.736 1.626 4.509 1.622 6.097 1.622 1.197 0 1.904-.426 1.918-1.176l.001-.049c.016-.748-.617-1.12-2.704-1.592-3.191-.736-5.848-1.614-5.792-4.864l.002-.048C13.328 1.998 15.786 0 19.388 0c2.541 0 4.611.665 6.319 2.024l-2.132 2.938c-1.403-.981-2.964-1.519-4.374-1.519-1.226 0-1.692.569-1.702 1.103v.045c-.016.79.56 1.118 2.78 1.627 3.468.761 5.771 1.868 5.712 4.813l-.001.052z"></path></svg></div></a><div class="ksl-header-nav-group ksl-header-nav-group--level-1 ksl-header-news"><div class="ksl-header-nav-group__head" aria-hidden="true"></div><div class="ksl-header-nav-group__body"><div class="ksl-header-nav-group ksl-header-nav-group--level-2 ksl-header-dropdown ksl-header-nav-group--news-home"><a class="ksl-header-dropdown__toggle ksl-header-dropdown__toggle--with-arrow ksl-header-nav-group__head" href="//www.ksl.com/" rel aria-haspopup="true" aria-expanded="false"><span class="ksl-header-nav-link">News</span></a><div class="ksl-header-dropdown__body ksl-header-nav-group__body" role="menu"><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-0" href="//www.ksl.com/news/utah" role="menuitem" rel>Utah</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-1" href="//www.ksl.com/news/features" role="menuitem" rel>Features</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-2" href="//www.ksl.com/news/us" role="menuitem" rel>U.S.</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-3" href="//www.ksl.com/news/world" role="menuitem" rel>World</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-4" href="//www.ksl.com/news/voces-de-utah" role="menuitem" rel>Voces de Utah</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-5" href="//www.ksl.com/news/idaho" role="menuitem" rel>Idaho</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-6" href="//www.ksl.com/news/traffic" role="menuitem" rel>Traffic</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-7" href="https://live.ksl.com" role="menuitem" rel>Video</a></div></div></div><div class="ksl-header-nav-group ksl-header-nav-group--level-2 ksl-header-dropdown ksl-header-nav-group--news-sports"><a class="ksl-header-dropdown__toggle ksl-header-dropdown__toggle--with-arrow ksl-header-nav-group__head" href="//www.ksl.com/sports" rel aria-haspopup="true" aria-expanded="false"><span class="ksl-header-nav-link">Sports</span></a><div class="ksl-header-dropdown__body ksl-header-nav-group__body" role="menu"><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-0" href="//www.ksl.com/sports/utah-jazz" role="menuitem" rel>Utah Jazz</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-1" href="//www.ksl.com/sports/utah-hockey-club" role="menuitem" rel>Utah HC</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-2" href="//www.ksl.com/sports/byu-cougars" role="menuitem" rel>BYU Cougars</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-3" href="//www.ksl.com/sports/utah-utes" role="menuitem" rel>Utah Utes</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-4" href="//www.ksl.com/sports/pac-12-hotline" role="menuitem" rel>Big 12 Hotline</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-5" href="//www.ksl.com/sports/utah-state-aggies" role="menuitem" rel>Utah State Aggies</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-6" href="//www.ksl.com/sports/weber-state-wildcats" role="menuitem" rel>Weber State Wildcats</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-7" href="//www.ksl.com/sports/real-salt-lake" role="menuitem" rel>Real Salt Lake</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-8" href="//www.ksl.com/sports/national" role="menuitem" rel>National</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-9" href="//www.ksl.com/sports/pickem/pro" role="menuitem" rel>Pick'em - Pro</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-10" href="//www.ksl.com/sports/pickem" role="menuitem" rel>Pick'em - College</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-11" href="//www.ksl.com/sports/beyond-the-game" role="menuitem" rel>Beyond the Game</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-12" href="//www.ksl.com/sports/high-school" role="menuitem" rel>High School</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-13" href="//www.ksl.com/sports/stats-and-scores" role="menuitem" rel>Stats & Scores</a></div></div></div><div class="ksl-header-nav-group ksl-header-nav-group--level-2 ksl-header-dropdown ksl-header-nav-group--news-beyondSeries"><div class="ksl-header-nav-item-new-link" aria-hidden="true">New</div><a class="ksl-header-dropdown__toggle ksl-header-dropdown__toggle--with-arrow ksl-header-nav-group__head" href="https://www.ksl.com/sports/beyond-the-game" rel aria-haspopup="true" aria-expanded="false"><span class="ksl-header-nav-link">Beyond Series</span></a><div class="ksl-header-dropdown__body ksl-header-nav-group__body" role="menu"><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-0" href="//www.ksl.com/sports/beyond-the-game" role="menuitem" rel>Beyond the Game</a></div></div></div><div class="ksl-header-nav-group ksl-header-nav-group--level-2 ksl-header-dropdown ksl-header-nav-group--news-brandview"><a class="ksl-header-dropdown__toggle ksl-header-dropdown__toggle--with-arrow ksl-header-nav-group__head" href="//www.ksl.com/brandview" rel aria-haspopup="true" aria-expanded="false"><span class="ksl-header-nav-link">Brandview</span></a><div class="ksl-header-dropdown__body ksl-header-nav-group__body" role="menu"><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-0" href="//www.ksl.com/brandview/minky-couture" role="menuitem" rel>Minky Couture</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-1" href="//www.ksl.com/brandview/salt-lake-chamber" role="menuitem" rel>Salt Lake Chamber</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-2" href="//www.ksl.com/brandview/utah-real-estate" role="menuitem" rel>Utah Real Estate</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-3" href="//www.ksl.com/brandview/rc-willey" role="menuitem" rel>RC Willey</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-4" href="//www.ksl.com/brandview/u-of-u-health-care" role="menuitem" rel>U of U Health</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-5" href="//www.ksl.com/brandview/intermountain-healthcare" role="menuitem" rel>Intermountain Health</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-6" href="//www.ksl.com/brandview/retirement-planning" role="menuitem" rel>Retirement Planning</a></div></div></div><div class="ksl-header-nav-group ksl-header-nav-group--level-2 ksl-header-dropdown ksl-header-nav-group--news-tv"><a class="ksl-header-dropdown__toggle ksl-header-dropdown__toggle--with-arrow ksl-header-nav-group__head" href="https://www.ksltv.com" rel aria-haspopup="true" aria-expanded="false"><span class="ksl-header-nav-link">TV</span></a><div class="ksl-header-dropdown__body ksl-header-nav-group__body" role="menu"><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-0" href="https://live.ksl.com" role="menuitem" rel>Watch Live</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-1" href="https://www.ksltv.com/meet-our-team" role="menuitem" rel>Meet Our Team</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-2" href="https://www.ksltv.com/category/contests/" role="menuitem" rel>Contests & Promotions</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-3" href="https://www.ksltv.com/category/kslinvestigates/" role="menuitem" rel>KSL Investigators</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-4" href="https://www.ksltv.com/category/high-5/" role="menuitem" rel>High 5</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-5" href="https://studio5.ksl.com" role="menuitem" rel>Studio 5</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-6" href="https://www.ksloutdoors.com" role="menuitem" rel>Outdoors with Adam Eakle</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-7" href="https://www.ksl.com/?nid=1174" role="menuitem" rel>Your Life Your Health</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-8" href="https://www.ksltv.com/category/wednesdays-child/" role="menuitem" rel>Wednesday's Child</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-9" href="http://www.readtoday.com" role="menuitem" rel>Read Today</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-10" href="https://ksltv.com/ksl-tv-program-guide/" role="menuitem" rel>Program Guide</a></div></div></div><div class="ksl-header-nav-group ksl-header-nav-group--level-2 ksl-header-dropdown ksl-header-nav-group--news-radio"><a class="ksl-header-dropdown__toggle ksl-header-dropdown__toggle--with-arrow ksl-header-nav-group__head" href="https://kslnewsradio.com" rel aria-haspopup="true" aria-expanded="false"><span class="ksl-header-nav-link">Radio</span></a><div class="ksl-header-dropdown__body ksl-header-nav-group__body" role="menu"><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-0" href="https://kslnewsradio.com/listen/" role="menuitem" target="_blank" rel="noopener">Listen Live</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-1" href="https://kslnewsradio.com" role="menuitem" rel>Top Stories</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-2" href="https://kslnewsradio.com/schedule/" role="menuitem" rel>KSL Schedule</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-3" href="https://kslnewsradio.com/category/podcasts" role="menuitem" rel>Podcasts</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-4" href="https://kslnewsradio.com/meet-our-team/" role="menuitem" rel>Meet Our Team</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-5" href="https://kslnewsradio.com/category/contests" role="menuitem" rel>Contests & Promotions</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-6" href="https://kslnewsradio.com/subscribe-to-the-ksl-newsradio-newsletter/" role="menuitem" rel>Newsletter Signup</a></div></div></div><div class="ksl-header-nav-group ksl-header-nav-group--level-2 ksl-header-dropdown ksl-header-nav-group--news-obituaries"><a class="ksl-header-dropdown__toggle ksl-header-dropdown__toggle--with-arrow ksl-header-nav-group__head" href="https://www.thememories.com/ksl/obituaries" rel aria-haspopup="true" aria-expanded="false"><span class="ksl-header-nav-link">Obituaries</span></a><div class="ksl-header-dropdown__body ksl-header-nav-group__body" role="menu"><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-0" href="https://www.thememories.com/ksl/obituaries/create-life-story" role="menuitem" rel="nofollow">Create Life Story</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-1" href="https://www.thememories.com/ksl/obituaries/account" role="menuitem" rel="nofollow">My Life Stories</a></div></div></div></div></div><div class="ksl-header-nav-group ksl-header-nav-group--level-1 ksl-header-weather ksl-header-weather-dropdown"><div class="ksl-header-nav-group__head"></div><div class="ksl-header-dropdown wrapper--weather-widget"><a href="https://www.ksl.com/weather/forecast" class="ksl-header-dropdown__toggle ksl-header-dropdown__toggle--with-arrow wrapper--weather-toggle" aria-expanded="false" aria-haspopup="true"></a><div class="ksl-header-dropdown__body weather-dropdown" aria-hidden="true"><div class="weather-widget"><div class="ksl-header-nav-group ksl-header-nav-group--level-2 level-2-weather"><div class="ksl-header-nav-group__body"><div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-0" href="//www.ksl.com/weather/radar" role="menuitem" rel="_none">VORTEX</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-1" href="//www.ksl.com/weather/microcast" role="menuitem" rel="_none">MicroCast</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-2" href="//www.ksl.com/weather/currents" role="menuitem" rel="_none">Current Conditions</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-3" href="//www.ksl.com/weather/cameras" role="menuitem" rel="_none">Cameras</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-4" href="//www.ksl.com/weather/photoContest" role="menuitem" rel="_none">Photo Contest</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-5" href="//www.ksl.com/weather/alerts" role="menuitem" rel="_none">Weather Alerts</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-6" href="//www.ksl.com/weather/outdoorPlanner" role="menuitem" rel="_none">Outdoor Weather Planner</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-7" href="//www.ksl.com/weather/airQuality" role="menuitem" rel="_none">Air Quality</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-8" href="//www.ksl.com/weather/weatherWorks" role="menuitem" rel="_none">Weather Works</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-9" href="//www.ksl.com/weather/snowpack" role="menuitem" rel="_none">Snowpack</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-10" href="//www.ksl.com/weather/skiReport" role="menuitem" rel="_none">Ski Report</a></div></div></div></div></div></div></div></div><div class="ksl-header-nav-group ksl-header-marketplace--noSearch ksl-header-nav-group--level-1 ksl-header-marketplace"><div class="ksl-header-nav-group__head" aria-hidden="true">Marketplace</div><div class="ksl-header-nav-group__body"><div class="ksl-header-nav-group ksl-header-nav-group--level-2 ksl-header-dropdown ksl-header-nav-group--marketplace-classifieds"><a class="ksl-header-dropdown__toggle ksl-header-dropdown__toggle--with-arrow ksl-header-nav-group__head" href="https://classifieds.ksl.com/?c=1" rel aria-haspopup="true" aria-expanded="false"><span class="ksl-header-nav-link">Classifieds</span></a><div class="ksl-header-dropdown__body ksl-header-nav-group__body" role="menu"><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-0" href="https://myaccount.ksl.com/listings?vertical=Classifieds" role="menuitem" rel="nofollow">My Listings</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-1" href="https://myaccount.ksl.com/favorites?section=Classifieds" role="menuitem" rel="nofollow">Favorites</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-2" href="https://myaccount.ksl.com/alerts?vertical=Classifieds" role="menuitem" rel="nofollow">Saved Searches</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-3" href="https://myaccount.ksl.com/messages?section=Classifieds&meOthers=All" role="menuitem" rel="nofollow">Messages</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-4" href="https://classifieds.ksl.com/sell" role="menuitem" rel="nofollow">Add Listing</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-5" href="https://classifieds.ksl.com/resources" role="menuitem" rel>Resources</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-6" href="https://support.ksl.com/hc/en-us" role="menuitem" rel>Support</a></div></div></div><div class="ksl-header-nav-group ksl-header-nav-group--level-2 ksl-header-dropdown ksl-header-nav-group--marketplace-cars"><a class="ksl-header-dropdown__toggle ksl-header-dropdown__toggle--with-arrow ksl-header-nav-group__head" href="https://cars.ksl.com/?c=1" rel aria-haspopup="true" aria-expanded="false"><span class="ksl-header-nav-link">Cars</span></a><div class="ksl-header-dropdown__body ksl-header-nav-group__body" role="menu"><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-0" href="https://myaccount.ksl.com/listings?vertical=Cars" role="menuitem" rel="nofollow">My Listings</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-1" href="https://myaccount.ksl.com/favorites?section=Cars" role="menuitem" rel="nofollow">Favorites</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-2" href="https://myaccount.ksl.com/alerts?vertical=Cars" role="menuitem" rel="nofollow">Saved Searches</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-3" href="https://myaccount.ksl.com/messages?section=Cars&meOthers=All" role="menuitem" rel="nofollow">Messages</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-4" href="https://cars.ksl.com/sell" role="menuitem" rel="nofollow">Add Listing</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-5" href="https://cars.ksl.com/resources" role="menuitem" rel>Resources</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-6" href="https://support.ksl.com/hc/en-us" role="menuitem" rel>Support</a></div></div></div><div class="ksl-header-nav-group ksl-header-nav-group--level-2 ksl-header-dropdown ksl-header-nav-group--marketplace-homes"><a class="ksl-header-dropdown__toggle ksl-header-dropdown__toggle--with-arrow ksl-header-nav-group__head" href="https://homes.ksl.com" rel aria-haspopup="true" aria-expanded="false"><span class="ksl-header-nav-link">Homes</span></a><div class="ksl-header-dropdown__body ksl-header-nav-group__body" role="menu"><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-0" href="https://myaccount.ksl.com/listings?vertical=Homes" role="menuitem" rel="nofollow">My Listings</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-1" href="https://myaccount.ksl.com/favorites?section=Homes" role="menuitem" rel="nofollow">Favorites</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-2" href="https://myaccount.ksl.com/alerts?vertical=Homes" role="menuitem" rel="nofollow">Saved Searches</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-3" href="https://myaccount.ksl.com/messages?section=Homes&meOthers=All" role="menuitem" rel="nofollow">Messages</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-4" href="https://homes.ksl.com/sell/sell-choice" role="menuitem" rel="nofollow">Add Listing</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-5" href="https://support.ksl.com/hc/en-us" role="menuitem" rel>Support</a></div></div></div><div class="ksl-header-nav-group ksl-header-nav-group--level-2 ksl-header-dropdown ksl-header-nav-group--marketplace-jobs"><a class="ksl-header-dropdown__toggle ksl-header-dropdown__toggle--with-arrow ksl-header-nav-group__head" href="https://jobs.ksl.com" rel aria-haspopup="true" aria-expanded="false"><span class="ksl-header-nav-link">Jobs</span></a><div class="ksl-header-dropdown__body ksl-header-nav-group__body" role="menu"><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-0" href="https://myaccount.ksl.com/listings?vertical=Jobs" role="menuitem" rel="nofollow">My Listings</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-1" href="https://myaccount.ksl.com/favorites?section=Jobs" role="menuitem" rel="nofollow">Favorites</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-2" href="https://myaccount.ksl.com/alerts?vertical=Jobs" role="menuitem" rel="nofollow">Saved Searches</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-3" href="https://jobs.ksl.com/edit" role="menuitem" rel="nofollow">Add Listing</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-4" href="https://jobs.ksl.com/resources" role="menuitem" rel>Resources</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-5" href="https://support.ksl.com/hc/en-us" role="menuitem" rel>Support</a></div></div></div><div class="ksl-header-nav-group ksl-header-nav-group--level-2 ksl-header-dropdown ksl-header-nav-group--marketplace-services"><a class="ksl-header-dropdown__toggle ksl-header-dropdown__toggle--with-arrow ksl-header-nav-group__head" href="https://services.ksl.com" rel aria-haspopup="true" aria-expanded="false"><span class="ksl-header-nav-link">Services</span></a><div class="ksl-header-dropdown__body ksl-header-nav-group__body" role="menu"><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-0" href="https://myaccount.ksl.com/listings?vertical=Services" role="menuitem" rel="nofollow">My Listings</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-1" href="https://classifieds.ksl.com/services/sell" role="menuitem" rel="nofollow">List a Business</a></div><div class="ksl-header-nav-item ksl-header-nav-item--level-3" role="none"><a class="ksl-header-nav-link subitem-2" href="https://services.ksl.com/faq" role="menuitem" rel>Support</a></div></div></div></div></div><div class="ksl-header__stacking-section"><button aria-labelledby="ksl-header-messages-label" class="ksl-header-message-button__icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500" style="enable-background:new 0 0 500 500;"><title>Messages (0)</title><path d="M483.3,24.5c-5.5-5.6-13.8-7.5-21.1-4.8L16.8,181.9c-7.5,2.7-12.7,9.7-13.1,17.6c-0.5,8,3.9,15.5,11,19 l177.3,88.6l88.8,177.3c3.4,6.8,10.3,11,17.9,11c0.3,0,0.6,0,0.9,0c7.9-0.4,14.8-5.4,17.7-12.7L487.6,45.8 C490.5,38.5,488.8,30.1,483.3,24.5z M388.3,89.2L203,268.1L74.1,203.6L388.3,89.2z M231.3,296.4l185.6-179.2L296.3,426.4 L231.3,296.4z"></path></svg></button><div class="ksl-header-dropdown ksl-header-account-dropdown ksl-header-dropdown--has-close-action"><span class="ksl-header-dropdown__toggle ksl-header-dropdown__toggle--with-arrow ksl-header-account-toggle"><button class="ksl-header-account-toggle__icon" aria-labelledby="ksl-header-account-label" aria-haspopup="true" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><title id="ksl-header-account-label">account - logged out</title><path fill="#FFF" d="M354.9 224h-14.1c20.8-22.3 33.4-52.4 33.4-85.4 0-67.9-55.1-123.9-123.9-123.9s-123.9 56-123.9 123.9c0 33 12.7 63 33.4 85.4h-14.1c-45.9 0-83.5 37.6-83.5 83.5v177.2h376.4V307.6c-.1-45.9-37.8-83.6-83.7-83.6zm-190-85.3c0-46.8 38.6-85.4 85.4-85.4s85.4 38.6 85.4 85.4c0 43.5-32 79.3-73 85.4H238c-41.1-6.1-73.1-42-73.1-85.4zM399 446.2H101.6V307.6c0-24.8 20.2-44.1 44.1-44.1H355c23.9 0 44.1 19.3 44.1 44.1v138.6z"></path></svg></button></span><div class="ksl-header-dropdown__body account-dropdown"><div class="ksl-header-account"><div class="ksl-header-account__logged-out"><a class="ksl-header-account__login-button subitem-0 ksl-header-button" href="https://myaccount.ksl.com/login">Sign In</a><a class="ksl-header-account__create-account-link ksl-header-link subitem-1" href="https://www.ksl.com/myaccount/create-account">Or Create an Account</a></div><div class="ksl-header-account__links"><div class="ksl-header-nav-item"><a class="ksl-header-nav-link" href="https://support.ksl.com/hc/en-us"><span class="ksl-header-nav-link__icon ksl-header-nav-link__icon--support"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><title>Support</title><path d="M493.4,275.6c0-42.1-21.3-75.6-49.8-81.2c-2.8-9-9.8-16.1-18.8-19c-9-87.7-83.3-156.4-173.3-156.4 C161.3,19.1,87,87.8,78,175.5c-9,2.9-16,10-18.8,19c-28.5,5.6-49.8,39-49.8,81.2c0,42.1,21.3,75.6,49.8,81.1 c3.7,11.8,14.6,20.5,27.6,20.5c16,0,29-13,29-29V203c0-12.2-7.6-22.7-18.3-26.9c8.6-77.3,74.3-137.6,153.9-137.6 c79.6,0,145.3,60.3,153.9,137.6c-10.7,4.3-18.3,14.7-18.3,26.9v145.2c0,12.6,8.1,23.2,19.3,27.2c-0.7,30.8-24.2,57-55.6,59.9 c-3.7,0.4-7.5,0.3-12.1,0h-30.8c-4-11.2-14.7-19.4-27.3-19.4H232c-16,0-29,13-29,29s13,29,29,29h48.4c12.6,0,23.2-8.1,27.3-19.4 l29.9,0c2.5,0.2,4.9,0.3,7.4,0.3c2.5,0,4.9-0.1,7.4-0.3c41.4-3.8,72.4-38.5,73.1-79.2c8.6-3,15.3-10,18.1-18.7 C472,351.2,493.4,317.8,493.4,275.6z M28.7,275.6c0-28.7,12.6-53.4,29-60.6v121.2C41.3,329,28.7,304.3,28.7,275.6z M96.5,348.2 c0,5.3-4.3,9.7-9.7,9.7c-5.3,0-9.7-4.3-9.7-9.7V203c0-5.3,4.3-9.7,9.7-9.7c5.3,0,9.7,4.3,9.7,9.7V348.2z M280.4,454.7H232 c-5.3,0-9.7-4.3-9.7-9.7c0-5.3,4.3-9.7,9.7-9.7h48.4c5.3,0,9.7,4.3,9.7,9.7C290.1,450.4,285.7,454.7,280.4,454.7z M425.6,348.2 c0,5.3-4.3,9.7-9.7,9.7s-9.7-4.3-9.7-9.7V203c0-5.3,4.3-9.7,9.7-9.7s9.7,4.3,9.7,9.7V348.2z M445,336.2V215 c16.5,7.2,29.1,31.9,29.1,60.6S461.4,329,445,336.2z"></path></svg></span>Support</a></div></div></div></div></div></div></div></div><div class="ksl-header-reserved ksl-header-reserved--large"></div></div><div id="ksl-header-skip" tabIndex="-1"></div></div></div></div><div id="kslHeader"></div></div><div class="ksl-header-menu-container__content"><script> // Request the SVG sprite fetch("//static.ksl.com/ksl-svg-sprite/sprite.svgz") .then((res) => res.text()) .then((svg) => { // Once you receive it, inject it into the HTML let div = document.createElement("div"); div.style.display = "none"; div.innerHTML = svg; document.body.insertBefore(div, document.body.childNodes[0]); }); </script><div class="pagebody"><div class="main_content"><div data-ksl-news-dfp-ad-id-off="mobileReskinTop" class="mobile_wrap_off" data-ksl-news-dfp-ad-footer-off></div><nav class="newsSubnav"><div class="dropdownWrapper"><select class="dropdown newsDropdown"><option selected value="/news/utah">Utah</option><option value="/news/features">Features</option><option value="/news/utah/counties">Counties</option><option value="/news/idaho">Idaho</option><option value="/news/us">U.S.</option><option value="/news/world">World</option></select></div><div class="subdivList"><ul class="linksList" id='main'><li class="newsListItem"><a href="/news/utah" >Home</a></li><li class="newsListItem"><a href="/news/utah/counties" >Counties</a></li><li class="newsListItem"><a href="/news/utah/police-and-courts" >Police & Courts</a></li><li class="newsListItem"><a href="/news/business" >Business</a></li><li class="newsListItem"><a href="/news/politics" >Politics</a></li><li class="newsListItem"><a href="/news/utah/education" >Education</a></li><li class="newsListItem"><a href="/news/utah/science-and-tech" >Science</a></li><li class="newsListItem"><a href="/news/utah/environment" >Environment</a></li><li class="more newsListItem" data-width="80"><a href="#">More <img src="https://img.ksl.com/slc/2897/289755/28975546.png" alt="Show more news list items"></a><ul><li class="newsListItem"><a href="/news/utah/health" >Health</a></li><li class="newsListItem"><a href="/news/utah/religion" >Religion</a></li><li class="newsListItem"><a href="/news/traffic" >Traffic</a></li><li class="newsListItem"><a href="/news/utah/more-than-a-flag" >More Than a Flag</a></li><li class="newsListItem"><a href="/news/voces-de-utah" >Voces de Utah</a></li><li class="newsListItem"><a href="/news/coronavirus" >Coronavirus</a></li></ul></li></ul></div><div class="subdivListTablet"><ul class="linksList"><li class="newsListItem"><a href="/news/utah" >Home</a></li><li class="newsListItem"><a href="/news/utah/counties" >Counties</a></li><li class="newsListItem"><a href="/news/utah/police-and-courts" >Police & Courts</a></li><li class="newsListItem"><a href="/news/business" >Business</a></li><li class="newsListItem"><a href="/news/politics" >Politics</a></li><li class="newsListItem"><a href="/news/utah/education" >Education</a></li><li class="newsListItem"><a href="/news/utah/science-and-tech" >Science</a></li><li class="newsListItem"><a href="/news/utah/environment" >Environment</a></li><li class="newsListItem"><a href="/news/utah/health" >Health</a></li><li class="newsListItem"><a href="/news/utah/religion" >Religion</a></li><li class="newsListItem"><a href="/news/traffic" >Traffic</a></li><li class="newsListItem"><a href="/news/utah/more-than-a-flag" >More Than a Flag</a></li><li class="newsListItem"><a href="/news/voces-de-utah" >Voces de Utah</a></li><li class="newsListItem"><a href="/news/coronavirus" >Coronavirus</a></li></ul></div></nav><script> if (window.innerWidth <= 970) { let activeLink = document.querySelector('.subdivListTablet .newsListItem .active'); if (activeLink !== null) { activeLink.scrollIntoView({block: 'nearest', inline: 'center'}); } } </script><div class="story"><div class="leaderboard_ad"><div class="ksl-unclear" data-adunit data-form-factor="not-mobile" ><div class="queue_ad q-spacer q-spacer__articleFixed"><div style="min-width: 300px; min-height: 250px;" data-container-id="articleFixed" ></div></div></div></div><div class="titleAndAuthor"><h1 data-role="storyTitle" id="storyTitle">Utah professor says genetics, personalized medicine aren't a 'magic bullet' for many diseases</h1><div class="byline"><div class="author"><h4> By <a href="https://www.ksl.com/author/Bridger_Beal-Cvetko">Bridger Beal-Cvetko, KSL.com</a> | Posted - Aug. 27, 2023 at 7:01 p.m. </h4></div><div class="titleBoxLineBreak"> </div></div></div><div class="story content"><div class="firefox_fix"><div id="anchor_pic"><div class="loader"></div><picture><source class="anchor-pic-placeholder" media="(max-width: 550px)" srcset="https://img.ksl.com/slc/2943/294363/29436347.jpeg?filter=kslv2/responsive_top_sm"><img class="anchor-pic-placeholder" srcset="https://img.ksl.com/slc/2943/294363/29436347.jpeg?filter=kslv2/responsive_story_lg" src="https://img.ksl.com/slc/2943/294363/29436347.jpeg?filter=kslv2/responsive_story_lg" alt="James Tabery, author, philosophy professor and a member of the Center for Health Ethics, Arts, and Humanities at the University of Utah, at the university in Salt Lake City on Aug. 17." ></picture></div><div class="author" style="width: 100%;padding-right: 0;"><h4 id="photoCaption"> James Tabery, author, philosophy professor and a member of the Center for Health Ethics, Arts, and Humanities at the University of Utah, at the university in Salt Lake City on Aug. 17. (Laura Seitz, Deseret News) </h4></div></div><div class="toolbar"><hr><div class="photoButton"><span class="camera"> </span><span>6<span class="long"> photos</span></span></div><script> document.querySelector('.photoButton').addEventListener('click', function () { document.body.dispatchEvent(new CustomEvent('_openGallery')); document.getElementById('photo-gallery-container').scrollIntoView(); }); </script><div class="comment_bubble" id="comment_bubble"><span></span></div><script> KSL.onLoad.push(function() { if (kslSocialShare && kslSocialShare.props) { kslSocialShare.props.title = 'Utah professor says genetics, personalized medicine aren't a 'magic bullet' for many diseases'; kslSocialShare.props.url = 'https://www.ksl.com/article/50712514/utah-professor-says-genetics-personalized-medicine-arent-a-magic-bullet-for-many-diseases'; kslSocialShare.props.twitterAccount = 'KSLcom'; kslSocialShare.props.route = '/news/utah/health' } }); </script><ul class="social"><li><a href="" onclick="kslSocialShare.facebook(); return false;"></a></li><li><a href="" onclick="kslSocialShare.twitter(); return false;"></a></li><li><a href="" onclick="kslSocialShare.email(true); return false;"></a></li><li><a href="https://www.ksl.com/article/50712514/utah-professor-says-genetics-personalized-medicine-arent-a-magic-bullet-for-many-diseases?print=1" target="_blank" rel="nofollow" onclick="kslSocialShare.print();"></a></li></ul><span class="save-story" id="story-50712514" onclick="kslSocialShare.redirectToLogin(50712514); return false;"><span class="save-story__icon"></span><span class="save-story__text"> Save Story</span></span><hr><script></script></div><div style="clear: both;"></div><div style="display: flex; flex-direction: column;" id="translateDiv"><span onclick="translateArticle('es', 50712514)" id="spanishButton" style="cursor: pointer; color: #2354ac;">Leer en español</span><span onclick="translateArticle('en', 50712514)" id="englishButton" style="cursor: pointer; color: #2354ac; display: none;">Read in English</span></div><article id="kslMainArticle"><p style="font-weight: 500; font-size: 1em; color: rgba(102,102,102,0.75);"> Estimated read time: 7-8 minutes</p><p style="background-color: #ccc; padding: 1em;">This archived news story is available only for your personal, non-commercial use. Information in the story may be outdated or superseded by additional information. Reading or replaying the story in its archived form does not constitute a republication of the story.</p><div id="articleContainer"><p>SALT LAKE CITY — Major scientific breakthroughs like mapping the human genome have given researchers the ability to isolate specific genetic markers that can increase one's risk for developing certain diseases.</p><p>The technology has been followed by an explosion of interest and hype about so-called precision medicine, where treatments can be developed specifically to respond to a person's genetic makeup and — in theory — provide more effective results when treating diseases like cancers, Alzheimer's disease and Parkinson's disease, among others.</p><p>But much of that hype doesn't factor in many of the economic and scientific hurdles that exist, and it also ignores environmental factors that are known to contribute to those diseases, according to University of Utah professor James Tabery.</p><p>Tabery teaches at the U.'s Department of Philosophy and is a member of the Center for Health Ethics, Arts and Humanities at the university. He's also the author of the recent book <a href="https://www.jamestabery.com/tyranny-of-the-gene" rel="nofollow" target="_blank">"Tyranny of the Gene: Personalized Medicine and Its Threat to Public Health,"</a> in which he charts the enormous investment in gene-based research in recent decades, to the detriment of pursuing more effective health outcomes.</p><p>The subject is a personal one for Tabery. The book opens with the story of his father's diagnosis of lung cancer in 2011, and the subsequent months of treatment using a drug called erlotinib, for which his father's cancer was a genetic match.</p><div class="pullquote"><hr><q>People are so desperate, and I think that's one of the real selling points of this whole approach to medicine. Everybody knows somebody who'd died of cancer, and to be able to say, 'This is the way to the cure,' or, 'This is a kind of magic bullet,' it's hard not to get excited about that. I think that's one of the things that makes it so hard to combat the hype about this is because people want it to be true.</q><h2>– James Tabery, University of Utah professor</h2><hr></div><p>The treatment initially helped shrink the tumors, giving his father a chance to leave the hospital and continue doing the things he loved, but the cancer returned the next year, and he passed away a little over a year after the original diagnosis.</p><p>While it's impossible to quantify how much extra time erlotinib afforded his father, who lived 13 months after receiving an eight-month prognosis, the drug likely helped extend his life.</p><p>"I and the rest of my family were really grateful for that," Tabery told KSL.com earlier this month.</p><p>But as Tabery learned more about precision medicine treatments, he learned that his father's experience wasn't indicative of all patients, some of whom burned through their personal wealth on costly drugs that did little to improve their health outcomes in the long term.</p><figure><div class="single_image" style="cursor: pointer;" title="James Tabery works in his office at the university in Salt Lake City on Thursday, Aug. 17." data-modal-src="https://img.ksl.com/slc/2943/294363/29436337.jpeg?filter=ksl/fullsize"><picture><!--[if IE 9]><video style="display: none"><![endif]--><source srcset="https://img.ksl.com/slc/2943/294363/29436337.jpeg?filter=kslv2/inline_sm" data-srcset="https://img.ksl.com/slc/2943/294363/29436337.jpeg?filter=kslv2/inline_sm" media="(max-width: 550px)"><source type="image/jpeg" srcset="https://img.ksl.com/slc/2943/294363/29436337.jpeg?filter=kslv2/inline_lg" data-srcset="https://img.ksl.com/slc/2943/294363/29436337.jpeg?filter=kslv2/inline_lg"><img class="lazyload" src="https://img.ksl.com/slc/2943/294363/29436337.jpeg?filter=kslv2/inline_lg" data-srcset="https://img.ksl.com/slc/2943/294363/29436337.jpeg?filter=kslv2/inline_lg" alt="James Tabery works in his office at the university in Salt Lake City on Thursday, Aug. 17." ><!--[if IE 9]></video><![endif]--></picture></div><figcaption>James Tabery works in his office at the university in Salt Lake City on Thursday, Aug. 17. (Photo: Laura Seitz, Deseret News)</figcaption></figure><p><h2>What is precision medicine?</h2></p><p>Precision medicine, also known as personalized medicine, uses "molecular-genetic information about patients to deliver the right treatment, to the right patient, at the right time," Tabery wrote in a recent <a href="https://www.nytimes.com/2023/08/05/opinion/personalized-medicine-genes.html" rel="nofollow" target="_blank">New York Times</a> piece adapted from his book. Whereas traditional drugs such as ibuprofen or Benadryl are developed to be effective for the widest possible audience, precision medicines segment patients based on genetic markers, promising niche treatments intended to be most effective for a small subset of the population.</p><p>Genetic-based drugs have changed the game when it comes to a handful of rare diseases. "Tyranny of the Gene" describes how the approval of imatinib in 2001 turned chronic myelogenous leukemia, a rare blood cancer, from a disease with a life expectancy of less than five years to a chronic condition that could be managed similarly to Type 2 diabetes.</p><p>While precision medicine has its success stories, Tabery argues that many diseases are too complex to isolate a handful of genes that can be targeted, meaning most treatments temporarily relieve patients, but at great financial cost.</p><p>Unlike "blockbuster" drugs like ibuprofen, precision medicines only work for a small percentage of patients, which drives up the cost to each because of the low demand.</p><p>Erlotinib, which Tabery's father took, is on the cheap end of the spectrum at $5,000 a month, but some can cost as much as $50,000, he said. Tabery said his family was lucky to have good health insurance, but families who don't — or who lose health insurance because the provider is sick and can no longer work — are often on the hook and can quickly wipe out any personal wealth trying to keep a loved one alive.</p><p>"People are so desperate, and I think that's one of the real selling points of this whole approach to medicine," he said. "Everybody knows somebody who'd died of cancer, and to be able to say, 'This is the way to the cure,' or, 'This is a kind of magic bullet,' it's hard not to get excited about that. I think that's one of the things that makes it so hard to combat the hype about this is because people want it to be true."</p><p><h2>Environmental factors and disease</h2></p><p>While genetics can play a role in which diseases a person is more at risk of developing, environmental factors like pollution can also increase risk in ways that genomics can't fully account for. That's evident in Salt Lake City, Tabery said, where residents on the west side have <a href="https://www.ksl.com/article/50694228/environmental-justice-report-shows-air-quality-disparities-on-salt-lake-citys-west-side" rel="follow" target="_blank">higher risk levels for cancer and lower life expectancies</a> compared to residents on the east side.</p><p>The same is true in cities across the U.S., where minority and low-income populations face increased risk of disease.</p><div class="pullquote"><hr><q>You're always pulled toward treatments and cures because you've got the patients in front of you who are sick and need help. Whereas with prevention, there's this way in which you're kind of dealing with a more abstract idea of a future generation that isn't actually sitting in your clinic yet.</q><h2>– James Tabery, University of Utah professor</h2><hr></div><p>"Tyranny of the Gene" tracks the yearslong effort of the National Children's Study at the National Institutes of Health, which was designed to collect data on environments and child development. After spending over $1 billion on the project, it was terminated in 2014, in part to direct funds to study genetics in response to political pressure focused on the emerging technology.</p><p>Rather than spending money on niche precision drugs, Tabery argues that a full environmental study and subsequent mitigation of risks would be the most effective path forward, by reducing the number of people who develop diseases in the first place.</p><p>He said that most of the complex conditions that take the biggest toll on the health of a society, such as diabetes, cardiovascular disease and most cancers, are believed to be caused primarily by environmental factors.</p><p>Still, he acknowledged that health care professionals and researchers are often tasked with balancing the needs for prevention with the needs of patients who are already sick.</p><p>"This is a common phenomenon in medicine, when you're thinking, 'Do we invest in treatments and cures, or do we invest in prevention?'" he said. "You're always pulled toward treatments and cures because you've got the patients in front of you who are sick and need help. Whereas with prevention, there's this way in which you're kind of dealing with a more abstract idea of a future generation that isn't actually sitting in your clinic yet."</p><p>On top of that, he said there isn't the same financial incentive for companies to clean up the environment as there is for developing a new pricey drug — in fact, many companies are incentivized not to reduce their pollutants because that could cut into their profits.</p><p><h2>'A biological reality'</h2></p><p>Tabery cautions readers from drawing the conclusion that the problems described in the book can be resolved by getting rid of bad actors who are ripping patients off.</p><p>"There's this sense that there are bad actors somewhere in the system who are just taking advantage of everyone, and if we could just root out that evil, this problem would go away," he said. "I want to make clear that getting rid of the bad actors is not going to make this problem go away. This is a biological reality, it's not an ethical reality. ... I don't think people are really thinking through the actual economic reality and challenge as it exists."</p><p>He also doesn't want to give the impression that precision medicine is "complete nonsense." Instead, he's concerned that the hype around the true success stories will overshadow the areas where treatments are not as effective.</p><p>And by branding genetic-based treatments as "personalized" or "precision," Tabery said, patients may perceive traditional medical care as somehow impersonal or imprecise, when, in fact, medical practitioners have catered treatments to individual patients for millennia.</p><p>He writes: "A patient newly diagnosed with cancer who made his way to this conceptual landscape was led to believe that genomic medicine personalized treatment (it did not), and it alone treated patients as individuals (that's false), and it replaced ambiguity and uncertainty with precision and clarity (not true), and it alone got at the causes of disease (also not true).</p><p>"Precision medicine was introduced as a well-intentioned effort to clear up misperceptions surrounding genetics, but the result was the exact opposite. That's a dangerous irony for desperate patients and families making their way to a science surrounded by talk of biomedical breakthroughs and miraculous cures."</p><p><a href="https://www.penguinrandomhouse.com/books/622502/tyranny-of-the-gene-by-james-tabery/" rel="nofollow" target="_blank">"Tyranny of the Gene: Personalized Medicine and Its Threat to Public Health"</a> was published by Knopf on Aug. 15, and is available in hardcover, eBook and audio formats.</p></div><!-- The Modal --><div id="modal" class="modal"><span class="modal-close">×</span><img class="modal-content" id="modal-image" src="https://img.ksl.com/slc/2548/254870/25487033.jpg" alt="modal"><div id="modal-caption"></div></div><script> KSL.onLoad.push(function() { fitvids(); var images = document.getElementsByClassName('single_image'); var imageList = Array.prototype.slice.call(images); var modal = document.getElementById('modal'); var modalImg = document.getElementById('modal-image'); var modalCaption = document.getElementById('modal-caption'); imageList.forEach( function(image) { image.onclick = function() { modal.style.display = 'block'; modalImg.src = image.getAttribute('data-modal-src'); modalCaption.innerHTML = image.title; } }); // Get the <span> element that closes the modal var span = document.getElementsByClassName("modal-close")[0]; // When the user clicks on <span> (x), close the modal span.onclick = function() { modal.style.display = "none"; }; modal.onclick = function() { modal.style.display = "none"; }; }); </script><div id="articleComplete" style="height: 1px;"></div><h3>Photos</h3><div id="photo-gallery-container"></div><script> KSL.onLoad.push(function () { var deps = ['https://d3njgrq4uvb497.cloudfront.net/react/3f6f835c93edbe4fd61a764b1dee4add-PhotoGallery.min.js']; KSL.require(deps, function () { console.info('Photo gallery loaded (gallery.twig)'); const gptZone = '/6686/ddm.ksl/News/Photos/GeneralPhotoGalleries/galleryviewmodal'; const images = Object([{"source":"https:\/\/img.ksl.com\/slc\/2943\/294363\/29436346.jpeg","credit":"Laura Seitz, Deseret News","width":null,"height":null,"caption":"James Tabery, professor in the Department of Philosophy and a member of the Center for Health Ethics, Arts and Humanities at the University of Utah, and author of \"Tyranny of the Gene: Personalized Medicine and Its Threat to Public Health,\" is photographed at the university in Salt Lake City on Aug. 17."},{"source":"https:\/\/img.ksl.com\/slc\/2943\/294363\/29436337.jpeg","credit":"Laura Seitz, Deseret News","width":null,"height":null,"caption":"James Tabery, professor in the Department of Philosophy and a member of the Center for Health Ethics, Arts and Humanities at the University of Utah, and author of \"Tyranny of the Gene: Personalized Medicine and Its Threat to Public Health,\" works in his office at the university in Salt Lake City on Aug. 17."},{"source":"https:\/\/img.ksl.com\/slc\/2943\/294363\/29436339.jpeg","credit":"Laura Seitz, Deseret News","width":null,"height":null,"caption":"James Tabery, professor in the Department of Philosophy and a member of the Center for Health Ethics, Arts and Humanities at the University of Utah, and author of \"Tyranny of the Gene: Personalized Medicine and Its Threat to Public Health,\" is photographed at the university in Salt Lake City on Aug. 17."},{"source":"https:\/\/img.ksl.com\/slc\/2943\/294363\/29436344.jpeg","credit":"Laura Seitz, Deseret News","width":null,"height":null,"caption":"James Tabery, professor in the Department of Philosophy and a member of the Center for Health Ethics, Arts and Humanities at the University of Utah, and author of \"Tyranny of the Gene: Personalized Medicine and Its Threat to Public Health,\" is photographed at the university in Salt Lake City on Aug. 17."},{"source":"https:\/\/img.ksl.com\/slc\/2943\/294363\/29436345.jpeg","credit":"Laura Seitz, Deseret News","width":null,"height":null,"caption":"James Tabery, professor in the Department of Philosophy and a member of the Center for Health Ethics, Arts and Humanities at the University of Utah, and author of \"Tyranny of the Gene: Personalized Medicine and Its Threat to Public Health,\" is photographed at the university in Salt Lake City on Aug. 17."},{"source":"https:\/\/img.ksl.com\/slc\/2943\/294363\/29436347.jpeg","credit":"Laura Seitz, Deseret News","width":null,"height":null,"caption":"James Tabery, professor in the Department of Philosophy and a member of the Center for Health Ethics, Arts and Humanities at the University of Utah, and author of \"Tyranny of the Gene: Personalized Medicine and Its Threat to Public Health,\" is photographed at the university in Salt Lake City on Aug. 17."}]).map(function (img) { return { url: `${img.source}?filter=ksl/gallery`, thumbUrl: `${img.source}?filter=ksl/gallery_thumbnail`, caption: `${img.caption ? `${img.caption}` : ''}${img.credit ? ` - ${img.credit}` : ''}` }; }); ReactDOM.render(React.createElement( KSL.News.UI.PhotoGallery.default, { images: images, gptZone: gptZone, onChange: (action, category) => { kslEventBus.emit(kslEventBus.eventTypes.photoGallery, { action, category }); } }), document.getElementById('photo-gallery-container') ); }); }); </script><h3>Related stories</h3><div class="related"><ul><li><h4><a href="https://www.ksl.com/article/50694228/environmental-justice-report-shows-air-quality-disparities-on-salt-lake-citys-west-side" target="_blank">Environmental justice report shows air quality disparities on Salt Lake City's west side</a></h4></li></ul></div><h3>Most recent Health stories</h3><div class="related"><ul><li><h4><a href="/article/51196456/listeria-outbreak-tied-to-yu-shang-food-leaves-california-infant-dead-and-10-people-sick" target="_blank" rel="nofollow">Listeria outbreak tied to Yu Shang Food leaves California infant dead and 10 people sick</a></h4></li></ul><ul><li><h4><a href="/article/51196705/even-with-access-to-blockbuster-obesity-drugs-some-people-dont-lose-weight" target="_blank" rel="nofollow">Even with access to blockbuster obesity drugs, some people don't lose weight</a></h4></li></ul><ul><li><h4><a href="/article/51196167/health-care-workers-badly-needed-in-utahs-rural-areas" target="_blank" rel="nofollow">Health care workers badly needed in Utah's rural areas</a></h4></li></ul></div><div><h3>Related topics</h3><script> const sendToGA = (tag) => { kslEventBus.emit(kslEventBus.eventTypes.tagClick, tag); } </script><span class="tag" onclick="sendToGA('Utah higher education')"><a href="https://www.ksl.com/news/stream/utah-higher-education" style="color: white;" target="_blank">Utah higher education</a></span><span class="tag" onclick="sendToGA('Utah')"><a href="https://www.ksl.com/news/utah" style="color: white;" target="_blank">Utah</a></span><span class="tag" onclick="sendToGA('Salt Lake County')"><a href="https://www.ksl.com/news/utah/counties/salt-lake" style="color: white;" target="_blank">Salt Lake County</a></span><span class="tag" onclick="sendToGA('Education')"><a href="https://www.ksl.com/news/utah/education" style="color: white;" target="_blank">Education</a></span><span class="tag" onclick="sendToGA('Health')"><a href="https://www.ksl.com/news/utah/health" style="color: white;" target="_blank">Health</a></span><span class="tag" onclick="sendToGA('Family')"><a href="https://www.ksl.com/news/features/family" style="color: white;" target="_blank">Family</a></span></div><script> kslEventBus.emit(kslEventBus.eventTypes.videoPage, false) </script><div class="authors_box"><div class="authors_bio"><div style="float: left;"><a target="_blank" style="color: black" href="/author/bridger_beal-cvetko"><img alt="Bridger Beal-Cvetko, KSL.com" src="https://img.ksl.com/slc/2893/289337/28933776.jpg?filter=kslv2/responsive_200" style="width: 50px; height: auto; vertical-align: middle;"><span style="padding-left: 10px; font-weight: 700; font-family: 'Nunito Sans';">Bridger Beal-Cvetko</span></a></div><div style="float: right;"><ul><li><a href="//www.twitter.com/https://twitter.com/BealBridger"></a><li><a href="mailto:bbealcvetko@deseretdigital.com"></a></ul></div></div><div style="clear: both; padding: 0px 0 10px; font-size: .85em"><span style="font-style: italic;font-size: 1em;">Bridger Beal-Cvetko is a reporter for KSL.com. He covers politics, Salt Lake County communities and breaking news. Bridger has worked for the Deseret News and graduated from Utah Valley University.</span></div></div><div id="commentsContainer"></div><script> KSL.onLoad.push(function (KSL) { var deps = ['https://d3njgrq4uvb497.cloudfront.net/react/63f12339a7a418af21105dd62dba845d-Comments.min.js']; KSL.require(deps, function () { var API = '/api/2017/'; var storyId = Number('50712514'); var container = document.getElementById('commentsContainer'); Promise.all([ fetch(API + 'member/active', { credentials: 'include' }), fetch(API + 'member/reauth/comments', { credentials: 'include' }), fetch(API + 'comments/meta/' + storyId, { credentials: 'include' }) ]) .then(function (res) { return Promise.all(res.map(function(res) { return res.json() })); }) .then(function (res) { const activeMember = res[0]; const login = res[1]; const meta = res[2]; const balloon = document.getElementById('comment_bubble'); if (balloon && balloon.firstElementChild) { balloon.firstElementChild.textContent = meta.total; } var anchor = window.location.hash; const props = { storyId: storyId, count: meta.total, pending: meta.pending, mustReauth: login.reauth, canComment: meta.canComment, loginUrl: 'https://www.ksl.com/myaccount/login?forward=https%3A%2F%2Fwww.ksl.com%2Farticle%2F50712514%2Futah-professor-says-genetics-personalized-medicine-arent-a-magic-bullet-for-many-diseases%3Fcomments%3Dtrue%23commentsContainer', reauthUrl: 'https://www.ksl.com/myaccount/reauth?forward=https%3A%2F%2Fwww.ksl.com%2Farticle%2F50712514%2Futah-professor-says-genetics-personalized-medicine-arent-a-magic-bullet-for-many-diseases%3Fcomments%3Dtrue%23commentsContainer', apiBase: API + 'comments', user: { id: activeMember.id, mod: activeMember.admin, }, showAllComments: anchor !== "", loadAds: function () { KSL.news.dfp.loadAdUnits(); }, }; // props.user = { id: null, mod: false }; ReactDOM.render(React.createElement(KSL.News.UI.Comments.default, props), container); // Expand comments component when comments bubble is clicked if (anchor !== "") { document.body.dispatchEvent(new Event('_expandComments')); setTimeout(function(){ window.location = anchor; }, 2000); } else { var hasExpanded = false; document.getElementById('comment_bubble').addEventListener('click', function () { window.commentsDisableDepth = true; document.body.dispatchEvent(new CustomEvent('_expandComments/pre/bubble')); if (!hasExpanded) { hasExpanded = true; document.body.dispatchEvent(new Event('_expandComments')); } else { document.body.dispatchEvent(new Event('_expandComments/end')); } }); document.body.addEventListener('_expandComments/end', function() { var target = document.getElementById('commentsContainer'); var header = document.querySelector('.ksl-header__outer'); var depth = (target ? target.offsetTop : 0 ) - (header ? header.offsetHeight : 0) - 10; if (depth > 0) { window.scrollTo(0, depth); } }); } }) .catch(function (err) { console.log('err', err); }) }); }); </script><div id="articleBottom" data-adunit data-form-factor="not-mobile"><div data-stn-player="4ZqYqP2p"></div><script async type="text/javascript" src="https://embed.sendtonews.com/player3/embedcode.js?fk=4ZqYqP2p"></script><script async type="text/javascript" src="https://embed.sendtonews.com/player3/embedcode.js?fk=4ZqYqP2p"></script></div><div id="articleBottom" data-adunit data-form-factor="mobile-only"><div data-stn-player="6kOeZmMF"></div><script async type="text/javascript" src="https://embed.sendtonews.com/player3/embedcode.js?fk=6kOeZmMF"></script><script async type="text/javascript" src="https://embed.sendtonews.com/player3/embedcode.js?fk=6kOeZmMF"></script></div><script> function sendRecommendedToGA(story) { if (story.btgStory) { kslEventBus.emit( kslEventBus.eventTypes.btgAdClick, { variant: 'more stories carousel', storyId: story.id } ); } else { kslEventBus.emit(kslEventBus.eventTypes.recommendedClick, story.title); } } </script><div id="recommendationsContainer"><div id="recommendations"><h2>More stories you may be interested in</h2><ul><li><a href="/article/51193533/audit-recommends-improvements-to-utahs-emergency-medical-transportation-system" style="position: relative;" onclick="sendRecommendedToGA({"id":51193533,"image":{"source":"https:\/\/img.ksl.com\/slc\/3026\/302672\/30267240.jpeg"},"title":"Audit recommends improvements to Utah's emergency medical transportation system","summary":"A legislative audit recommends more local control of medical transport providers in Utah after complaints of poor care of patients while being transferred between facilities.","byline":"Bridger Beal-Cvetko, KSL.com","route":"\/news\/politics","settings":{"showSponsored":false,"showPaidAd":false,"showUpdated":false,"showPartner":false,"showBreaking":false,"showVideo":false,"hasBeenUpdated":false,"contentTopic":"politics","contentSource":"internet_team","brandAligned":false,"showExternalLink":false},"timestamps":{"published":1732147440,"updated":1732147440},"url":"\/article\/51193533\/audit-recommends-improvements-to-utahs-emergency-medical-transportation-system","videos":[]})"><img alt="Audit recommends improvements to Utah's emergency medical transportation system" src="https://img.ksl.com/slc/3026/302672/30267240.jpeg?filter=kslv2/responsive_toppicks" ></a><h6><a href="/article/51193533/audit-recommends-improvements-to-utahs-emergency-medical-transportation-system" onclick="sendRecommendedToGA('{"id":51193533,"image":{"source":"https:\/\/img.ksl.com\/slc\/3026\/302672\/30267240.jpeg"},"title":"Audit recommends improvements to Utah's emergency medical transportation system","summary":"A legislative audit recommends more local control of medical transport providers in Utah after complaints of poor care of patients while being transferred between facilities.","byline":"Bridger Beal-Cvetko, KSL.com","route":"\/news\/politics","settings":{"showSponsored":false,"showPaidAd":false,"showUpdated":false,"showPartner":false,"showBreaking":false,"showVideo":false,"hasBeenUpdated":false,"contentTopic":"politics","contentSource":"internet_team","brandAligned":false,"showExternalLink":false},"timestamps":{"published":1732147440,"updated":1732147440},"url":"\/article\/51193533\/audit-recommends-improvements-to-utahs-emergency-medical-transportation-system","videos":[]}')"> Audit recommends improvements to Utah's emergency medical transportation system </a></h6></li><li><a href="/article/51191192/a-look-inside-the-utah-medical-examiners-office" style="position: relative;" onclick="sendRecommendedToGA({"id":51191192,"image":{"source":"https:\/\/img.ksl.com\/slc\/3025\/302596\/30259608.jpg"},"title":"A look inside the Utah medical examiners office","summary":"Dr. Deirdre Amaro, Utah's chief medical examiner, and some of her staff gave local reporters a tour of the Utah Office of the Medical Examiner in Taylorsville.","byline":"Lois M. Collins, Deseret News","route":"\/news\/utah\/police-and-courts","settings":{"showSponsored":false,"showPaidAd":false,"showUpdated":false,"showPartner":false,"showBreaking":false,"showVideo":false,"hasBeenUpdated":false,"contentTopic":"government","contentSource":"combined_newsroom","brandAligned":false,"showExternalLink":false},"timestamps":{"published":1731935828,"updated":1731935828},"url":"\/article\/51191192\/a-look-inside-the-utah-medical-examiners-office","videos":[]})"><img alt="A look inside the Utah medical examiners office" src="https://img.ksl.com/slc/3025/302596/30259608.jpg?filter=kslv2/responsive_toppicks" ></a><h6><a href="/article/51191192/a-look-inside-the-utah-medical-examiners-office" onclick="sendRecommendedToGA('{"id":51191192,"image":{"source":"https:\/\/img.ksl.com\/slc\/3025\/302596\/30259608.jpg"},"title":"A look inside the Utah medical examiners office","summary":"Dr. Deirdre Amaro, Utah's chief medical examiner, and some of her staff gave local reporters a tour of the Utah Office of the Medical Examiner in Taylorsville.","byline":"Lois M. Collins, Deseret News","route":"\/news\/utah\/police-and-courts","settings":{"showSponsored":false,"showPaidAd":false,"showUpdated":false,"showPartner":false,"showBreaking":false,"showVideo":false,"hasBeenUpdated":false,"contentTopic":"government","contentSource":"combined_newsroom","brandAligned":false,"showExternalLink":false},"timestamps":{"published":1731935828,"updated":1731935828},"url":"\/article\/51191192\/a-look-inside-the-utah-medical-examiners-office","videos":[]}')"> A look inside the Utah medical examiners office </a></h6></li><li><a href="/article/51189881/new-fda-rules-for-tv-drug-ads-simpler-language-and-no-distractions" style="position: relative;" onclick="sendRecommendedToGA({"id":51189881,"image":{"source":"https:\/\/img.ksl.com\/slc\/3025\/302565\/30256510.jpg"},"title":"New FDA rules for TV drug ads: Simpler language and no distractions","summary":"New rules require drugmakers to be clearer about explaining the risks and side effects of prescription drugs. The new guidelines are designed to do away with practices that downplay or distract viewers' attention from risk information.","byline":"Matthew Perrone, Associated Press","route":"\/news\/utah\/health","settings":{"showSponsored":false,"showPaidAd":false,"showUpdated":false,"showPartner":false,"showBreaking":false,"showVideo":false,"hasBeenUpdated":false,"contentTopic":"health","contentSource":"associated_press","brandAligned":false,"showExternalLink":false},"timestamps":{"published":1731717721,"updated":1731717721},"url":"\/article\/51189881\/new-fda-rules-for-tv-drug-ads-simpler-language-and-no-distractions","videos":[]})"><img alt="New FDA rules for TV drug ads: Simpler language and no distractions" src="https://img.ksl.com/slc/3025/302565/30256510.jpg?filter=kslv2/responsive_toppicks" ></a><h6><a href="/article/51189881/new-fda-rules-for-tv-drug-ads-simpler-language-and-no-distractions" onclick="sendRecommendedToGA('{"id":51189881,"image":{"source":"https:\/\/img.ksl.com\/slc\/3025\/302565\/30256510.jpg"},"title":"New FDA rules for TV drug ads: Simpler language and no distractions","summary":"New rules require drugmakers to be clearer about explaining the risks and side effects of prescription drugs. The new guidelines are designed to do away with practices that downplay or distract viewers' attention from risk information.","byline":"Matthew Perrone, Associated Press","route":"\/news\/utah\/health","settings":{"showSponsored":false,"showPaidAd":false,"showUpdated":false,"showPartner":false,"showBreaking":false,"showVideo":false,"hasBeenUpdated":false,"contentTopic":"health","contentSource":"associated_press","brandAligned":false,"showExternalLink":false},"timestamps":{"published":1731717721,"updated":1731717721},"url":"\/article\/51189881\/new-fda-rules-for-tv-drug-ads-simpler-language-and-no-distractions","videos":[]}')"> New FDA rules for TV drug ads: Simpler language and no distractions </a></h6></li></ul></div></div><div class="ksl-unclear" data-adunit data-form-factor="" ><div class="queue_ad q-spacer q-spacer__articleWordCount"><div style="min-width: 300px; min-height: 250px;" data-container-id="articleWordCount" ></div></div></div></article></div><div class="right"><div id="video-companion-ad/1732431131" class="video-companion"></div><div class="ksl-unclear" data-adunit data-form-factor="" ><div class="queue_ad q-spacer q-spacer__articleMonster"><div style="min-width: 300px; min-height: 250px;" data-container-id="articleMonster" ></div></div></div><div style="clear: both;"></div><div id="list_read" class="mostpopularlist " data-nosnippet><h3>Most Viewed</h3><ol><li class="nocontent"><a href="/article/51196175/how-salt-lake-citys-9th-and-9th-whale-found-a-second-home-in-japan-"> How Salt Lake City's 9th and 9th whale found a second home in Japan </a></li><li class="nocontent"><a href="/article/51196755/motorcyclist-dies-after-being-thrown-from-his-bike-on-legacy-highway-in-centerville"> Motorcyclist dies after being thrown from his bike on Legacy Highway in Centerville </a></li><li class="nocontent"><a href="/article/51196746/vail-resorts-unwilling-to-meet-ski-patrol-union-demands-after-monthslong-negotiations-reps-say"> Vail Resorts 'unwilling' to meet ski patrol union demands after monthslong negotiations, reps say </a></li><li class="nocontent"><a href="/article/51196722/twice-as-nice-byu-cross-country-sweeps-national-championships"> Twice as nice: BYU cross country sweeps national championships </a></li><li class="nocontent"><a href="/article/51196705/even-with-access-to-blockbuster-obesity-drugs-some-people-dont-lose-weight"> Even with access to blockbuster obesity drugs, some people don't lose weight </a></li><li class="nocontent"><a href="/article/51196524/not-just-brick-and-mortar--the-changes-2-experts-say-utah-needs-to-reduce-homelessness"> Not just brick and mortar — the changes 2 experts say Utah needs to reduce homelessness </a></li><li class="nocontent"><a href="/article/51196330/as-enrollment-dips-ogden-school-officials-mull-closure-of-4th-elementary-school-since-2019"> As enrollment dips, Ogden school officials mull closure of 4th elementary school since 2019 </a></li><li class="nocontent"><a href="/article/51196745/trump-picks-brooke-rollins-to-be-agriculture-secretary"> Trump picks Brooke Rollins to be agriculture secretary </a></li><li class="nocontent"><a href="/article/51196765/the-mcrib-is-returning-for-the-holidays-why-isnt-it-sold-year-round"> The McRib is returning for the holidays. Why isn't it sold year-round? </a></li><li class="nocontent"><a href="/article/51196880/byus-2nd-loss-to-no-21-arizona-state-inches-big-12-title-race-towards-potential-chaos"> BYU's 2nd loss to No. 21 Arizona State inches Big 12 title race towards potential chaos </a></li></ol></div><style> .border { float: left; border-top: 1px #aaa dotted; width: calc(100% - 2 * 5.175601%); margin: 0 5.175601%; } .newsSignup { background-color: #E3F8FF; float: left; margin: 20px 5.175601% 20px 5.175601%; padding: 0 43px; display: flex; flex-direction: row; align-items: stretch; } .newsSignup h3 { color: #002D65; font-size: 20px; line-height: 27px; } .emailSignupText { float: left;color: #343434;font-size: 16px;line-height: 22px } .firstColumn { display: flex;flex-direction: column;justify-content: space-evenly;flex: 2; } .secondColumn { display: flex; justify-content: flex-end; flex: 1; align-items: flex-end; } .secondColumn img { content:url("https://img.ksl.com/slc/2908/290846/29084682.png"); } .newsSignupForm { display: flex; justify-content: space-evenly; } .newsSignupForm input { float: left; padding: 5px; width: calc(100% - 140px); border-radius: 4px; border-width: 1px; height: 35px; } .newsSignupForm button { align-items: center; background-color: rgb(0, 157, 214); color: rgb(255, 255, 255); height: 35px; width: 130px; justify-content: normal; font-size: 1em; font-family: 'Nunito Sans', sans-serif; font-weight: bold; padding: 0px 20px; border-width: 0px; border-radius: 4px; text-transform: capitalize; cursor: pointer; transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s; display: grid; white-space: nowrap; outline: none; } .border { float: left; border-top: 1px #aaa dotted; width: 100%; margin: 0; } .newsSignup { background-color: #E3F8FF; float: left; margin: 20px 0 20px 0; padding: 15px 0 0 15px; display: flex; flex-direction: row; align-items: stretch; } .secondColumn img { content:url("https://img.ksl.com/slc/2908/290846/29084669.png"); } .firstColumn { margin: 20px 0 0 0; } .firstColumn div { margin-bottom: 15px; } .newsSignupForm { flex-direction: column; margin-bottom: 15px; } .newsSignupForm input { width: auto; margin-bottom: 15px; padding: 0 5px; } .newsSignupForm button { width: auto; } @media (max-width: 850px) { .secondColumn img { content:url("https://img.ksl.com/slc/2908/290846/29084669.png"); } .newsSignup { padding: 0 0 0 20px; } .firstColumn { margin: 20px 0 0 0; } .firstColumn div { margin-bottom: 15px; } } @media only screen and (max-width: 550px) { .newsSignupForm { flex-direction: column; margin-bottom: 15px; } .firstColumn .emailSignupMessage { margin-bottom: 0; } .newsSignupForm input { width: auto; margin-bottom: 15px; } .newsSignupForm button { width: auto; } .firstColumn { padding: 20px 0; } } </style><div class="border"></div><div class="newsSignup"><div class="firstColumn"><div><h3>STAY IN THE KNOW</h3></div><div class="emailSignupText"> Get informative articles and interesting stories delivered to your inbox weekly. <strong>Subscribe to the KSL.com Trending 5.</strong></div><form class="newsSignupForm" action="https://info.ksl.com/l/911272/2021-12-13/b5t7g" method="post"><input type="text" name="email" id="email" placeholder="Enter your email"><button class="button" type="submit"> Sign Me Up </button></form><div class="emailSignupMessage" style="font-size: 70%"> By subscribing, you acknowledge and agree to KSL.com's <a href="https://support.ksl.com/hc/en-us/articles/1260800721790-Terms-of-Use" target="_blank">Terms of Use</a> and <a href="https://www.ksl.com/article/50065715" target="_blank">Privacy Policy</a>. </div></div><div class="secondColumn"><img alt="Newsletter Signup" style="height: 218px;width: auto;" src="https://img.ksl.com/slc/2908/290836/29083691.png"></div></div><div class="ksl-unclear" data-adunit data-form-factor="" ><div class="queue_ad q-spacer q-spacer__articleBlock"><div style="min-width: 300px; min-height: 250px;" data-container-id="articleBlock" ></div></div></div><div class="mostpopularlist" style="overflow: hidden;" id="smallWeatherPlayer"><link href="https://d3njgrq4uvb497.cloudfront.net/videojs/video-js.min.css" rel="stylesheet"><link rel="stylesheet" href="https://d3njgrq4uvb497.cloudfront.net/videojs/videojs-contrib-ads.css"><link rel="stylesheet" href="https://d3njgrq4uvb497.cloudfront.net/videojs/videojs.ima.css"><link rel="stylesheet" href="https://d3njgrq4uvb497.cloudfront.net/videojs/videojs-share.css"><style> .video-js .vjs-big-play-button { top: 40%; left: 40%; } .vjs-close-button .vjs-icon-placeholder { color: black; } </style><script> const isSearchBot = () => { const userAgent = navigator.userAgent.toLowerCase(); const searchEngineBotKeywords = ["googlebot", "bingbot", "yahoo"]; for (const keyword of searchEngineBotKeywords) { if (userAgent.includes(keyword)) { return true; } } return false; }; const showAdBlock = () => { document.getElementById('smallWeatherPlayer').style.display = 'none'; window.showAdBlockPlaceholder = !isSearchBot(); } </script><script src="https://d3njgrq4uvb497.cloudfront.net/videojs/video.min.js"></script><script src="//imasdk.googleapis.com/js/sdkloader/ima3.js" onerror="showAdBlock()"></script><script src="https://d3njgrq4uvb497.cloudfront.net/videojs/videojs-contrib-ads.js" onerror="showAdBlock()"></script><script src="https://d3njgrq4uvb497.cloudfront.net/videojs/videojs.ima.min.js"></script><script src="https://d3njgrq4uvb497.cloudfront.net/videojs/videojs-share.min.js"></script><h3 style="float: none;">KSL Weather Forecast </h3><div id="weather-forecast" class="ksl-finger position-rel__10"><img alt="KSL Weather Forecast" src="https://media.ksl.com/weather-300x168.jpg" style="width: 100%;"><div id="weather-forecast-play" style="position: absolute; left: 39.5%; top: 33%; width: 19.5% !important;"><picture><source srcset="//static.ksl.com/images/autoplay_icon.svg" type="image/svg+xml"><img alt="Play button" src="//static.ksl.com/images/autoplay_icon_lg.png" style="cursor: pointer"></picture></div></div><div id="weather-forecast-container" style="display: none;"></div><div id="weatherForecastCompanion" style="margin-top: 20px;"></div></div><script> KSL.onLoad.push(function () { var configWx = Object({"thumbnail":"https:\/\/media.ksl.com\/weather-300x168.jpg","image":"https:\/\/media.ksl.com\/weather.jpg","url":"https:\/\/media.ksl.com\/weather.mp4","autostart":false,"preferFlash":false,"showAds":true,"adClient":"googima","captions":"https:\/\/media.ksl.com\/weather.srt","adTag":"https:\/\/pubads.g.doubleclick.net\/gampad\/ads?sz=1x1000&iu=\/6686\/ddm.ksl\/News\/\/Utah\/\/Health&ciu_szs=300x250&cust_params=v%3Dnews%26cc%3Dstories%26pt%3Darticle%26stca%3Dweather%26videosource%3Dksl%26pageviewid%3D__pageviewid__&impl=s&gdfp_req=1&env=vp&output=xml_vast4&unviewed_position_start=1&ad_rule=1&vpmute=1&correlator=1732431131","prerollAdTag":"https:\/\/pubads.g.doubleclick.net\/gampad\/ads?sz=1x1000&iu=\/6686\/ddm.ksl\/News\/\/Utah\/\/Health&ciu_szs=300x250&cust_params=v%3Dnews%26cc%3Dstories%26pt%3Darticle%26stca%3Dweather%26videotype%3Dpreroll%26videosource%3Dksl%26pageviewid%3D__pageviewid__&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&vpmute=1&correlator=1732431131","postrollAdTag":"https:\/\/pubads.g.doubleclick.net\/gampad\/ads?sz=1x1000&iu=\/6686\/ddm.ksl\/News\/\/Utah\/\/Health&ciu_szs=300x250&cust_params=v%3Dnews%26cc%3Dstories%26pt%3Darticle%26stca%3Dweather%26videotype%3Dpostroll%26videosource%3Dksl%26pageviewid%3D__pageviewid__&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&vpmute=1&correlator=1732431131","companionAd":{"id":"weatherForecastCompanion","width":300,"height":250}}); var containerWx = document.querySelector('#weather-forecast-container'); var placeholderWx = document.querySelector('#weather-forecast'); var btnPlayWx = document.querySelector('#weather-forecast-play'); var loaderWx = document.querySelector('#weather-forecast-load'); configWx.mount = containerWx.getAttribute('id'); configWx.containerId = configWx.mount; if (configWx.prerollAdTag) { configWx.prerollAdTag = configWx.prerollAdTag.replace('__pageviewid__', window.ddmPageviewId); } if (configWx.postrollAdTag) { configWx.postrollAdTag = configWx.postrollAdTag.replace('__pageviewid__', window.ddmPageviewId); } placeholderWx.onclick = () => { placeholderWx.querySelector('img').style.opacity = 0.5; btnPlayWx.style.display = 'none'; placeholderWx.remove(); var player = null; var videoEl = document.getElementById('weather-forecast-container'); videoEl.innerHTML = ' <video\n' + ' id="weather_video"\n' + ' class="video-js"\n' + ' controls\n' + ' playsinline\n' + ' preload="auto"\n' + ' data-setup=\'{"fluid": true}\'>\n' + ' <p class="vjs-no-js">\n' + ' To view this video please enable JavaScript, and consider upgrading to a\n' + ' web browser that\n' + ' <a href="https://videojs.com/html5-video-support/" target="_blank">\n' + ' supports HTML5 video\n' + ' </a>\n' + ' </p>\n' + ' </video>'; player = videojs('weather_video'); player.poster(configWx.thumbnail); player.src({ src: configWx.url, }); var options = { id: 'content_video', adTagUrl: configWx.adTag, contribAdsSettings: { prerollTimeout: 10000, }, debug: true, }; player.ima(options); player.on('ads-manager', function (response) { var adsManager = response.adsManager; adsManager.addEventListener( google.ima.AdEvent.Type.STARTED, function (adEvent) { switch (adEvent.type) { case google.ima.AdEvent.Type.STARTED: // Get the ad from the event. var ad = adEvent.getAd(); var selectionCriteria = new google.ima.CompanionAdSelectionSettings(); selectionCriteria.resourceType = google.ima.CompanionAdSelectionSettings.ResourceType.STATIC; selectionCriteria.creativeType = google.ima.CompanionAdSelectionSettings.CreativeType.IMAGE; selectionCriteria.sizeCriteria = google.ima.CompanionAdSelectionSettings.SizeCriteria.IGNORE; // Get a list of companion ads for an ad slot size and CompanionAdSelectionSettings var companionAds = ad.getCompanionAds(300, 250, selectionCriteria); var companionAd = companionAds[0]; if (companionAd !== undefined) { // Get HTML content from the companion ad. var content = companionAd.getContent(); // Write the content to the companion ad slot. var div = document.getElementById('weatherForecastCompanion'); div.style.display = 'block'; div.style.marginBottom = "20px"; div.innerHTML = content; } break; } } ); }) player.on('play', (() => { kslDataLayer.push({ 'event': 'trigger-ga-event', 'eventCategory': 'Video', 'eventAction': 'Play', 'eventLabel': "Main Weather Forecast - In Story", }); })); // player.on('pause', (() => { kslDataLayer.push({ 'event': 'trigger-ga-event', 'eventCategory': 'Video', 'eventAction': 'Pause', 'eventLabel': "Main Weather Forecast - In Story", }); })); // player.on('ended', (() => { kslDataLayer.push({ 'event': 'trigger-ga-event', 'eventCategory': 'Video', 'eventAction': 'Complete', 'eventLabel': "Main Weather Forecast - In Story", }); })); document.getElementById('weather-forecast-container').style.display = 'block'; player.play(true); } }); </script></div></div></div></div><script> KSL.onLoad.push(function () { (function () { var setInnerHTML = function (elm, html) { elm.innerHTML = html; Array.from(elm.querySelectorAll("script")).forEach(oldScript => { const newScript = document.createElement("script"); Array.from(oldScript.attributes) .forEach(attr => newScript.setAttribute(attr.name, attr.value)); newScript.appendChild(document.createTextNode(oldScript.innerHTML)); oldScript.parentNode.replaceChild(newScript, oldScript); }); } const blogElements = document.querySelectorAll('div[data-lazy-widget]'); let newArray = []; blogElements.forEach(e => { newArray.push(e); }) newArray.push(document.getElementById('articleComplete')); scrolldepth.init({ elements: newArray, percentage: false, userTiming: false, pixelDepth: false, eventHandler: function (data) { if (data.label.id === 'articleComplete') { kslEventBus.emit(kslEventBus.eventTypes.reachedWaypoint, { action: 'Article Complete', label: '|50712514' }); myStorage = window.sessionStorage; var key = myStorage.getItem('ksl-article-click'); var purchase = {"actionField":{"id":50712514,"affiliation":"internet_team|health","revenue":"Not Specified","tax":"Not Specified","shipping":"Not Specified","coupon":"article complete"},"products":[{"name":"Utah professor says genetics, personalized medicine aren't a 'magic bullet' for many diseases","id":50712514,"price":"Not Specified","brand":"KSL.com - News\/Content","category":"News|Utah|Health","variant":"internet_team|health","quantity":1,"coupon":"article complete"}]}; var storyId = 50712514; purchase.actionField.id = purchase.actionField.id + '|' + window.ddmPageviewId; if (key !== null) { var array = key.split('::'); if (parseInt(array[0], 0) === storyId) { purchase.actionField.affiliation = array[1]; purchase.products[0].id = array[0]; purchase.products[0].variant = array[1]; purchase.products[0].category = array[2]; kslEventBus.emit(kslEventBus.eventTypes.purchase, purchase); } myStorage.removeItem('ksl-article-click'); } } else { const label = data.label; const id = label.getAttribute('data-lazy-widget'); const div = document.getElementById(id); let string = div.innerHTML; const reComment = /<!--([\s\S]*)-->/; let match = reComment.exec(string); if (match) { setInnerHTML(div, match[1]); } } } }); }()); }); </script><div class="banner_ad" style="height: 1px; width: 1px;"> </div><script> KSL.onLoad.push(function() { setTimeout(function () { if(!document.getElementsByClassName) return; var ads = document.getElementsByClassName('banner_ad'); var ad = ads[ads.length - 1]; if(!ad || ad.innerHTML.length == 0 || ad.clientHeight === 0) { kslEventBus.emit(kslEventBus.eventTypes.adBlock, "on"); } else { kslEventBus.emit(kslEventBus.eventTypes.adBlock, "off"); } }, 2500); }); </script><div class="footer"><div class="container"><div class="inside"><div class="top"><div class="social_links"><a href="/"><picture class="KSLlogo"><source srcset="https://static.ksl.com/beta/node_modules/ksl-responsive-header/dist/51d664bc63e53f2a4398cf2601a38704.svg" type="image/svg+xml"><!--[if lt IE 9]><img src="https://static.ksl.com/graphics/KSL_logo.png" /><![endif]--><!--[if !lt IE 9]> --><img alt="KSL.com Logo" src="https://static.ksl.com/graphics/KSL_logo.png" data-srcset="https://static.ksl.com/graphics/KSL_logo.png" ><!-- <![endif]--></picture></a><ul class="social_icons"><li><a target="_blank" href="https://www.facebook.com/kslcom"></a></li><li><a target="_blank" href="https://twitter.com/KSLcom"></a></li><li><a target="_blank" href="https://www.instagram.com/kslcom"></a></li><li><a target="_blank" href="https://www.tiktok.com/@kslnews"></a></li><li><a target="_blank" href="https://www.youtube.com/@KSL_com"></a></li><li><a target="_blank" href="https://www.threads.net/@kslcom"></a></li><li><a target="_blank" href="https://whatsapp.com/channel/0029VacsJfV0LKZHQfLIfu0e"></a></li></ul></div><div class="main_links"><a href="https://www.ksl.com/news/apps">Mobile Apps</a> | <a href="https://info.ksl.com/newsletters">Newsletter</a> | <a href="https://www.deseretdigital.com/advertising">Advertise</a> | <a href="https://support.ksl.com/hc/en-us/articles/1260800774449-Contact-Us">Contact Us</a> | <a href="https://www.deseretdigital.com/careers">Careers with KSL.com</a> | <a target="_blank" href="https://announcekit.co/ksl/product-updates">Product Updates</a></div></div><div class="legal"><a href="https://support.ksl.com/hc/en-us/articles/1260800721790-Terms-of-Use">Terms of use</a> | <a href="https://support.ksl.com/hc/en-us/articles/1260800669529-Privacy-Statement">Privacy Statement</a> | <a href=" https://support.ksl.com/hc/en-us/articles/1260800721610-DMCA-Notice">DMCA Notice</a> | <a href="" id="manage-cookies">Manage My Cookies</a> | <a href="https://www.ksl.com/eeo/EEO_Public_File.pdf">EEO Public File Report</a> | <a href="https://publicfiles.fcc.gov/tv-profile/ksl-tv">KSL-TV FCC Public File</a> | <a href="https://publicfiles.fcc.gov/fm-profile/ksl-fm">KSL FM Radio FCC Public File</a> | <a href="https://publicfiles.fcc.gov/am-profile/ksl">KSL AM Radio FCC Public File</a> | <a href="https://www.ksl.com/article/50065799">Closed Captioning Assistance</a></div><div class="copyright">© 2024 <span id="gpt-click-target">KSL.com</span> | KSL Broadcasting Salt Lake City UT | Site hosted & managed by <a href="http://deseretdigital.com/">Deseret Digital Media</a> - a <a href="http://deseretmediacompanies.com/">Deseret Media Company</a> </div></div></div></div><script> document.querySelector('#manage-cookies').addEventListener('click', function(event) { event.preventDefault(); // open manage cookie consent preferences modal popup window.OneTrust.ToggleInfoDisplay(); }); </script><div class="ksl-unclear" data-adunit data-form-factor="mobile-only" data-teleportation="nodeFixed"><div class="nodeContent fixed_ad"><div class="queue_ad" data-container-id="articleFixed"></div></div></div></div></div><script> var _GDPR_ = !!''; var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; var pbjs = window.pbjs || {}; pbjs.que = pbjs.que || []; if (_GDPR_ !== true) { (function() { setTimeout(() => { var openx = document.createElement("script"); openx.async = true; openx.type = "text/javascript"; var useSSL = "https:" == document.location.protocol; openx.src = (useSSL ? "https:" : "http:") + '//ksl-d.openx.net/w/1.0/jstag?nc=6686-KSL_News'; var node = document.getElementsByTagName("script")[0]; node.parentNode.insertBefore(openx, node); }, 1000); })(); } </script><script> KSL.onLoad.push(function(KSL) { KSL.require('https://www.googletagservices.com/tag/js/gpt.js', function () { var adsConfigs = Object({"firstView":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"fixed","size":[[320,50]],"breakPoints":{"min":"0","max":"550"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"inline","size":[[300,250]],"breakPoints":{"min":"551","max":"729"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"top","size":[[970,90],[728,90],[970,250]],"breakPoints":{"min":"991","max":"1083"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"top","size":[[300,250],[728,90]],"breakPoints":{"min":"730","max":"990"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"top","size":[[728,90],[970,90],[970,250],[1084,250]],"breakPoints":{"min":"1084","max":"9999999"}}],"secondView":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"inline","size":[[320,50],[300,250],[320,100]],"breakPoints":{"min":"0","max":"550"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"inline2","size":[[300,250]],"breakPoints":{"min":"551","max":"729"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"top2","size":[[728,90],[300,250]],"breakPoints":{"min":"730","max":"990"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"top2","size":[[728,90],[970,90],[970,250]],"breakPoints":{"min":"991","max":"99999"}}],"thirdView":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"top3","size":[[728,90],[970,90],[970,250]],"breakPoints":{"min":"991","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"inline3","size":[[300,250]],"breakPoints":{"min":"551","max":"729"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"inline2","size":[[320,50],[300,250],[320,100]],"breakPoints":{"min":"0","max":"550"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"top3","size":[[300,250],[728,90]],"breakPoints":{"min":"730","max":"990"}}],"articleFixed":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"fixed","size":[[320,50]],"breakPoints":{"min":"0","max":"729"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"top","size":[[728,90],[970,90]],"breakPoints":{"min":"991","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"top","size":[[728,90]],"breakPoints":{"min":"730","max":"990"}}],"articleWidget":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"hp","size":[[300,125]],"breakPoints":{"min":"991","max":"99999"}}],"articleMonster":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"right","size":[[300,600],[300,250]],"breakPoints":{"min":"850","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"bottom","size":[[300,250]],"breakPoints":{"min":"0","max":"849"}}],"articleBlock":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"right2","size":[[300,600],[300,250]],"breakPoints":{"min":"850","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"bottom2","size":[[300,250]],"breakPoints":{"min":"0","max":"849"}}],"articleWordCount":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"inline","size":[[300,250]],"breakPoints":{"min":"551","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"inline","size":[[300,250]],"breakPoints":{"min":"0","max":"349"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"inline","size":[[300,250],[320,50]],"breakPoints":{"min":"350","max":"550"}}],"articleBottom":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"articlebottom","size":[[620,300]],"breakPoints":{"min":"1101","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"inline","size":[[300,300]],"breakPoints":{"min":"0","max":"1100"}}],"commentBlock":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"inline_comments","size":[[300,250]],"breakPoints":{"min":"0","max":"99999"}}],"mobileReskinTop":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"mobw1","size":[[320,100]],"breakPoints":{"min":"0","max":"550"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"tabw1","size":[[300,100]],"breakPoints":{"min":"551","max":"1024"}}],"mobileReskinBottom":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"mobw2","size":[[320,100]],"breakPoints":{"min":"0","max":"550"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"tabw2","size":[[300,100]],"breakPoints":{"min":"551","max":"1024"}}],"mobileGallery":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"inline","size":[[300,250]],"breakPoints":{"min":"0","max":"99999"}}],"footer":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"footerad","size":[[320,50]],"breakPoints":{"min":"0","max":"550"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"footerad","size":[[300,250]],"breakPoints":{"min":"551","max":"729"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"footerad","size":[[970,250],[970,90]],"breakPoints":{"min":"970","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"Article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"footerad","size":[[728,90]],"breakPoints":{"min":"728","max":"969"}}],"leftTakeover":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"leftTakeover","size":[[510,1109]],"breakPoints":{"min":"1097","max":"99999"}}],"rightTakeover":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"rightTakeover","size":[[510,1109]],"breakPoints":{"min":"1097","max":"99999"}}],"scoreboardAd":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"scoreboard","size":[[120,60]],"breakPoints":{"min":"728","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah\/\/Health","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"stories"},{"key":"article-id","value":"50712514"},{"key":"pt","value":"article"},{"key":"stca","value":"health"},{"key":"author","value":"bridgerbeal-cvetko,kslcom"}],"pos":"scoreboard","size":[[120,20]],"breakPoints":{"min":"0","max":"727"}}]}); KSL.news.dfp.loadAdUnits(adsConfigs, !!''); var taxonomy = adsConfigs.firstView[0].taxonomy || '/6686/ddm.ksl/News'; //wunderkind var wkndSlot; if (window.googletag) { googletag.cmd.push(function () { var div = document.createElement('div'); div.id = 'wunderkind-smart-tag'; div.style['font-size'] = '0px'; div.style['height'] = '0px'; div.style['overflow-y'] = 'hidden'; document.body.insertBefore(div, document.body.firstChild); wkndSlot = googletag.defineOutOfPageSlot(taxonomy, 'wunderkind-smart-tag').setTargeting('pos', ['pixel']).addService(googletag.pubads()); }); googletag.cmd.push(function () { googletag.display('wunderkind-smart-tag'); }); } }); }); </script><script> KSL.onLoad.push(function() { var _user_id = '0'; var _session_id = ''; var _sift = window._sift = window._sift || []; _sift.push(['_setAccount', '46e0e4c3e4']); _sift.push(['_setUserId', _user_id]); _sift.push(['_setSessionId', _session_id]); _sift.push(['_trackPageview']); (function() { function ls() { var e = document.createElement('script'); e.defer = true; e.src = 'https://cdn.siftscience.com/s.js'; document.body.appendChild(e); } if (window.attachEvent) { window.attachEvent('onload', ls); } else { window.addEventListener('load', ls, false); } })(); }); </script><script> var _GDPR_ = !!''; if (_GDPR_ !== true) { KSL.onLoad.push(function() { (function() { var adl = document.createElement('script'); adl.type = 'text/javascript'; adl.defer = true; adl.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'tagan.adlightning.com/deseretdigital/op.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(adl, s); })(); }); } </script><!-- Google Tag Manager --><noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-TVLZ5Z" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><script> (function(w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'kslDataLayer', 'GTM-TVLZ5Z'); </script><!-- End Google Tag Manager --><script> var tempDataLayer = Object({"brandDetails":{"entity":"KSL.com - News\/Content","objective":"Content"},"event":"data-layer-initialized","sessionDetails":{"loginState":false,"loginMethod":"traditional"},"userDetails":{"userId":null,"regDate":null},"pageDetails":{"siteVersionNumber":"1.0","author":"Bridger Beal-Cvetko, KSL.com","contentId":50712514,"pubDate":"2023-08-27T19:01:00-06:00","updatedDate":"2023-08-27T19:01:00-06:00","topic":"health","wordCount":1441,"source":"internet_team","template":"Article","team":"original","previousUrl":"not specified","Has Video":false,"keyTakeaways":false,"contentGrouping1":"News","contentGrouping2":"Utah","contentGrouping3":"Health"}}); tempDataLayer.pageDetails = tempDataLayer.pageDetails || {}; tempDataLayer.pageDetails.ddmHitID = window.ddmPageviewId; tempDataLayer.pageDetails.ddmDeviceID = window.ddmDeviceId; tempDataLayer.sessionDetails = tempDataLayer.sessionDetails || {}; tempDataLayer.sessionDetails.ddmSessionID = window.ddmSessionId; kslDataLayer.push(tempDataLayer); </script><script src="https://static.ksl.com/javascript/react.production.min.js"></script><script src="https://static.ksl.com/javascript/react-dom.production.min.js"></script><script> (function() { var deps = ['https://d3njgrq4uvb497.cloudfront.net/app--ksl-a4ec.js']; if (!navigator.userAgent.match(/\schrome\//i)) { deps.push('https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=default,fetch'); } KSL.require(deps, function() { console.log('Main bundle loaded (base.twig)'); }); }()); </script><!-- tmpl: article --></body></html>