Clogged tubing blamed in fire at Northwood Paper Converting (2024)

Back to homepage

Subscriber Login

Please subscribe to keep reading. You can cancel at any time.

Loading&hellp;

'; } else { var sFallBack = 'Click here to subscribe'; } $('#lee-services-list .loading').hide(); $('#lee-services-list').html('

'+sFallBack+'

'); $('.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 && newService.in_modal.toLowerCase() === 'false') return false; if(!bOnlyModal && newService.not_members && newService.not_members.toLowerCase() === 'true') return false; newService.has_featured_class = newService.featured ? 'featured-package' : ''; newService.sort = parseInt((newService.sort) ? newService.sort : oSettings.sort); newService.title = (newService.package_title && newService.package_title != '') ? newService.package_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'; newService.has_promotion_class = ''; 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.banner_class = ''; if( newService.banner && newService.banner != '' ){ newService.banner_class = 'has-banner'; } newService.description = (newService.description) ? newService.description : ''; newService.special_title_class = newService.special_title ? 'has-special-title' : ''; newService.special_label_class = newService.label ? 'has-label' : ''; newService.action_button = 'Sign Up'; if(newService.disabled === 'disabled'){ newService.start_at_rate = 'Call us at'; newService.start_price = '1-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': "wiscnews.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 : (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'), 'wiscnews.com') .replace(new RegExp('{{site_name}}', 'gi'), 'Wiscnews.com') .replace(new RegExp('{{business_name}}', 'gi'), 'WiscNews') .replace(new RegExp('{{site_phone}}', 'gi'), '1-800-362-8333'); } sPackage = sPackage.replace(new RegExp('{{'+k+'}}', 'gi'), v); }); if(sCol) sPackage = sPackage.replace('{{col}}', sCol); return sPackage; } if(window.lee_services_active && window.lee_services_active != 'offline'){ 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]; if(oPackages.length === 1){ window.lee_modal_service = oPackages[0]; sTemplate = $('#lee-service-template-single').html(); $('#lee-services-list').addClass('single'); } else { $('#lee-services-list').addClass('multiple'); } 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(){ $('#lee-services-list .loading').hide(); $('#lee-services-list .packages').css('opacity', 1); }); if(!__tnt.user.services){ if( $('.lee-featured-subscription').length > 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; } else { lee_serviceError('offline'); } });

Subscribe

Read Today's E-edition

Clogged tubing blamed in fire at Northwood Paper Converting

Share this

top story editor's pick

  • Terri Pederson

Clogged tubing is believed to be the cause of a fire in the ductwork at Northwood Paper Converting early Thursday.

Beaver Dam Fire Chief Michael Wesle said a caller reported at about 2:15 a.m. that smoke was visible and the building at 230 Corporate Drive was being evacuated.

Firefighters found smoke coming from a “trim system tube,” Wesle said. They identified the location of the fire and worked with maintenance personnel to de-energize the equipment involved. Firefighters were then able to disassemble the trim tubing around an electrical motor and extinguish the fire.

Firefighters were on scene for 1½ hours. No firefighters or employees were injured.

Maintenance personnel believe the fire was caused by a clog in the paper trim system tube that extended to an electrical motor.

People are also reading…

Beaver Dam Fire Department holds 2022 pinning ceremony

BDFD pinning1.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (7)

BDFD pinning2.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (8)

BDFD pinning3.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (9)

BDFD pinning4.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (10)

BDFD pinning5.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (11)

BDFD pinning6.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (12)

BDFD pinning7.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (13)

BDFD pinning8.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (14)

BDFD pinning9.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (15)

BDFD pinning10.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (16)

BDFD pinning11.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (17)

BDFD pinning12.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (18)

BDFD pinning13.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (19)

BDFD pinning14.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (20)

BDFD pinning15.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (21)

BDFD pinning16.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (22)

BDFD pinning17.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (23)

BDFD pinning18.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (24)

BDFD pinning19.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (25)

BDFD pinning20.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (26)

BDFD pinning21.jpg

Clogged tubing blamed in fire at Northwood Paper Converting (27)

Follow Terri Pederson on Twitter @tlp53916 or call 920-356-6760

Be the first to know

Get local news delivered to your inbox!

Related to this story

Most Popular

Beaver Dam firefighter released from hospital following hovercraft crash

A Beaver Dam firefighter who was seriously injured on Monday in a hovercraft crash on Beaver Dam Lake has returned home after two days at Auro…

Beaver Dam hovercraft crashes on lake injuring firefighters

Three Beaver Dam Firefighters were injured, one seriously, after the department’s hovercraft crashed into Grape Island.

Waupun Correctional inmate charged with attempted homicide

A Waupun Correctional inmate was placed on a $150,000 cash bond on Wednesday after being charged with attempted homicide after allegedly stabb…

Four vie to be Mayville mayor

Mayville residents will be narrowing the trio of candidates to two candidates during the primary on Feb. 20.

Jeremy Rasch named Waupun police chief

Interim Police Chief Jeremy Rasch has been chosen as Waupun's new police chief.

Watch Now: Related Video

Traveling for Presidents' Day weekend? Find out what the weather will be like in Meteorologist Matt Holiner's national outlook

World reacts to reported death of Alexei Navalny

World reacts to reported death of Alexei Navalny

Paul McCartney Reunited With Guitar Stolen Over 50 Years Ago

Paul McCartney Reunited With Guitar Stolen Over 50 Years Ago

White House confirms Russian anti-satellite weapon capability

White House confirms Russian anti-satellite weapon capability

© Copyright 2024 WiscNews, 1901 Fish Hatchery Rd Madison, WI 53713

Terms of Use | Privacy Policy | Advertising Terms of Use | Do Not Sell My Info | Cookie Preferences

Clogged tubing blamed in fire at Northwood Paper Converting (2024)

References

Top Articles
Latest Posts
Article information

Author: Tyson Zemlak

Last Updated:

Views: 6118

Rating: 4.2 / 5 (43 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Tyson Zemlak

Birthday: 1992-03-17

Address: Apt. 662 96191 Quigley Dam, Kubview, MA 42013

Phone: +441678032891

Job: Community-Services Orchestrator

Hobby: Coffee roasting, Calligraphy, Metalworking, Fashion, Vehicle restoration, Shopping, Photography

Introduction: My name is Tyson Zemlak, I am a excited, light, sparkling, super, open, fair, magnificent person who loves writing and wants to share my knowledge and understanding with you.