• CLICK TO CALL (877) 326-3268
  • CLICK TO EMAIL

Dane County Real Estate

  • Home
  • Search Homes
  • Real Estate
    • Why Hire an Agent?
    • First Time Home Buying
  • Your Home Team
  • Pre-Approval
  • Home Loans
  • News
CONTACT US

Wisconsin settles for $5 million in more Lincoln Hills, Copper Lake cases

by Richard Surek / Thursday, 20 June 2019 / Published in Dane County Real Estate News

Wisconsin officials said Thursday they settled with three former inmates of a juvenile prison complex for nearly $5 million, bringing the state’s total expense related to problems there to about $25 million.

Lincoln Hills School for Boys and Copper Lake School for Girls, located near Irma, have been plagued with problems that began as early as 2012. Democratic Gov. Tony Evers’  administration is now tasked with overseeing the state’s only youth prison, which is scheduled to close in 2021.

State Assembly approves bills to push back Lincoln Hills closure, cut income taxes

Two former Copper Lake inmates, Laera Reed and Paige Ray-Cluney, will each receive $1.95 million for problems during their confinements in 2015 and 2016. The two girls, both from Iowa, went to Copper Lake under an interstate agreement.

Reed became suicidal while being kept in solitary confinement for more than 60 days in a cell without a toilet, the lawsuit said. During her roughly nine-month stay, guard Kyle Hoff allegedly slammed her head against a wall and, after Reed placed her head under a cot, stood on top of the frame to tighten it against her neck. 

Ray-Cluney spent 148 days in solitary confinement. 

John Sandy, an attorney for the two young women, said the girls were held in isolation for 23 hours a day for weeks at a time in urine-stained cells.

“They had little to no educational instruction or human interaction,” he said. “Their severe isolation caused (post-traumatic stress disorder), depression and led to numerous suicide attempts. They lost all hope. Today is, in part, a reclamation of hope.”

The women still have pending lawsuits against Iowa human services officials for sending them to the Wisconsin facility without adequate monitoring.

Lincoln Hills youth prison continues use of pepper spray, strip searches

#lee-services-modal { font-family: ‘Lato’, sans-serif; } #lee-services-modal .modal-body { min-height: 300px; } #lee-services-modal .close { font-size: 30px; margin-top: -8px; z-index:1; } #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; } }

Continue reading your article with a digital subscription.

Loading&hellp;

  • {{start_at_rate}}
    {{format_dollars}} {{start_price}} {{format_cents}}
    {{promotional_format_dollars}}{{promotional_price}}{{promotional_format_cents}} {{term}}
  • {{html}}
  • {{action_button}}

‘); $(‘.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; 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 = ‘800-362-8333’; 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’: “madison.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 ‘silv’: return {title: ‘Silver’, sort: 2}; break; case ‘gold’: return {title: ‘Gold’, sort: 3}; break; case ‘plat’: return {title: ‘Platinum’, sort: 4}; 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’), ‘madison.com’) .replace(new RegExp(‘{{site_name}}’, ‘gi’), ‘madison.com’) .replace(new RegExp(‘{{site_phone}}’, ‘gi’), ‘800-362-8333’); } sPackage = sPackage.replace(new RegExp(‘{{‘+k+’}}’, ‘gi’), v); }); if(sCol) sPackage = sPackage.replace(‘{{col}}’, sCol); return sPackage; } $.getJSON(‘/tncms/subscription/leefalcon/’, function(oServices){ try { var oPackages = [], oFeatured = false, sHtml = ”, sTemplate = $(‘#lee-service-template’).html(); $.each(oServices, 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 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; }) .fail(function(jqxhr, textStatus, error){ if(window.console) console.warn(error); lee_serviceError(); }); });

Thanks for being a subscriber.

Sorry, your subscription does not include this content.

Please call 800-362-8333 to upgrade your subscription.

Thanks for reading.

Tagged under: dane county real estate, madison, real estate agents

About Richard Surek

What you can read next

Sally Young: We’re not willing to sacrifice quality of life for ‘jobs,’ ‘economy’
AP sources: US struck Iranian military computers this week
Brewers fall to Astros on George Springer’s homer in 10th inning

Recent Posts

  • Attorney says UW-La Crosse professor was victim of ‘cancel culture’ in sexual misconduct case

    {{featured_button_text}} Elgin Bean An attorney...
  • Judiciary panel takes first steps toward impeachment vote

    WASHINGTON (AP) — The House Judiciary Committee...
  • Two Republicans introduce bill that would legalize medical marijuana

    {{featured_button_text}} Two Republican lawmake...
  • Jarry’s shutout streak ends as Montreal beats Penguins 4-1

    PITTSBURGH (AP) — Tomas Tatar’s 10th goal of th...
  • Badgers’ Dana Rettke named Northeast Region player of year

    Rettke University of Wisconsin junior Dana Rett...

Categories

  • Dane County Real Estate News
  • FHA Mortgages
  • Mortgage Loans
  • Purchase Mortgages
  • Refinance Mortgages
  • US Lending News
  • USDA Mortgages

US LENDING & REAL ESTATE

877-326-3268

6720 Frank Lloyd Wright Ave. Suite 104 Middleton, WI 53562

  • Home
  • Search Homes
  • Real Estate
    • Why Hire an Agent?
    • First Time Home Buying
  • Your Home Team
  • Pre-Approval
  • Home Loans
  • News
  • Home
  • Search Homes
  • Real Estate
    • Why Hire an Agent?
    • First Time Home Buying
  • Your Home Team
  • Pre-Approval
  • Home Loans
  • News

Terms of Use | Privacy Policy | Sitemap

NMLS #1152122 (View NMLS Consumer Access Page)
©2003-2019 US Lending Corporation, Dane County Real Estate and US Lending & Real Estate, all rights reserved. | 6720 Frank Lloyd Wright Ave. Suite 104 Middleton, WI 53562.

Lending services provided by US Lending Corporation, "US Lending & Real Estate" is a registered service mark (d/b/a) of US Lending Corporation, used under license.

Dane County Real Estate LLC License Numbers: WI 700869-91. US Lending & Real Estate Logo is a service mark (d/b/a) licensed to Dane County Real Estate LLC. Dane County Real Estate LLC fully supports the principles of the Fair Housing Act and the Equal Opportunity Act. The Dane County Real Estate LLC main office is located in Middleton, WI. Contact: 877-326-3268. (View License)

TOP