.modal-backdrop.in { filter: alpha(opacity=90); opacity: .9; background-color: #fff; } #lee-services-modal .dismiss-paywall { font-size: 50px; margin-top: -15px; z-index: 1; color: #000; opacity: .3; font-weight: 300; text-decoration: none; display: inline-block; line-height: 1; right: 15px; position: absolute; } #lee-services-modal .dismiss-paywall:hover { opacity: .6; } #lee-services-modal .modal-content { box-shadow: 0 5px 15px rgba(0,0,0,.1); border: 1px solid rgba(0,0,0,.1); border-radius: 3px; } #lee-services-modal { font-family: ‘Lato’, sans-serif; } #lee-services-modal .modal-body { min-height: 300px; } #lee-services-modal .modal-top { margin: 0 -15px 20px -15px; padding: 15px; z-index:0; border-bottom: 3px double rgba(0,0,0,.1); } #lee-services-modal .title { font-size: 24px; line-height: 24px; margin-bottom: 10px; font-weight: 700; } #lee-services-modal .logo img { max-height: 50px; max-width: 50%; margin-bottom: 15px; } #lee-services-modal .tagline a { color: #222; text-decoration: underline; } #lee-services-modal #lee-service-no-access { display: none; } @media (min-width: 992px) { #lee-services-modal.packages_2, #lee-services-modal.packages_3 { width: 80%; } #lee-services-modal.packages_4, #lee-services-modal.packages_5 { width: 90%; } } @media (min-width: 1200px) { #lee-services-modal.packages_2 { width: 50%; } #lee-services-modal.packages_3 { width: 60%; } #lee-services-modal.packages_4 { width: 70%; } #lee-services-modal.packages_5 { width: 80%; } } /* inline */ #lee-subscription-wall-inline { position: relative; margin-bottom: 20px; } #lee-subscription-wall-inline .lee-subscribe-panel { background-color: #f7f7f7; padding: 30px 20px; border-radius: 5px; } #lee-subscription-wall-inline .lee-redacted-overlay { height: 80px; width: 100%; top: -90px; z-index: 1; position: absolute; background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%); } #lee-subscription-wall-inline .head { font-size: 36px; line-height: 36px; font-family: ‘Yrsa’, serif; } #lee-subscription-wall-inline .tagline { padding-bottom: 15px; } #lee-subscription-wall-inline .tagline a { color: #222; text-decoration: underline; } @media (max-width: 767px) { #lee-subscription-wall-inline .lee-redacted-overlay { display: none; } } #lee-subscription-nag-inline { text-align: center; display: none; border-top: 4px solid rgba(0, 0, 0, 0.5); border-bottom: 1px solid rgba(0, 0, 0, 0.12); margin-bottom: 20px; padding: 20px; box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.02); } #lee-subscription-nag-inline h4 { font-family: ‘Yrsa’, serif; font-weight: bold; margin:0; } #lee-subscription-nag-inline p { font-family: ‘Lato’, sans-serif; font-size: 15px; font-weight: bold; margin: 0; }
×
You have run out of free articles. You can support our newsroom by joining at our lowest rate!
‘); $(‘.lee-featured-subscription’).html(sFallBack); } function lee_formatPackage(oService){ try { var bOnlyModal = true; var oSettings = lee_getPackageSettings(oService.HomeMembership); var newService = {}; if(parseInt(oService.WebFeatureFG) === 2) return false; if(oService.WebStartPrice != ”){ var custom = JSON.parse(oService.WebStartPrice); $.each(custom, function(k,v){ newService[k] = v; }); } if(bOnlyModal && newService.in_modal === ‘false’) return false; if(!bOnlyModal && newService.not_members === ‘true’) return false; newService.sort = parseInt((newService.sort) ? newService.sort : oSettings.sort); newService.title = oSettings.title; newService.level = oService.HomeMembership; newService.html = oService.WebOfferHTML; newService.disabled = newService.disable_purchase ? ‘disabled’ : ”; var price = lee_formatPackagePrice(newService.start_price); newService.start_price = price.cost; newService.format_dollars = (price.format_dollars) ? price.format_dollars : ”; newService.format_cents = (price.format_cents) ? price.format_cents : ”; newService.start_at_rate = (newService.fixed_rate === ‘true’) ? ‘for the low price of’ : ‘starting at’; if( !newService.term ) newService.term = ‘per month’; if( newService.promotional_price && newService.promotional_price != ” ){ newService.has_promotion_class = ‘has-promotion’; var promotion = lee_formatPackagePrice(newService.promotional_price); newService.promotional_price = promotion.cost; newService.promotional_format_dollars = (promotion.format_dollars) ? promotion.format_dollars : ”; newService.promotional_format_cents = (promotion.format_cents) ? promotion.format_cents : ”; } newService.action_button = ‘Sign Up’; if(newService.disabled === ‘disabled’){ newService.start_at_rate = ‘Call us at’; newService.start_price = ‘888-460-8725’; newService.term = ‘to get started’; newService.action_button = ‘Call Today’; } window.lee_service_impressions.push({ ‘id’: newService.level, ‘name’: newService.title, ‘price’: newService.start_price, ‘brand’: “journaltimes.com”, ‘category’: ‘subscription’, ‘list’: ‘Block’, ‘position’: newService.sort }); return newService; } catch(e){ if(window.console) console.warn(e); return false; } } function lee_sortPackages(property) { var sortOrder = 1; if(property[0] === “-“) { sortOrder = -1; property = property.substr(1); } return function (a,b) { var result = (a[property] b[property]) ? 1 : 0; return result * sortOrder; } } function lee_getPackageSettings(sPackage){ switch(sPackage.toLowerCase()){ case ‘dob’: return {title: ‘Digital Basic’, sort: 0}; break; case ‘dop’: return {title: ‘Digital Plus’, sort: 1}; break; case ‘dopl’: return {title: ‘Digital Platinum’, sort: 2}; break; case ‘silv’: return {title: ‘Silver’, sort: 3}; break; case ‘gold’: return {title: ‘Gold’, sort: 4}; break; case ‘plat’: return {title: ‘Platinum’, sort: 5}; break; } } function lee_replacePackageTokens(sPackage, oService, sCol){ var hasPromotion = false; $.each(oService, function(k,v){ if( k === ‘html’){ v = v.replace(new RegExp(‘{{domain}}’, ‘gi’), ‘journaltimes.com’) .replace(new RegExp(‘{{site_name}}’, ‘gi’), ‘Journal Times’) .replace(new RegExp(‘{{business_name}}’, ‘gi’), ‘The Journal Times’) .replace(new RegExp(‘{{site_phone}}’, ‘gi’), ‘888-460-8725’); } sPackage = sPackage.replace(new RegExp(‘{{‘+k+’}}’, ‘gi’), v); }); if(sCol) sPackage = sPackage.replace(‘{{col}}’, sCol); return sPackage; } try { var oPackages = [], oFeatured = false, sHtml = ”, sTemplate = $(‘#lee-service-template’).html(); $.each(window.leeMembershipPackages, function(i, oService){ var oService = lee_formatPackage(oService); if(oService){ oPackages.push(oService); if(oService.featured === ‘true’) oFeatured = oService; } }); if(oPackages.length === 0){ throw ‘No packages defined’; } oPackages.sort(lee_sortPackages(‘sort’)); if(!oFeatured) oFeatured = oPackages[0]; switch(oPackages.length){ case 6: var sCol = ‘2’; break; case 5: var sCol = ‘5ths’; break; case 4: var sCol = ‘3’; break; case 3: var sCol = ‘4’; break; case 2: var sCol = ‘6’; break; default: var sCol = ’12’; break; } $(‘#lee-services-modal’).addClass(‘packages_’+oPackages.length); $.each(oPackages, function(i, oService){ sHtml += lee_replacePackageTokens(sTemplate, oService, sCol); }); $(‘#lee-services-list .packages’).html(sHtml).promise().then(function(){ setTimeout(function(){ $(‘#lee-services-list .body’).each(function(){ if( $(this).prop(‘scrollHeight’) 0 && oFeatured ){ $(‘.lee-featured-subscription’).each(function(){ var html = $(this).html(); if( !oFeatured.featured_button_text ){ if(oFeatured.promotional_price){ oFeatured.featured_button_text = oFeatured.promotional_format_dollars+oFeatured.promotional_price+oFeatured.promotional_format_cents+’ ‘+oFeatured.term; } else { oFeatured.featured_button_text = ‘Join for ‘+oFeatured.format_dollars+oFeatured.start_price+oFeatured.format_cents+’ ‘+oFeatured.term; } } html = lee_replacePackageTokens(html, oFeatured); $(this).html(html); if(oFeatured.promotional_price) $(this).addClass(‘has-promotiom’); if( $(this).hasClass(‘show-after-loaded’) ) $(this).show(); }); } } } catch (e) { if(window.console) console.warn(e); lee_serviceError(); } window.lee_fetched_services = true; });
Thanks for being a subscriber.
Sorry, your subscription does not include this content.
Please call 888-460-8725 to upgrade your subscription.
.modal-backdrop.in { filter: alpha(opacity=90); opacity: .9; background-color: #fff; } #lee-registration-wall-modal .dismiss-regwall { font-size: 50px; margin-top: -15px; z-index: 1; color: #000; opacity: .3; font-weight: 300; text-decoration: none; display: inline-block; line-height: 1; right: 15px; position: absolute; cursor: pointer; } #lee-registration-wall-modal .dismiss-regwall:hover { opacity: .6; } #lee-registration-wall-modal .modal-content { box-shadow: 0 5px 15px rgba(0,0,0,.1); border: 1px solid rgba(0,0,0,.1); border-radius: 3px; } #lee-registration-wall-modal { font-family: ‘Lato’, sans-serif; } #lee-registration-wall-modal .title { font-size: 24px; line-height: 24px; margin-bottom: 5px; font-weight: 700; } #lee-registration-wall-modal .logo img { max-height: 50px; max-width: 50%; margin: 15px 0; } #lee-registration-wall-modal .tagline, #lee-registration-wall-modal .buttons { margin-bottom: 15px; } /* inline */ #lee-registration-wall-inline { position: relative; margin-bottom: 20px; display: none; } #lee-registration-wall-inline .lee-registration-panel { background-color: #f7f7f7; padding: 30px 20px; border-radius: 5px; } #lee-registration-wall-inline .lee-registration-redacted-overlay { height: 80px; width: 100%; top: -90px; z-index: 1; position: absolute; background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%); } #lee-registration-wall-inline .head { font-size: 36px; line-height: 36px; font-family: ‘Yrsa’, serif; } #lee-registration-wall-inline .tagline { padding-bottom: 15px; } #lee-registration-wall-inline .tagline a { color: #222; text-decoration: underline; } @media (max-width: 767px) { #lee-registration-wall-inline .lee-registration-redacted-overlay { display: none; } }
×
Keep reading for FREE!
Enjoy more articles by signing up or logging in. No credit card required.
RACINE — Positive COVID-19 cases in Racine County have continued to climb, with Ascension All Saints Hospital of Racine seeing several spikes in COVID-19 patients, according to Ascension All Saints Hospital President Kristin McManmon.
As of Friday, Wisconsin had 14,396 positive cases, with 1,303 of them having occurred in Racine County, according to the Wisconsin Department of Health Services website.
While other Wisconsin counties have witnessed a flattening or an outright decrease in cases, Racine’s have continued to rise. Ascension has experienced three recent spikes in COVID-19 patients, according to its president, Kristin McManmon.
“What we’ve observed is that in the 7- to 10-day window after Easter, we saw our first spike,” McManmon said. ‘Then, that spike level stayed and plateaued, then the next spike was about 7 to 10 days after what I would call the first warm day in our area, which was May 1, when it started getting 60 to 70 degrees out and the sun was out. Then, the next spike we experienced started this Tuesday, which is curiously 9 days after Mother’s Day.”
While McManmon emphasized the seriousness of COVID-19, she said that the hospital is prepared and for the community not to panic. All Saints Hospital is part of the nationwide network of Ascension hospitals, which McManmon said has allowed them to borrow knowledge, equipment and personnel from other Ascension hospitals in order to prepare for COVID-19.