CINXE.COM

Layoffs, new operating model at Deseret News | 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="" ><meta property="og:image:width" content="1228" ><meta property="og:image:height" content="690" ><meta property="og:image" content="https://img.ksl.com/slc/2362/236249/23624960.jpg?filter=kslv2/responsive_story_lg" ><meta property="og:image:secure_url" content="https://img.ksl.com/slc/2362/236249/23624960.jpg" ><meta name="keywords" content="news, traffic, weather, sports, classifieds, cars, jobs, homes, television, radio, salt lake, utah, local"><meta name="description" content="The Deseret News has announced workforce reductions and unveiled a plan to refocus the quality and reach of its product. Management says the move is necessary due to changes in the newspaper industry in general."><meta property="thumbnail" content="https://img.ksl.com/slc/2362/236249/23624960.jpg?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/12230812"><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/12230812/layoffs-new-operating-model-at-deseret-news"><meta name="twitter:title" content="Layoffs, new operating model at Deseret News"><meta property="og:title" content="Layoffs, new operating model at Deseret News"><meta name="twitter:site" content="@kslcom"><meta property="og:description" content="The Deseret News has announced workforce reductions and unveiled a plan to refocus the quality and reach of its product. Management says the move is necessary due to changes in the newspaper industry in general."><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/12230812/layoffs-new-operating-model-at-deseret-news"><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>Layoffs, new operating model at Deseret News | 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', 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" : "Layoffs, new operating model at Deseret News", "author" : [{ "@type" : "Person", "name" : "Keith McCord", "url" : "https://www.ksl.com/author/keith_mccord" }], "datePublished" : "2010-08-31MDT22:30:00", "dateModified" : "2010-08-31MDT22:30:00", "thumbnailUrl" : "https://img.ksl.com/slc/2362/236249/23624960.jpg?filter=ksl/fullsize", "abstract": "The&#x20;Deseret&#x20;News&#x20;has&#x20;announced&#x20;workforce&#x20;reductions&#x20;and&#x20;unveiled&#x20;a&#x20;plan&#x20;to&#x20;refocus&#x20;the&#x20;quality&#x20;and&#x20;reach&#x20;of&#x20;its&#x20;product.&#x20;Management&#x20;says&#x20;the&#x20;move&#x20;is&#x20;necessary&#x20;due&#x20;to&#x20;changes&#x20;in&#x20;the&#x20;newspaper&#x20;industry&#x20;in&#x20;general.", "description": "The&#x20;Deseret&#x20;News&#x20;has&#x20;announced&#x20;workforce&#x20;reductions&#x20;and&#x20;unveiled&#x20;a&#x20;plan&#x20;to&#x20;refocus&#x20;the&#x20;quality&#x20;and&#x20;reach&#x20;of&#x20;its&#x20;product.&#x20;Management&#x20;says&#x20;the&#x20;move&#x20;is&#x20;necessary&#x20;due&#x20;to&#x20;changes&#x20;in&#x20;the&#x20;newspaper&#x20;industry&#x20;in&#x20;general.", "url" : "https://www.ksl.com/article/12230812/layoffs-new-operating-model-at-deseret-news", "wordCount": 599, "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/2362/236249/23624960.jpg?filter=ksl/100x100", "https://img.ksl.com/slc/2362/236249/23624960.jpg?filter=ksl/1600x900", "https://img.ksl.com/slc/2362/236249/23624960.jpg?filter=ksl/400x300" ], "video": [{ "@type" : "VideoObject", "contentUrl" : "http://videos.ksl.com/video/widget/12230812.flv", "thumbnailUrl" : "https://videos.ksl.com/video/widget/12230812.jpg", "description" : "The&#x20;Deseret&#x20;News&#x20;has&#x20;announced&#x20;workforce&#x20;reductions&#x20;and&#x20;unveiled&#x20;a&#x20;plan&#x20;to&#x20;refocus&#x20;the&#x20;quality&#x20;and&#x20;reach&#x20;of&#x20;its&#x20;product.&#x20;Management&#x20;says&#x20;the&#x20;move&#x20;is&#x20;necessary&#x20;due&#x20;to&#x20;changes&#x20;in&#x20;the&#x20;newspaper&#x20;industry&#x20;in&#x20;general.", "name" : "Layoffs, new operating model at Deseret News", "uploadDate" : "08/31/2010" }], "articleBody" : "&amp;lt;p&amp;gt;SALT&amp;#x20;LAKE&amp;#x20;CITY&amp;#x20;--&amp;#x20;The&amp;#x20;Deseret&amp;#x20;News&amp;#x20;has&amp;#x20;announced&amp;#x20;workforce&amp;#x20;reductions&amp;#x20;and&amp;#x20;unveiled&amp;#x20;a&amp;#x20;plan&amp;#x20;to&amp;#x20;refocus&amp;#x20;the&amp;#x20;quality&amp;#x20;and&amp;#x20;reach&amp;#x20;of&amp;#x20;its&amp;#x20;product.&amp;lt;&amp;#x2F;p&amp;gt;&amp;lt;p&amp;gt;Tuesday,&amp;#x20;the&amp;#x20;paper&amp;#x20;announced&amp;#x20;a&amp;#x20;43&amp;#x20;percent&amp;#x20;reduction&amp;#x20;in&amp;#x20;staff&amp;#x20;--&amp;#x20;more&amp;#x20;than&amp;#x20;80&amp;#x20;full-&amp;#x20;and&amp;#x20;part-time&amp;#x20;employees,&amp;#x20;all&amp;#x20;of&amp;#x20;whom&amp;#x20;were&amp;#x20;given&amp;#x20;a&amp;#x20;financial&amp;#x20;separation&amp;#x20;package&amp;#x20;by&amp;#x20;the&amp;#x20;company.&amp;lt;&amp;#x2F;p&amp;gt;&amp;lt;p&amp;gt;Management&amp;#x20;says&amp;#x20;the&amp;#x20;move&amp;#x20;was&amp;#x20;necessary&amp;#x20;due&amp;#x20;to&amp;#x20;changes&amp;#x20;in&amp;#x20;the&amp;#x20;newspaper&amp;#x20;industry&amp;#x20;in&amp;#x20;general&amp;#x20;--&amp;#x20;an&amp;#x20;industry&amp;#x20;that&amp;#x20;has&amp;#x20;struggled&amp;#x20;due&amp;#x20;to&amp;#x20;the&amp;#x20;huge&amp;#x20;growth&amp;#x20;of&amp;#x20;the&amp;#x20;Internet,&amp;#x20;making&amp;#x20;previous&amp;#x20;business&amp;#x20;models&amp;#x20;obsolete.&amp;lt;&amp;#x2F;p&amp;gt;&amp;lt;p&amp;gt;&amp;amp;quot&amp;#x3B;Changes&amp;#x20;in&amp;#x20;the&amp;#x20;industry&amp;#x20;have&amp;#x20;forced&amp;#x20;some&amp;#x20;newspapers&amp;#x20;to&amp;#x20;fade&amp;#x20;or&amp;#x20;even&amp;#x20;close,&amp;amp;quot&amp;#x3B;&amp;#x20;said&amp;#x20;Clark&amp;#x20;Gilbert,&amp;#x20;Deseret&amp;#x20;News&amp;#x20;president&amp;#x20;and&amp;#x20;CEO.&amp;#x20;&amp;amp;quot&amp;#x3B;At&amp;#x20;the&amp;#x20;Deseret&amp;#x20;News,&amp;#x20;we&amp;#x20;choose&amp;#x20;to&amp;#x20;lead&amp;#x20;and&amp;#x20;innovate.&amp;amp;quot&amp;#x3B;&amp;lt;&amp;#x2F;p&amp;gt;&amp;lt;p&amp;gt;The&amp;#x20;Deseret&amp;#x20;News&amp;#x20;has&amp;#x20;created&amp;#x20;a&amp;#x20;new&amp;#x20;plan&amp;#x20;that&amp;#x20;company&amp;#x20;leaders&amp;#x20;believe&amp;#x20;will&amp;#x20;be&amp;#x20;innovative&amp;#x20;and&amp;#x20;will&amp;#x20;attract&amp;#x20;readers&amp;#x20;all&amp;#x20;over&amp;#x20;the&amp;#x20;world&amp;#x20;for&amp;#x20;years&amp;#x20;to&amp;#x20;come.&amp;lt;&amp;#x2F;p&amp;gt;&amp;lt;p&amp;gt;The&amp;#x20;changes&amp;#x20;also&amp;#x20;include&amp;#x20;moving&amp;#x20;the&amp;#x20;Deseret&amp;#x20;News&amp;#x20;staff&amp;#x20;to&amp;#x20;the&amp;#x20;Triad&amp;#x20;Center&amp;#x20;to&amp;#x20;be&amp;#x20;integrated&amp;#x20;with&amp;#x20;KSL&amp;#x20;TV&amp;#x20;and&amp;#x20;KSL&amp;#x20;Newsradio.&amp;#x20;That&amp;#x20;combined&amp;#x20;force&amp;#x20;will&amp;#x20;contribute&amp;#x20;to&amp;#x20;all&amp;#x20;the&amp;#x20;Deseret&amp;#x20;Digital&amp;#x20;Media&amp;#x20;companies.&amp;lt;&amp;#x2F;p&amp;gt;&amp;lt;p&amp;gt;&amp;amp;quot&amp;#x3B;With&amp;#x20;these&amp;#x20;changes&amp;#x20;we&amp;#x20;will&amp;#x20;have&amp;#x20;the&amp;#x20;largest&amp;#x20;integrated&amp;#x20;newsroom&amp;#x20;in&amp;#x20;the&amp;#x20;market,&amp;#x20;which&amp;#x20;means&amp;#x20;we&amp;#x27;ll&amp;#x20;have&amp;#x20;more&amp;#x20;reporters&amp;#x20;in&amp;#x20;the&amp;#x20;newsroom&amp;#x20;covering&amp;#x20;more&amp;#x20;stories&amp;#x20;than&amp;#x20;anyone&amp;#x20;else,&amp;amp;quot&amp;#x3B;&amp;#x20;said&amp;#x20;Gilbert" } </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 &amp; 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 &amp; 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 &amp; 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&amp;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&amp;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&amp;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 &amp; 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 &amp; 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">Layoffs, new operating model at Deseret News</h1><div class="byline"><div class="author"><h4> By Keith McCord | Posted - Aug. 31, 2010 at 10:30 p.m. </h4></div><div class="titleBoxLineBreak">&nbsp;</div></div></div><div class="story content"><div class="firefox_fix"><!-- <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" /><style> .video-js .vjs-big-play-button { top: 40%; left: 40%; } </style><script src="https://d3njgrq4uvb497.cloudfront.net/videojs/video.min.js"></script><script src="//imasdk.googleapis.com/js/sdkloader/ima3.js"></script><script src="https://d3njgrq4uvb497.cloudfront.net/videojs/videojs-contrib-ads.js"></script><script src="https://d3njgrq4uvb497.cloudfront.net/videojs/videojs.ima.min.js"></script> --><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('video-player').style.display = 'none'; window.showAdBlockPlaceholder = !isSearchBot(); } </script><div id="video-player" style="cursor: pointer; position: relative;"><div id="poster-container"><picture id="video-poster"><img srcset="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAQAAACRI2S5AAAAEklEQVR42mP8/58BL2AcVQAGAHscEfhX5bYNAAAAAElFTkSuQmCC" style="width: 100%;"></picture><div id="video-player-load" class="txt-loader" style="padding-top: 1em; display: none;">Loading...</div><div id="video-player-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 src="//static.ksl.com/images/autoplay_icon_lg.png" style="cursor: pointer"></picture></div></div><div class="ksl-hidden" style="margin-bottom: 5px;"><div id="video-player-container"><video id="content_video" class="video-js" controls playsinline preload="auto" data-setup='{"fluid": true}'><p class="vjs-no-js"> To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="https://videojs.com/html5-video-support/" target="_blank"> supports HTML5 video </a></p></video></div></div><div class="ksl-hidden" style="margin-bottom: 5px;"><div id="youTube-player-container"></div></div></div><script> (function loadPosterImage(){ var posterContainer = document.getElementById('video-poster'); var posterUrl = 'https://img.ksl.com/slc/2362/236249/23624960.jpg?filter=kslv2/responsive_story_lg'; var poster = new Image(); var src = document.createElement('source'); src.setAttribute('media', '(max-width: 550px)'); src.setAttribute('srcset', 'https://img.ksl.com/slc/2362/236249/23624960.jpg?filter=kslv2/responsive_top_sm'); posterContainer.appendChild(src); poster.addEventListener('load', function(){ posterContainer.querySelector('img').setAttribute('srcset', posterUrl); }); poster.src = posterUrl; }()); KSL.onLoad.push(function () { var config = Object({"autoStart":false,"skipOffsetTime":0,"shareLink":"https:\/\/www.ksl.com\/article\/12230812\/layoffs-new-operating-model-at-deseret-news","showWatermark":false,"showAds":true,"adClient":"googima","companionAd":{"id":"video-companion-ad\/1732429321","width":300,"height":250},"mute":false}); var video = Object({"source":"http:\/\/videos.ksl.com\/video\/widget\/12230812.flv","title":"","poster":"https:\/\/videos.ksl.com\/video\/widget\/12230812.jpg","youTubeId":"","captions":"","preroll":true,"credit":"","length":0,"embedCode":null,"prerollAdTag":"https:\/\/pubads.g.doubleclick.net\/gampad\/ads?sz=1x1000&iu=\/6686\/ddm.ksl\/News\/\/Utah\/\/LocalStories&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&correlator=17324293219&cust_params=v%3Dnews%26cc%3Dlocalstories%26article-id%3D12230812%26pageviewid%3D__pageviewid__%26author%3Dkeithmccord%26pt%3Darticle%26stca%3Dbusiness%26videotype%3Dpreroll%26videosource%3Dksl%26length%3Dshort","postrollAdTag":"https:\/\/pubads.g.doubleclick.net\/gampad\/ads?sz=1x1000&iu=\/6686\/ddm.ksl\/News\/\/Utah\/\/LocalStories&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&correlator=17324293219&cust_params=v%3Dnews%26cc%3Dlocalstories%26article-id%3D12230812%26pageviewid%3D__pageviewid__%26author%3Dkeithmccord%26pt%3Darticle%26stca%3Dbusiness%26videotype%3Dpostroll%26videosource%3Dksl%26length%3Dshort","adTag":"https:\/\/pubads.g.doubleclick.net\/gampad\/ads?sz=1x1000&iu=\/6686\/ddm.ksl\/News\/\/Utah\/\/LocalStories&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=xml_vast4&unviewed_position_start=1&correlator=17324293219&cust_params=v%3Dnews%26cc%3Dlocalstories%26article-id%3D12230812%26pageviewid%3D__pageviewid__%26author%3Dkeithmccord%26pt%3Darticle%26stca%3Dbusiness%26videosource%3Dksl%26length%3Dshort&ad_rule=1&vpmute=1","thumbnail":"https:\/\/videos.ksl.com\/video\/widget\/12230812.jpg"}); if (video.prerollAdTag) { video.prerollAdTag = video.prerollAdTag.replace('__pageviewid__', window.ddmPageviewId); } if (video.postrollAdTag) { video.postrollAdTag = video.postrollAdTag.replace('__pageviewid__', window.ddmPageviewId); } if (video.adTag) { video.adTag = video.adTag.replace('__pageviewid__', window.ddmPageviewId); } var userIp = "1"; var placeholder = document.getElementById('poster-container'); var btnPlay = document.getElementById('video-player-play'); var loader = document.getElementById('video-player-load'); placeholder.onclick = function () { var img = placeholder.querySelector('img'); img.style.opacity = 0.5; btnPlay.style.display = 'none'; loader.style.display = 'block'; kslEventBus.emit('loadVideoJS', {config: config, video: video, userIp: userIp}); }; kslEventBus.on(['onVideoJSPlay', 'onVideoJSReady'], function (event) { if (event.video.containerId === config.containerId) { const toggleClass = 'ksl-hidden'; const videoPlayerContainer = document.getElementById('video-player-container'); const youTubePlayerContainer = document.getElementById('youTube-player-container'); if (placeholder !== null) { // && event.id === config.containerId) { placeholder.onclick = null; placeholder.parentElement.removeChild(placeholder); placeholder = null; } if (event.video.youTubeId !== '') { videoPlayerContainer.parentElement.classList.add(toggleClass); youTubePlayerContainer.parentElement.classList.remove(toggleClass); } else { youTubePlayerContainer.parentElement.classList.add(toggleClass); videoPlayerContainer.parentElement.classList.remove(toggleClass); } } }); kslEventBus.on(['onYouTubePlay'], function (event) { const toggleClass = 'ksl-hidden'; const videoPlayerContainer = document.getElementById('video-player-container'); const youTubePlayerContainer = document.getElementById('youTube-player-container'); videoPlayerContainer.parentElement.classList.add(toggleClass); youTubePlayerContainer.parentElement.classList.remove(toggleClass); }); kslEventBus.on(['onVideoBeforePlay'], function (event) { if (placeholder !== null) { // && event.id === config.containerId) { placeholder.onclick = null; placeholder.parentElement.removeChild(placeholder); placeholder = null; } }); if (!config.mute && video.adTag) { video.adTag = video.adTag.replace('&vpmute=1', "&vpmute=0"); } if (!config.mute && video.prerollAdTag) { video.prerollAdTag = video.prerollAdTag.replace('&vpmute=1', "&vpmute=0"); } if (!config.mute && video.postrollAdTag) { video.postrollAdTag = video.postrollAdTag.replace('&vpmute=1', "&vpmute=0"); } }); // Have to use a hack inside app.js instead with a setTimeout to emit the event. For some reason this doesn't get // called if we play the JW player first. Leave here for clarity about why this is the case. // function onYouTubeIframeAPIReady() { // console.log('onYouTubeIframeAPIReady'); // kslEventBus.emit('youTubeReady', {}); // } </script><div class="author" style="width: 100%;padding-right: 0;"><h4 id="photoCaption"></h4></div></div><div class="toolbar"><hr><div class="comment_bubble" id="comment_bubble"><span></span></div><script> KSL.onLoad.push(function() { if (kslSocialShare && kslSocialShare.props) { kslSocialShare.props.title = 'Layoffs, new operating model at Deseret News'; kslSocialShare.props.url = 'https://www.ksl.com/article/12230812/layoffs-new-operating-model-at-deseret-news'; kslSocialShare.props.twitterAccount = 'KSLcom'; kslSocialShare.props.route = '/news/utah' } }); </script><ul class="social"><li><a href="" onclick="kslSocialShare.facebook(); return false;">&#xea8c;</a></li><li><a href="" onclick="kslSocialShare.twitter(); return false;">&#xe700;</a></li><li><a href="" onclick="kslSocialShare.email(true); return false;">&#xe600;</a></li><li><a href="https://www.ksl.com/article/12230812/layoffs-new-operating-model-at-deseret-news?print=1" target="_blank" rel="nofollow" onclick="kslSocialShare.print();">&#xe954;</a></li></ul><span class="save-story" id="story-12230812" onclick="kslSocialShare.redirectToLogin(12230812); return false;"><span class="save-story__icon"></span><span class="save-story__text"> Save Story</span></span><hr><script></script></div><div class="video_box"><a class="videolist" rel="0" style="cursor: pointer;"><div class="videothumbnail"><div class="videothumb_container" data-action-video-group="0"><img src="https://videos.ksl.com/video/widget/12230812.jpg?filter=video/150x84"/><img src="//static.ksl.com/images/autoplay_icon.png" class="videoicon"></div></div><div class="videodescbox"><div class="videotitle" data-action-video-group="0"></div><div class="videobyline"></div></div></a></div><script> KSL.onLoad.push(function () { var videos = Object([{"source":"http:\/\/videos.ksl.com\/video\/widget\/12230812.flv","title":"","poster":"https:\/\/videos.ksl.com\/video\/widget\/12230812.jpg","youTubeId":"","captions":"","preroll":true,"credit":"","length":0,"embedCode":null,"prerollAdTag":"https:\/\/pubads.g.doubleclick.net\/gampad\/ads?sz=1x1000&iu=\/6686\/ddm.ksl\/News\/\/Utah\/\/LocalStories&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&correlator=17324293219&cust_params=v%3Dnews%26cc%3Dlocalstories%26article-id%3D12230812%26pageviewid%3D__pageviewid__%26author%3Dkeithmccord%26pt%3Darticle%26stca%3Dbusiness%26videotype%3Dpreroll%26videosource%3Dksl%26length%3Dshort","postrollAdTag":"https:\/\/pubads.g.doubleclick.net\/gampad\/ads?sz=1x1000&iu=\/6686\/ddm.ksl\/News\/\/Utah\/\/LocalStories&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&correlator=17324293219&cust_params=v%3Dnews%26cc%3Dlocalstories%26article-id%3D12230812%26pageviewid%3D__pageviewid__%26author%3Dkeithmccord%26pt%3Darticle%26stca%3Dbusiness%26videotype%3Dpostroll%26videosource%3Dksl%26length%3Dshort","adTag":"https:\/\/pubads.g.doubleclick.net\/gampad\/ads?sz=1x1000&iu=\/6686\/ddm.ksl\/News\/\/Utah\/\/LocalStories&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=xml_vast4&unviewed_position_start=1&correlator=17324293219&cust_params=v%3Dnews%26cc%3Dlocalstories%26article-id%3D12230812%26pageviewid%3D__pageviewid__%26author%3Dkeithmccord%26pt%3Darticle%26stca%3Dbusiness%26videosource%3Dksl%26length%3Dshort&ad_rule=1&vpmute=1","thumbnail":"https:\/\/videos.ksl.com\/video\/widget\/12230812.jpg"}]); var config = Object({"autoStart":false,"skipOffsetTime":0,"shareLink":"https:\/\/www.ksl.com\/article\/12230812\/layoffs-new-operating-model-at-deseret-news","showWatermark":false,"showAds":true,"adClient":"googima","companionAd":{"id":"video-companion-ad\/1732429321","width":300,"height":250},"mute":false}); var userIp = "1"; var tag = 'data-action-video-group'; setTimeout(() => { document.querySelectorAll('[' + tag + ']').forEach(function (el) { el.addEventListener('click', function (e) { var offset = el.getAttribute(tag); var selectedVideo = videos[offset]; if (selectedVideo.prerollAdTag) { selectedVideo.prerollAdTag = selectedVideo.prerollAdTag.replace('__pageviewid__', window.ddmPageviewId); } if (selectedVideo.postrollAdTag) { selectedVideo.postrollAdTag = selectedVideo.postrollAdTag.replace('__pageviewid__', window.ddmPageviewId); } if (!config.mute) { selectedVideo.adTag = video.adTag.replace('&vpmute=1', "&vpmute=0"); selectedVideo.prerollAdTag = video.prerollAdTag.replace('&vpmute=1', "&vpmute=0"); selectedVideo.postrollAdTag = video.postrollAdTag.replace('&vpmute=1', "&vpmute=0"); } if (window.showAdBlockPlaceholder === undefined || selectedVideo.youTubeId !== "") { kslEventBus.emit('loadVideoJS', {config: config, video: selectedVideo, userIp: userIp}); } }); }); }, 500); }); </script><div style="clear: both;"></div><div style="display: flex; flex-direction: column;" id="translateDiv"><span onclick="translateArticle('es', 12230812)" id="spanishButton" style="cursor: pointer; color: #2354ac;">Leer en español</span><span onclick="translateArticle('en', 12230812)" 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: 3-4 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 -- The Deseret News has announced workforce reductions and unveiled a plan to refocus the quality and reach of its product.</p><p>Tuesday, the paper announced a 43 percent reduction in staff -- more than 80 full- and part-time employees, all of whom were given a financial separation package by the company.</p><p>Management says the move was necessary due to changes in the newspaper industry in general -- an industry that has struggled due to the huge growth of the Internet, making previous business models obsolete.</p><p>&quot;Changes in the industry have forced some newspapers to fade or even close,&quot; said Clark Gilbert, Deseret News president and CEO. &quot;At the Deseret News, we choose to lead and innovate.&quot;</p><p>The Deseret News has created a new plan that company leaders believe will be innovative and will attract readers all over the world for years to come.</p><p>The changes also include moving the Deseret News staff to the Triad Center to be integrated with KSL TV and KSL Newsradio. That combined force will contribute to all the Deseret Digital Media companies.</p><p>&quot;With these changes we will have the largest integrated newsroom in the market, which means we'll have more reporters in the newsroom covering more stories than anyone else,&quot; said Gilbert.</p><p>Gilbert says many newspapers have simply cut costs to try to survive in the current media environment, with no plans for the future. Instead of just cutting costs to get by, the paper is instituting a five-part plan to make more efficient use of its resources and expand its editorial reach.</p><p>Part of that plan is the launch of a unit called <a href="http://www.deseretconnect.com/" rel="nofollow" target="_blank">&quot;Deseret Connect,&quot;</a> which will complement the integrated newsroom and utilize contributors from all over the world who will offer additional context and perspectives to the newspaper's print and online editions.</p><p>&quot;Think of Deseret Connect as a great compliment to the core news product to the Deseret Media Companies, where we can reach out to other contributors from around the world to add context to many of the things that are being said in the news here locally and internationally,&quot; said Matt Sanders, director of Deseret Connect.</p><p>&quot;We'll have our core newsroom; so our core team and names people are so familiar with and who have been a big part of the history of the Deseret News will still be there,&quot; Gilbert explained. &quot;But these remote contributors will add to and expand that reach and influence.&quot;</p><p>Already more than 100 remote contributors have expressed interest in participating.</p><p>&quot;If you want to really learn about an issue, come to the Deseret News, come to KSL, because this is where we are going to be treating the issues very seriously from a broad array of perspectives from people all over the globe,&quot; Sanders said.</p><p>The new strategy also includes more resources for deseretnews.com to enhance its offerings for readers around the world.</p><p>&quot;We're doing so in in an aggressive and innovative way that allows us to see in the future that many millions of people will be accessing our content, so the potential reach for impact is much larger,&quot; said Chris Lee, general manager of deseretnews.com.</p><p>Meanwhile, Deseret News Editor Joe Cannon and publisher Jim Wall have chosen to step down and will pursue &quot;other full-time personal and professional opportunities.&quot;</p><p>However, Cannon will remain on the paper's editorial advisory board and Wall will take on an advisory role to Gilbert to assist the organization in this transition.</p><p><a href="http://www.deseretnews.com/article/700061704/Changes-at-the-Deseret-News-announced.html" rel="nofollow" target="_blank">CLICK HERE</a> to read more about the changes.</p><p>------</p><p><em>E-mail: <a href="mailto:kmccord@ksl.com" rel="nofollow" target="_blank">kmccord@ksl.com</a></em></p></div><!-- The Modal --><div id="modal" class="modal"><span class="modal-close">&times;</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>Related links</h3><div class="related"><ul><li><h4><a href="http://deseretmediacompanies.com/" target="_blank" rel="nofollow">Deseret Media Companies</a></h4></li></ul><ul><li><h4><a href="http://www.deseretconnect.com/" target="_blank" rel="nofollow">Deseret Connect</a></h4></li></ul><ul><li><h4><a href="http://www.deseretnews.com/article/700061704/Changes-at-the-Deseret-News-announced.html" target="_blank" rel="nofollow">Deseret News: Changes at the Deseret News announced</a></h4></li></ul></div><h3>Related stories</h3><div class="related"><ul><li><h4><a href="http://www.deseretnews.com/article/700061704/Changes-at-the-Deseret-News-announced.html/deseret-news-changes-at-the-deseret-news-announced" target="_blank" rel="nofollow">Deseret News: Changes at the Deseret News announced</a></h4></li></ul></div><h3>Most recent Utah stories</h3><div class="related"><ul><li><h4><a href="/article/51196953/over-100-years-after-his-death-st-george-mayor-recognized-with-marked-grave" target="_blank" rel="nofollow">Over 100 years after his death, St. George mayor recognized with marked grave</a></h4></li></ul><ul><li><h4><a href="/article/51195536/kamas-family-reeling-from-fire-that-destroyed-their-sawmill-plans-to-rebuild" target="_blank" rel="nofollow">Kamas family reeling from fire that destroyed their sawmill, plans to rebuild</a></h4></li></ul><ul><li><h4><a href="/article/51196378/heres-when-major-league-baseball-could-expand" target="_blank" rel="nofollow">Here&#039;s when Major League Baseball could expand</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')"><a href="https://www.ksl.com/news/utah" style="color: white;" target="_blank">Utah</a></span><span class="tag" onclick="sendToGA('Business')"><a href="https://www.ksl.com/news/business" style="color: white;" target="_blank">Business</a></span></div><script> kslEventBus.emit(kslEventBus.eventTypes.videoPage, true) </script><div class="authors_box"><div class="authors_bio"><div style="float: left;"><span style="padding-left: 10px; font-weight: 700; font-family: 'Nunito Sans';">Keith McCord</span></div><div style="float: right;"><ul></ul></div></div><div style="clear: both; padding: 0px 0 10px; font-size: .85em"><span style="font-style: italic;font-size: 1em;"></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('12230812'); 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%2F12230812%2Flayoffs-new-operating-model-at-deseret-news%3Fcomments%3Dtrue%23commentsContainer', reauthUrl: 'https://www.ksl.com/myaccount/reauth?forward=https%3A%2F%2Fwww.ksl.com%2Farticle%2F12230812%2Flayoffs-new-operating-model-at-deseret-news%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/51195536/kamas-family-reeling-from-fire-that-destroyed-their-sawmill-plans-to-rebuild" style="position: relative;" onclick="sendRecommendedToGA({&quot;id&quot;:51195536,&quot;image&quot;:{&quot;source&quot;:&quot;https:\/\/img.ksl.com\/slc\/3027\/302716\/30271680.jpeg&quot;},&quot;title&quot;:&quot;Kamas family reeling from fire that destroyed their sawmill, plans to rebuild&quot;,&quot;summary&quot;:&quot;A family intends to rebuild its 80-year-old sawmill lost in a blaze last week. It could cost at least $1 million to rebuild and replace the machinery. &quot;,&quot;byline&quot;:&quot;Garna Mejia, KSL-TV&quot;,&quot;route&quot;:&quot;\/news\/utah\/counties\/summit-wasatch&quot;,&quot;settings&quot;:{&quot;showSponsored&quot;:false,&quot;showPaidAd&quot;:false,&quot;showUpdated&quot;:false,&quot;showPartner&quot;:false,&quot;showBreaking&quot;:false,&quot;showVideo&quot;:true,&quot;hasBeenUpdated&quot;:false,&quot;contentTopic&quot;:&quot;disaster&quot;,&quot;contentSource&quot;:&quot;ksl_broadcasting&quot;,&quot;brandAligned&quot;:false,&quot;showExternalLink&quot;:false},&quot;timestamps&quot;:{&quot;published&quot;:1732421064,&quot;updated&quot;:1732421064},&quot;url&quot;:&quot;\/article\/51195536\/kamas-family-reeling-from-fire-that-destroyed-their-sawmill-plans-to-rebuild&quot;,&quot;videos&quot;:[{&quot;length&quot;:131}]})"><img alt="Kamas family reeling from fire that destroyed their sawmill, plans to rebuild" src="https://img.ksl.com/slc/3027/302716/30271680.jpeg?filter=kslv2/responsive_toppicks" ></a><h6><a href="/article/51195536/kamas-family-reeling-from-fire-that-destroyed-their-sawmill-plans-to-rebuild" onclick="sendRecommendedToGA('{&quot;id&quot;:51195536,&quot;image&quot;:{&quot;source&quot;:&quot;https:\/\/img.ksl.com\/slc\/3027\/302716\/30271680.jpeg&quot;},&quot;title&quot;:&quot;Kamas family reeling from fire that destroyed their sawmill, plans to rebuild&quot;,&quot;summary&quot;:&quot;A family intends to rebuild its 80-year-old sawmill lost in a blaze last week. It could cost at least $1 million to rebuild and replace the machinery. &quot;,&quot;byline&quot;:&quot;Garna Mejia, KSL-TV&quot;,&quot;route&quot;:&quot;\/news\/utah\/counties\/summit-wasatch&quot;,&quot;settings&quot;:{&quot;showSponsored&quot;:false,&quot;showPaidAd&quot;:false,&quot;showUpdated&quot;:false,&quot;showPartner&quot;:false,&quot;showBreaking&quot;:false,&quot;showVideo&quot;:true,&quot;hasBeenUpdated&quot;:false,&quot;contentTopic&quot;:&quot;disaster&quot;,&quot;contentSource&quot;:&quot;ksl_broadcasting&quot;,&quot;brandAligned&quot;:false,&quot;showExternalLink&quot;:false},&quot;timestamps&quot;:{&quot;published&quot;:1732421064,&quot;updated&quot;:1732421064},&quot;url&quot;:&quot;\/article\/51195536\/kamas-family-reeling-from-fire-that-destroyed-their-sawmill-plans-to-rebuild&quot;,&quot;videos&quot;:[{&quot;length&quot;:131}]}')"> Kamas family reeling from fire that destroyed their sawmill, plans to rebuild </a></h6></li><li><a href="/article/51196175/how-salt-lake-citys-9th-and-9th-whale-found-a-second-home-in-japan-" style="position: relative;" onclick="sendRecommendedToGA({&quot;id&quot;:51196175,&quot;image&quot;:{&quot;source&quot;:&quot;https:\/\/img.ksl.com\/slc\/3027\/302738\/30273888.jpeg&quot;},&quot;title&quot;:&quot;How Salt Lake City&#039;s 9th and 9th whale found a second home in Japan &quot;,&quot;summary&quot;:&quot;Salt Lake&#039;s iconic 9th and 9th whale now has a home in Japan \u2014 sort of.&quot;,&quot;byline&quot;:&quot;Carter Williams, KSL.com&quot;,&quot;route&quot;:&quot;\/news\/utah\/counties\/salt-lake&quot;,&quot;settings&quot;:{&quot;showSponsored&quot;:false,&quot;showPaidAd&quot;:false,&quot;showUpdated&quot;:false,&quot;showPartner&quot;:false,&quot;showBreaking&quot;:false,&quot;showVideo&quot;:false,&quot;hasBeenUpdated&quot;:false,&quot;contentTopic&quot;:&quot;government&quot;,&quot;contentSource&quot;:&quot;internet_team&quot;,&quot;brandAligned&quot;:false,&quot;showExternalLink&quot;:false},&quot;timestamps&quot;:{&quot;published&quot;:1732371195,&quot;updated&quot;:1732371195},&quot;url&quot;:&quot;\/article\/51196175\/how-salt-lake-citys-9th-and-9th-whale-found-a-second-home-in-japan-&quot;,&quot;videos&quot;:[]})"><img alt="How Salt Lake City&#039;s 9th and 9th whale found a second home in Japan " src="https://img.ksl.com/slc/3027/302738/30273888.jpeg?filter=kslv2/responsive_toppicks" ></a><h6><a href="/article/51196175/how-salt-lake-citys-9th-and-9th-whale-found-a-second-home-in-japan-" onclick="sendRecommendedToGA('{&quot;id&quot;:51196175,&quot;image&quot;:{&quot;source&quot;:&quot;https:\/\/img.ksl.com\/slc\/3027\/302738\/30273888.jpeg&quot;},&quot;title&quot;:&quot;How Salt Lake City&#039;s 9th and 9th whale found a second home in Japan &quot;,&quot;summary&quot;:&quot;Salt Lake&#039;s iconic 9th and 9th whale now has a home in Japan \u2014 sort of.&quot;,&quot;byline&quot;:&quot;Carter Williams, KSL.com&quot;,&quot;route&quot;:&quot;\/news\/utah\/counties\/salt-lake&quot;,&quot;settings&quot;:{&quot;showSponsored&quot;:false,&quot;showPaidAd&quot;:false,&quot;showUpdated&quot;:false,&quot;showPartner&quot;:false,&quot;showBreaking&quot;:false,&quot;showVideo&quot;:false,&quot;hasBeenUpdated&quot;:false,&quot;contentTopic&quot;:&quot;government&quot;,&quot;contentSource&quot;:&quot;internet_team&quot;,&quot;brandAligned&quot;:false,&quot;showExternalLink&quot;:false},&quot;timestamps&quot;:{&quot;published&quot;:1732371195,&quot;updated&quot;:1732371195},&quot;url&quot;:&quot;\/article\/51196175\/how-salt-lake-citys-9th-and-9th-whale-found-a-second-home-in-japan-&quot;,&quot;videos&quot;:[]}')"> How Salt Lake City&#039;s 9th and 9th whale found a second home in Japan </a></h6></li><li><a href="/article/51196607/motorcyclist-thrown-from-bike-hospitalized-in-centerville-crash" style="position: relative;" onclick="sendRecommendedToGA({&quot;id&quot;:51196607,&quot;image&quot;:{&quot;source&quot;:&quot;https:\/\/img.ksl.com\/slc\/3027\/302742\/30274237.jpeg&quot;},&quot;title&quot;:&quot;Motorcyclist thrown from bike, hospitalized in Centerville crash&quot;,&quot;summary&quot;:&quot;A motorcyclist was hospitalized after being thrown from his bike Friday night in Centerville. &quot;,&quot;byline&quot;:&quot;Cassidy Wixom, KSL.com&quot;,&quot;route&quot;:&quot;\/news\/utah\/police-and-courts&quot;,&quot;settings&quot;:{&quot;showSponsored&quot;:false,&quot;showPaidAd&quot;:false,&quot;showUpdated&quot;:false,&quot;showPartner&quot;:false,&quot;showBreaking&quot;:false,&quot;showVideo&quot;:false,&quot;hasBeenUpdated&quot;:false,&quot;contentTopic&quot;:&quot;disaster&quot;,&quot;contentSource&quot;:&quot;internet_team&quot;,&quot;brandAligned&quot;:false,&quot;showExternalLink&quot;:false},&quot;timestamps&quot;:{&quot;published&quot;:1732340659,&quot;updated&quot;:1732340659},&quot;url&quot;:&quot;\/article\/51196607\/motorcyclist-thrown-from-bike-hospitalized-in-centerville-crash&quot;,&quot;videos&quot;:[]})"><img alt="Motorcyclist thrown from bike, hospitalized in Centerville crash" src="https://img.ksl.com/slc/3027/302742/30274237.jpeg?filter=kslv2/responsive_toppicks" ></a><h6><a href="/article/51196607/motorcyclist-thrown-from-bike-hospitalized-in-centerville-crash" onclick="sendRecommendedToGA('{&quot;id&quot;:51196607,&quot;image&quot;:{&quot;source&quot;:&quot;https:\/\/img.ksl.com\/slc\/3027\/302742\/30274237.jpeg&quot;},&quot;title&quot;:&quot;Motorcyclist thrown from bike, hospitalized in Centerville crash&quot;,&quot;summary&quot;:&quot;A motorcyclist was hospitalized after being thrown from his bike Friday night in Centerville. &quot;,&quot;byline&quot;:&quot;Cassidy Wixom, KSL.com&quot;,&quot;route&quot;:&quot;\/news\/utah\/police-and-courts&quot;,&quot;settings&quot;:{&quot;showSponsored&quot;:false,&quot;showPaidAd&quot;:false,&quot;showUpdated&quot;:false,&quot;showPartner&quot;:false,&quot;showBreaking&quot;:false,&quot;showVideo&quot;:false,&quot;hasBeenUpdated&quot;:false,&quot;contentTopic&quot;:&quot;disaster&quot;,&quot;contentSource&quot;:&quot;internet_team&quot;,&quot;brandAligned&quot;:false,&quot;showExternalLink&quot;:false},&quot;timestamps&quot;:{&quot;published&quot;:1732340659,&quot;updated&quot;:1732340659},&quot;url&quot;:&quot;\/article\/51196607\/motorcyclist-thrown-from-bike-hospitalized-in-centerville-crash&quot;,&quot;videos&quot;:[]}')"> Motorcyclist thrown from bike, hospitalized in Centerville crash </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/1732429321" 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&#039;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 &#039;unwilling&#039; 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&#039;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&#039;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&#039;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&ciu_szs=300x250&cust_params=v%3Dnews%26cc%3Dlocalstories%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=1732429321","prerollAdTag":"https:\/\/pubads.g.doubleclick.net\/gampad\/ads?sz=1x1000&iu=\/6686\/ddm.ksl\/News\/\/Utah&ciu_szs=300x250&cust_params=v%3Dnews%26cc%3Dlocalstories%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=1732429321","postrollAdTag":"https:\/\/pubads.g.doubleclick.net\/gampad\/ads?sz=1x1000&iu=\/6686\/ddm.ksl\/News\/\/Utah&ciu_szs=300x250&cust_params=v%3Dnews%26cc%3Dlocalstories%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=1732429321","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: '|12230812' }); myStorage = window.sessionStorage; var key = myStorage.getItem('ksl-article-click'); var purchase = {"actionField":{"id":12230812,"affiliation":"|business","revenue":"Not Specified","tax":"Not Specified","shipping":"Not Specified","coupon":"article complete"},"products":[{"name":"Layoffs, new operating model at Deseret News","id":12230812,"price":"Not Specified","brand":"KSL.com - News\/Content","category":"News|Utah","variant":"|business","quantity":1,"coupon":"article complete"}]}; var storyId = 12230812; 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;">&nbsp;</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">&#xea8c;</a></li><li><a target="_blank" href="https://twitter.com/KSLcom">&#xe700;</a></li><li><a target="_blank" href="https://www.instagram.com/kslcom">&#xea92;</a></li><li><a target="_blank" href="https://www.tiktok.com/@kslnews">&#xe900;</a></li><li><a target="_blank" href="https://www.youtube.com/@KSL_com">&#xea9d;</a></li><li><a target="_blank" href="https://www.threads.net/@kslcom">&#xe903;</a></li><li><a target="_blank" href="https://whatsapp.com/channel/0029VacsJfV0LKZHQfLIfu0e">&#xea93;</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">&copy; 2024 <span id="gpt-click-target">KSL.com</span> | KSL Broadcasting Salt Lake City UT | Site hosted &amp; managed by <a href="http://deseretdigital.com/">Deseret Digital Media</a> - a <a href="http://deseretmediacompanies.com/">Deseret Media Company</a>&nbsp;&nbsp;</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","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"fixed","size":[[320,50]],"breakPoints":{"min":"0","max":"550"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"inline","size":[[300,250]],"breakPoints":{"min":"551","max":"729"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"top","size":[[970,90],[728,90],[970,250]],"breakPoints":{"min":"991","max":"1083"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"top","size":[[300,250],[728,90]],"breakPoints":{"min":"730","max":"990"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"top","size":[[728,90],[970,90],[970,250],[1084,250]],"breakPoints":{"min":"1084","max":"9999999"}}],"secondView":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"inline","size":[[320,50],[300,250],[320,100]],"breakPoints":{"min":"0","max":"550"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"inline2","size":[[300,250]],"breakPoints":{"min":"551","max":"729"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"top2","size":[[728,90],[300,250]],"breakPoints":{"min":"730","max":"990"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"top2","size":[[728,90],[970,90],[970,250]],"breakPoints":{"min":"991","max":"99999"}}],"thirdView":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"top3","size":[[728,90],[970,90],[970,250]],"breakPoints":{"min":"991","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"inline3","size":[[300,250]],"breakPoints":{"min":"551","max":"729"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"inline2","size":[[320,50],[300,250],[320,100]],"breakPoints":{"min":"0","max":"550"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"top3","size":[[300,250],[728,90]],"breakPoints":{"min":"730","max":"990"}}],"articleFixed":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"fixed","size":[[320,50]],"breakPoints":{"min":"0","max":"729"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"top","size":[[728,90],[970,90]],"breakPoints":{"min":"991","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"top","size":[[728,90]],"breakPoints":{"min":"730","max":"990"}}],"articleWidget":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"hp","size":[[300,125]],"breakPoints":{"min":"991","max":"99999"}}],"articleMonster":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"right","size":[[300,600],[300,250]],"breakPoints":{"min":"850","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"bottom","size":[[300,250]],"breakPoints":{"min":"0","max":"849"}}],"articleBlock":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"right2","size":[[300,600],[300,250]],"breakPoints":{"min":"850","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"bottom2","size":[[300,250]],"breakPoints":{"min":"0","max":"849"}}],"articleWordCount":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"inline","size":[[300,250]],"breakPoints":{"min":"551","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"inline","size":[[300,250]],"breakPoints":{"min":"0","max":"349"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"inline","size":[[300,250],[320,50]],"breakPoints":{"min":"350","max":"550"}}],"articleBottom":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"articlebottom","size":[[620,300]],"breakPoints":{"min":"1101","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"inline","size":[[300,300]],"breakPoints":{"min":"0","max":"1100"}}],"commentBlock":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"inline_comments","size":[[300,250]],"breakPoints":{"min":"0","max":"99999"}}],"mobileReskinTop":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"mobw1","size":[[320,100]],"breakPoints":{"min":"0","max":"550"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"tabw1","size":[[300,100]],"breakPoints":{"min":"551","max":"1024"}}],"mobileReskinBottom":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"mobw2","size":[[320,100]],"breakPoints":{"min":"0","max":"550"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"tabw2","size":[[300,100]],"breakPoints":{"min":"551","max":"1024"}}],"mobileGallery":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"inline","size":[[300,250]],"breakPoints":{"min":"0","max":"99999"}}],"footer":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"footerad","size":[[320,50]],"breakPoints":{"min":"0","max":"550"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"footerad","size":[[300,250]],"breakPoints":{"min":"551","max":"729"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"footerad","size":[[970,250],[970,90]],"breakPoints":{"min":"970","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"Article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"footerad","size":[[728,90]],"breakPoints":{"min":"728","max":"969"}}],"leftTakeover":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"leftTakeover","size":[[510,1109]],"breakPoints":{"min":"1097","max":"99999"}}],"rightTakeover":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"rightTakeover","size":[[510,1109]],"breakPoints":{"min":"1097","max":"99999"}}],"scoreboardAd":[{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"pos":"scoreboard","size":[[120,60]],"breakPoints":{"min":"728","max":"99999"}},{"taxonomy":"\/6686\/ddm.ksl\/News\/\/Utah","targetings":[{"key":"v","value":"news"},{"key":"cc","value":"localstories"},{"key":"article-id","value":"12230812"},{"key":"pt","value":"article"},{"key":"stca","value":"business"},{"key":"author","value":"keithmccord"}],"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":"Keith McCord","contentId":12230812,"pubDate":"2010-08-31T22:30:00-06:00","updatedDate":"2010-08-31T22:30:00-06:00","topic":"business","wordCount":599,"source":"","template":"Article","team":"","previousUrl":"not specified","Has Video":true,"keyTakeaways":false,"contentGrouping1":"News","contentGrouping2":"Utah"}}); 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>

Pages: 1 2 3 4 5 6 7 8 9 10