City of Fort Wayne Preparing for Another Round of Cold Weather

FORT WAYNE, Ind. (WOWO): Sunday evening, Mayor Tom Henry announced that the city of Fort Wayne is preparing for another round cold weather.

“We're facing another serious weather situation in our community,” said Mayor Henry. “We want residents to be as safe as possible. If needed, please utilize the resources we're setting up. I also encourage residents to check on friends and neighbors.”

Monday morning, the City's Parks & Recreation Department will open the following warming stations:

– The Community Center, 233 W. Main St., open from 8:00 a.m.- 8:00 p.m.

 

– The Salvation Army, 2901 N. Clinton St., will serve as a warming station and an overnight shelter. The Salvation Army will open at 9:00 a.m. Monday. 

0) return; else { replacePattern1 = /(\b(https?|ftp):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gim; replacedText = inputText.replace(replacePattern1, '$1'); //URLs starting with "www." (without // before it, or it'd re-link the ones done above). replacePattern2 = /(^|[^\/])(www\.[\S]+(\b|$))/gim; replacedText = replacedText.replace(replacePattern2, '$1$2'); //Change email addresses to mailto:: links. replacePattern3 = /(([a-zA-Z0-9\-\_\.])+@[a-zA-Z\_]+?(\.[a-zA-Z]{2,6})+)/gim; replacedText = replacedText.replace(replacePattern3, '$1'); jQuery( this ).html(replacedText); } });