Connect with us

Wisconsin

Wisconsin kayaker who faked his own death has told investigators how he did it, sheriff says

Published

on

Wisconsin kayaker who faked his own death has told investigators how he did it, sheriff says


GREEN LAKE, Wis. (AP) — A Wisconsin man who faked his own drowning this summer so he could abandon his wife and three children has been communicating with authorities daily from Eastern Europe, even telling them how he did it, but has not committed to returning home, a sheriff said Thursday.

Ryan Borgwardt has been talking with authorities since Nov. 11, Green Lake County Sheriff Mark Podoll said at a news conference. The sheriff showed a video that Borgwardt sent the sheriff’s office that day. His investigators don’t know exactly where he is, Podoll said, but it was somewhere in Eastern Europe.

Borgwardt, wearing an orange T-shirt and not smiling, looked directly into the camera in the video, which appears to have been taken on his phone. Borgwardt said he was in his apartment and briefly panned the camera to show the inside, but mostly showed just a door and bare walls.

“I’m safe and secure, no problem,” Borgwardt said. “I hope this works.”

Advertisement

Borgwardt has supplied authorities with details about how he faked his death and fled, Podoll said. He traveled about 50 miles (80 kilometers) from his home in Watertown to Green Lake, where he overturned his kayak, dumped his phone in the lake and then paddled an inflatable boat to shore. He told authorities he picked that lake because it’s the deepest in Wisconsin at 237 feet (over 72 meters).

After leaving the lake, he rode an electric bike about 70 miles (110 kilometers) through the night to Madison, the sheriff said. From there, he took a bus to Detroit, then boarded a bus to Canada and got on a plane there, the sheriff said.

Police were still verifying Borgwardt’s description of what happened, Podoll said.

“The great news is we know that he is alive and well,” Podoll said. “The bad news is we don’t know where Ryan exactly is, and he has not yet decided to return home.”

Podoll suggested Borgwardt could be charged with obstructing the investigation into his disappearance, but so far no counts have been filed. The sheriff said authorities “keep pulling at his heartstrings” to return home.

Advertisement

“Christmas is coming,” Podoll said. “And what better gift could your kids get than to be there for Christmas?”

But whether Podoll returns, the sheriff said, is “on his own free will.”

Borgwardt’s disappearance was first investigated as a possible drowning after he went kayaking on Green Lake, about 100 miles (160 kilometers) northwest of Milwaukee. But subsequent clues — including that he obtained a new passport three months before he disappeared — led investigators to speculate that he faked his death to meet up with a woman he had been communicating with in Uzbekistan, a former Soviet republic in Central Asia.

The sheriff declined to comment when asked what he knew about the woman, but he said police contacted Borgwardt “through a female that spoke Russian.”

Prior to the sheriff’s office speaking with Borgwardt last week, he had not been heard from in three months. On the night of Aug. 11, Borgwardt texted his wife in Watertown shortly before 11 p.m., saying he was headed to shore after kayaking.

Advertisement

Deputies located his vehicle and trailer near the lake. They also found his overturned kayak with a life jacket attached to it in an area where the lake’s waters run more than 200 feet (60 meters) deep. An angler later discovered Borgwardt’s fishing rod.

Investigators initially speculated that Borgwardt’s kayak capsized and he didn’t have a life jacket. The search for his body went on for more than 50 days, with divers on several occasions exploring the lake.

In early October, the sheriff’s department learned that Canadian law enforcement authorities had run Borgwardt’s name through their databases the day after he was reported missing. Further investigation revealed that he had reported his passport lost or stolen and had obtained a new one in May.

The sheriff’s office said the analysis of a laptop revealed a digital trail that showed Borgwardt planned to head to Europe and tried to mislead investigators.

The laptop’s hard drive had been replaced and the browsers had been cleared the day Borgwardt disappeared, the sheriff’s office said. Investigators found passport photos, inquiries about moving money to foreign banks, and communication with a woman from Uzbekistan.

Advertisement

They also discovered that he took out a $375,000 life insurance policy in January, although the policy was for his family and not him, the sheriff said.

Authorities tried every phone number and email address on the laptop in “a blitz fashion,” Podoll said. They eventually reached a Russian-speaking woman who connected them with Borgwardt. It’s unclear whether she is the woman in Uzbekistan.

Podoll said he wasn’t sure how he was supporting himself but speculated he has a job: “He’s a smart guy.”



Source link

Advertisement

Wisconsin

AMBER ALERT: Police say eight-year-old Wisconsin girl is missing

Published

on

AMBER ALERT: Police say eight-year-old Wisconsin girl is missing


Police believe she is in a vehicle last seen driving Friday afternoon in Monroe County.

Advertisement

AMBER ALERT: Police say eight-year-old Wisconsin girl is missing

Police believe she is in a vehicle last seen driving Friday afternoon in Monroe County.

Advertisement

Updated: 6:01 AM CDT Apr 4, 2026

Editorial Standards

Advertisement

An AMBER Alert is out for a Wisconsin girl.Police say eight-year-old Irene Lentz from Wautoma may be with Joseph Nicpon Jr. and Betty Lentz.Authorities believe Irene is in a 2005 Blue Buick Terraza with the license plate number BCU3028. Police say the vehicle was last seen at approximately 12:55 p.m. Friday driving westbound on I-90 in Monroe County near Sparta.If anybody knows where Irene may be, they are asked to immediately call the Wautoma Police Department at (920) 787-3321.

An AMBER Alert is out for a Wisconsin girl.

Police say eight-year-old Irene Lentz from Wautoma may be with Joseph Nicpon Jr. and Betty Lentz.

Advertisement

Screenshot

Wisconsin Crime Network

Police believe Irene Lentz is in this 2005 Blue Buick Terraza with the license plate number BCU3028. Authorities say the vehicle was last seen at approximately 12:55 p.m. Friday driving westbound on I-90 in Monroe County near Sparta.

Authorities believe Irene is in a 2005 Blue Buick Terraza with the license plate number BCU3028. Police say the vehicle was last seen at approximately 12:55 p.m. Friday driving westbound on I-90 in Monroe County near Sparta.

Advertisement

If anybody knows where Irene may be, they are asked to immediately call the Wautoma Police Department at (920) 787-3321.

Advertisement

`;
}

function refreshWeatherIframe(containerId) {
var iframeId = ‘weather-iframe-‘ + containerId;
var iframe = document.getElementById(iframeId);
if (iframe && iframe.src) {
var originalSrc = iframe.src;
iframe.src = originalSrc + (originalSrc.indexOf(‘?’) > -1 ? ‘&’ : ‘?’) + ‘t=” + Date.now();
}
}

function initializeWeatherBox(container) {
var containerId = container.getAttribute(“data-container-id’);
var isWeatherBoxV2 = containerId === ‘home-weather-v2’;

function switchWeatherTab(tabName, clickedElement) {
container.querySelectorAll(‘[data-tab-id]’).forEach(function(tab) {
tab.classList.remove(‘open’);
tab.setAttribute(‘aria-selected’, ‘false’);
});

Advertisement

clickedElement.classList.add(‘open’);
clickedElement.setAttribute(‘aria-selected’, ‘true’);

container.querySelectorAll(‘[data-content-id]’).forEach(function(content) {
content.style.display = ‘none’;
content.setAttribute(‘hidden’, ‘true’);
});

var targetContent = container.querySelector(‘[data-content-id=”‘ + tabName + ‘”]’);
if (targetContent) {
targetContent.style.display = ‘block’;
targetContent.removeAttribute(‘hidden’);
}
}

function loadWeatherData() {
// If weather data is already being loaded, wait for it
if (window.weatherDataPromise) {
window.weatherDataPromise.then(function(data) {
if (data && data.data) {
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
}
});
return;
}

var location = { zip: window.DEFAULT_ZIPCODE };

Advertisement

try {
var storedLocations = localStorage.getItem(‘hrst.zip.history’);
if (storedLocations) {
var locations = JSON.parse(storedLocations);
if (locations && locations.length > 0) {
location = locations[0];
}
}
} catch (e) {}

var apiUrl = (window.DEWY_HOSTNAME || ”) + ‘/api/v1/weather/full/’ + location.zip;

if (window.fetch) {
window.weatherDataPromise = fetch(apiUrl)
.then(function(response) { return response.json(); })
.then(function(data) {
if (data && data.data) {
var article = container.closest(‘.article–wrapper’);
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
return data;
}
})
.catch(function(error) {
console.error(‘Error loading weather:’, error);
// Reset to unknown background on error
updateWeatherBackground(‘unknown’);
});
}
}

function updateWeatherAlertsBar(weatherData) {
var weatherWatchHeader = container.querySelector(‘.weather-watch-header’);
if (!weatherWatchHeader) return;

var weatherWatchText = weatherWatchHeader.querySelector(‘.weather-watch-text’);
var weatherWatchLink = weatherWatchHeader.querySelector(‘.weather-watch-link’);

Advertisement

if (weatherData.alerts_count > 0) {
weatherWatchHeader.className=”weather-watch-header has-alerts”;
if (weatherWatchText) {
weatherWatchText.textContent = `Weather Alerts (${weatherData.alerts_count})`;
}
if (weatherWatchLink) {
if (!weatherWatchLink.getAttribute(‘data-initial-href’)) {
weatherWatchLink.setAttribute(‘data-initial-href’, weatherWatchLink.getAttribute(‘href’));
weatherWatchLink.setAttribute(‘data-initial-onclick’, weatherWatchLink.getAttribute(‘onclick’) || ”);
}
weatherWatchLink.setAttribute(‘href’, “https://www.wisn.com/alerts”);
weatherWatchLink.setAttribute(‘onclick’, “return handleWeatherLinkClick(event, ‘click_alerts’, ‘click’, ‘mobile-weather’, “https://www.wisn.com/alerts”);”);
}
} else {
weatherWatchHeader.className=”weather-watch-header”;
if (weatherWatchText) {
weatherWatchText.textContent = containerId === ‘home-weather-v2’ ? ‘Watch Latest Forecast’ : ‘Latest Forecast’;
}
if (weatherWatchLink) {
var initialHref = weatherWatchLink.getAttribute(‘data-initial-href’);
var initialOnclick = weatherWatchLink.getAttribute(‘data-initial-onclick’);
if (initialHref) {
weatherWatchLink.setAttribute(‘href’, initialHref);
}
if (initialOnclick) {
weatherWatchLink.setAttribute(‘onclick’, initialOnclick);
}
}
}
}

function updateCurrentWeather(weatherData) {
if (weatherData.current) {
var tempValue = weatherData.current.temp_f || ”;
var skyValue = weatherData.current.sky || ”;
var feelsLikeValue = weatherData.current.feels_like_f || weatherData.current.temp_f || ”;

var tempEl = container.querySelector(‘.weather-grid–current-temp-value’);
if (tempEl) {
tempEl.textContent = tempValue;
tempEl.setAttribute(‘aria-label’, tempValue + ‘ degrees Fahrenheit’);
}

var iconEl = container.querySelector(‘.weather-grid–current-icon’);
if (iconEl && weatherData.current.icon_name) {
iconEl.className=”weather-grid–current-icon weather-current-icon icon icon-weather-” + weatherData.current.icon_name;
}

var skyEl = container.querySelector(‘.weather-grid–sky’);
if (skyEl) {
skyEl.textContent = skyValue;
skyEl.setAttribute(‘aria-label’, ‘Current condition: ‘ + skyValue);
}

Advertisement

var feelsEl = container.querySelector(‘.weather-grid–feels’);
if (feelsEl) {
feelsEl.textContent = feelsLikeValue + ‘°F’;
feelsEl.setAttribute(‘aria-label’, feelsLikeValue + ‘ degrees Fahrenheit’);
}

var weatherContainer = container.querySelector(‘.weather-temp-container’);
if (weatherContainer) {
var summary = ‘Current temperature ‘ + tempValue + ‘ degrees Fahrenheit, ‘ +
skyValue + ‘, feels like ‘ + feelsLikeValue + ‘ degrees’;
weatherContainer.setAttribute(‘aria-label’, summary);
}

updateWeatherBackground(weatherData.current.icon_name);
}
}

function updateWeatherBackground(iconName) {
try {
var bgPath = weatherImages.backgrounds[iconName] || weatherImages.backgrounds.unknown;
container.style.backgroundImage=”url(” + bgPath + ‘)’;
} catch (e) {
console.log(‘Error updating weather background:’, e);
}
}

function updateForecastTabs(weatherData) {
var visibleItems = isWeatherBoxV2 ? 6 : 5;

Advertisement

if (weatherData.hourly) {
var hourlyContainer = container.querySelector(‘.weather-hourly-forecast’);
if (hourlyContainer) {
var html=””;
var maxHours = Math.min(visibleItems, weatherData.hourly.length);

for (var i = 0; i 0 ? currentIndex – 1 : tabs.length – 1;
tabs[prevIndex].focus();
break;
case ‘ArrowRight’:
e.preventDefault();
var nextIndex = currentIndex

`;
}

function refreshWeatherIframe(containerId) {
var iframeId = ‘weather-iframe-‘ + containerId;
var iframe = document.getElementById(iframeId);
if (iframe && iframe.src) {
var originalSrc = iframe.src;
iframe.src = originalSrc + (originalSrc.indexOf(‘?’) > -1 ? ‘&’ : ‘?’) + ‘t=” + Date.now();
}
}

function initializeWeatherBox(container) {
var containerId = container.getAttribute(“data-container-id’);
var isWeatherBoxV2 = containerId === ‘home-weather-v2’;

Advertisement

function switchWeatherTab(tabName, clickedElement) {
container.querySelectorAll(‘[data-tab-id]’).forEach(function(tab) {
tab.classList.remove(‘open’);
tab.setAttribute(‘aria-selected’, ‘false’);
});

clickedElement.classList.add(‘open’);
clickedElement.setAttribute(‘aria-selected’, ‘true’);

container.querySelectorAll(‘[data-content-id]’).forEach(function(content) {
content.style.display = ‘none’;
content.setAttribute(‘hidden’, ‘true’);
});

var targetContent = container.querySelector(‘[data-content-id=”‘ + tabName + ‘”]’);
if (targetContent) {
targetContent.style.display = ‘block’;
targetContent.removeAttribute(‘hidden’);
}
}

function loadWeatherData() {
// If weather data is already being loaded, wait for it
if (window.weatherDataPromise) {
window.weatherDataPromise.then(function(data) {
if (data && data.data) {
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
}
});
return;
}

Advertisement

var location = { zip: window.DEFAULT_ZIPCODE };

try {
var storedLocations = localStorage.getItem(‘hrst.zip.history’);
if (storedLocations) {
var locations = JSON.parse(storedLocations);
if (locations && locations.length > 0) {
location = locations[0];
}
}
} catch (e) {}

var apiUrl = (window.DEWY_HOSTNAME || ”) + ‘/api/v1/weather/full/’ + location.zip;

if (window.fetch) {
window.weatherDataPromise = fetch(apiUrl)
.then(function(response) { return response.json(); })
.then(function(data) {
if (data && data.data) {
var article = container.closest(‘.article–wrapper’);
var weatherContainer = container.closest(‘.weather-box-container’);
if (weatherContainer) {
weatherContainer.style.display = ‘flex’;
updateCurrentWeather(data.data);
updateForecastTabs(data.data);
updateWeatherAlertsBar(data.data);
}
return data;
}
})
.catch(function(error) {
console.error(‘Error loading weather:’, error);
// Reset to unknown background on error
updateWeatherBackground(‘unknown’);
});
}
}

function updateWeatherAlertsBar(weatherData) {
var weatherWatchHeader = container.querySelector(‘.weather-watch-header’);
if (!weatherWatchHeader) return;

Advertisement

var weatherWatchText = weatherWatchHeader.querySelector(‘.weather-watch-text’);
var weatherWatchLink = weatherWatchHeader.querySelector(‘.weather-watch-link’);

if (weatherData.alerts_count > 0) {
weatherWatchHeader.className=”weather-watch-header has-alerts”;
if (weatherWatchText) {
weatherWatchText.textContent = `Weather Alerts (${weatherData.alerts_count})`;
}
if (weatherWatchLink) {
if (!weatherWatchLink.getAttribute(‘data-initial-href’)) {
weatherWatchLink.setAttribute(‘data-initial-href’, weatherWatchLink.getAttribute(‘href’));
weatherWatchLink.setAttribute(‘data-initial-onclick’, weatherWatchLink.getAttribute(‘onclick’) || ”);
}
weatherWatchLink.setAttribute(‘href’, “https://www.wisn.com/alerts”);
weatherWatchLink.setAttribute(‘onclick’, “return handleWeatherLinkClick(event, ‘click_alerts’, ‘click’, ‘sidelist-weather’, “https://www.wisn.com/alerts”);”);
}
} else {
weatherWatchHeader.className=”weather-watch-header”;
if (weatherWatchText) {
weatherWatchText.textContent = containerId === ‘home-weather-v2’ ? ‘Watch Latest Forecast’ : ‘Latest Forecast’;
}
if (weatherWatchLink) {
var initialHref = weatherWatchLink.getAttribute(‘data-initial-href’);
var initialOnclick = weatherWatchLink.getAttribute(‘data-initial-onclick’);
if (initialHref) {
weatherWatchLink.setAttribute(‘href’, initialHref);
}
if (initialOnclick) {
weatherWatchLink.setAttribute(‘onclick’, initialOnclick);
}
}
}
}

function updateCurrentWeather(weatherData) {
if (weatherData.current) {
var tempValue = weatherData.current.temp_f || ”;
var skyValue = weatherData.current.sky || ”;
var feelsLikeValue = weatherData.current.feels_like_f || weatherData.current.temp_f || ”;

var tempEl = container.querySelector(‘.weather-grid–current-temp-value’);
if (tempEl) {
tempEl.textContent = tempValue;
tempEl.setAttribute(‘aria-label’, tempValue + ‘ degrees Fahrenheit’);
}

var iconEl = container.querySelector(‘.weather-grid–current-icon’);
if (iconEl && weatherData.current.icon_name) {
iconEl.className=”weather-grid–current-icon weather-current-icon icon icon-weather-” + weatherData.current.icon_name;
}

Advertisement

var skyEl = container.querySelector(‘.weather-grid–sky’);
if (skyEl) {
skyEl.textContent = skyValue;
skyEl.setAttribute(‘aria-label’, ‘Current condition: ‘ + skyValue);
}

var feelsEl = container.querySelector(‘.weather-grid–feels’);
if (feelsEl) {
feelsEl.textContent = feelsLikeValue + ‘°F’;
feelsEl.setAttribute(‘aria-label’, feelsLikeValue + ‘ degrees Fahrenheit’);
}

var weatherContainer = container.querySelector(‘.weather-temp-container’);
if (weatherContainer) {
var summary = ‘Current temperature ‘ + tempValue + ‘ degrees Fahrenheit, ‘ +
skyValue + ‘, feels like ‘ + feelsLikeValue + ‘ degrees’;
weatherContainer.setAttribute(‘aria-label’, summary);
}

updateWeatherBackground(weatherData.current.icon_name);
}
}

function updateWeatherBackground(iconName) {
try {
var bgPath = weatherImages.backgrounds[iconName] || weatherImages.backgrounds.unknown;
container.style.backgroundImage=”url(” + bgPath + ‘)’;
} catch (e) {
console.log(‘Error updating weather background:’, e);
}
}

Advertisement

function updateForecastTabs(weatherData) {
var visibleItems = isWeatherBoxV2 ? 6 : 5;

if (weatherData.hourly) {
var hourlyContainer = container.querySelector(‘.weather-hourly-forecast’);
if (hourlyContainer) {
var html=””;
var maxHours = Math.min(visibleItems, weatherData.hourly.length);

for (var i = 0; i 0 ? currentIndex – 1 : tabs.length – 1;
tabs[prevIndex].focus();
break;
case ‘ArrowRight’:
e.preventDefault();
var nextIndex = currentIndex

Loading more articles…



Source link

Advertisement
Continue Reading

Wisconsin

Storms Friday night but a dry weekend ahead in SE Wisconsin

Published

on

Storms Friday night but a dry weekend ahead in SE Wisconsin


Storms Friday night but a dry weekend ahead in SE Wisconsin

More storms are likely Friday night before our weather quiets down for Easter weekend in SE Wisconsin

Advertisement

RIGHT AFTER WORLD NEWS WITH DAVID MUIR AT 530. THANK YOU DIANA. SHOWERS AND STORMS ARE MOVING IN, BUT IT WILL NOT BE A REPEAT OF LAST NIGHT. THAT’S GOOD NEWS, MARK. THE CHANCE OF SEVERE WEATHER IS VERY LOW. IT IS VERY GOOD BECAUSE NO, I WOULDN’T WANT TO HAVE A REPEAT OF LAST NIGHT. THANKFULLY, WE’RE NOT GOING TO DO THAT. WE DO HAVE SOME SHOWERS ROLLING IN. IT’S A ROUND OF EVENING SHOWERS, BUT A LOT OF THIS IS FALLING APART. I THINK IT’S MAINLY GOING TO BE A COUPLE OF SPRINKLES BY THE TIME IT GETS TO MILWAUKEE. RAIN AND THUNDERSTORMS ARE LIKELY OVERNIGHT. A COUPLE OF STRONG STORMS POSSIBLE. YES. RAIN MOVES OUT BY EARLY SATURDAY. MOST OF SATURDAY IS DRY. IT GETS BREEZY. TEMPERATURES. NOT BAD THOUGH. WE’LL MAKE IT INTO THE MID 50S. ALL RIGHT. FOR THE REST OF TONIGHT YOUR SEVERE THREAT LEVEL ONE AGAIN. LAST NIGHT WE ARE LEVEL THREE ON THE SEVERE THREAT INDEX. WE’RE NOT THERE. ANY KIND OF THREAT WOULD BE HAIL. THAT’S THAT’S OUR ONLY WORRY. I’M NOT WORRIED ABOUT TORNADOES. ANYTHING LIKE THAT. SO A LOW CHANCE OF SOME HAIL. ANY OF THE THREATS ARE VERY LOW. VERY LOW THREAT OF DAMAGING WINDS THAT SHOULD STAY WAY SOUTH. VERY, VERY, VERY, VERY LOW THREAT OF TORNADOES. I’M ALWAYS SCARED TO PUT ZERO THREAT OF TORNADOES, BUT IT’S CLOSE TO ZERO FLOODING. WELL, YOU KNOW WHAT? WE ARE WATERLOGGED. AND SO IT’S NOT GOING TO TAKE THAT MUCH RAIN. WE COULD GET UP TO AN INCH OF RAIN AND THAT WOULD CAUSE SOME ISSUES. NOTICE HOW THIS CONTINUES TO FALL APART. IT’S A STEADY RAIN THOUGH IN WESTERN WAUKESHA COUNTY. IT’S STARTING TO MOVE INTO THE CITY OF WAUKESHA AND INTO PEWAUKEE AS WELL. THUNDERSTORMS BACK OUT TO THE WEST OF US. THE SEVERE THREAT REALLY, I THINK IS WELL, SOUTH. THAT’S WHERE THE WARMER AIR IS LOCATED. IT’S NOT HERE. SO AS WE HEAD THROUGHOUT THE NIGHT, THAT MIDDLE OF THE NIGHT, WE BRING IN SHOWERS AND SOME THUNDERSTORMS, MAYBE A LITTLE SMALL HAIL IN THERE AS WELL. THE COLDER AIR STARTS WRAPPING BACK IN AS WE HEAD INTO SATURDAY NIGHT. MAYBE EVEN ENOUGH TO GET A PASSING FLURRY JUST IN TIME FOR EASTER MORNING. BUT THAT’S NOT GOING TO LAST LONG. EASTER IS OKAY. I WOULDN’T SAY IT’S GREAT, BUT IT’S ALL RIGHT. IT’S 49 DEGREES, A FEW SPRINKLES EARLY, EARLY, EARLY ON SATURDAY. IT’S GONE BY 8:00 AT THE LATEST. THE REST OF THE DAY IS FINE. HOW ABOUT EASTER? WELL, WE START OUT PRETTY CHILLY, 33 AT 7 A.M. IF YOU’RE GOING TO DO EASTER EGG HUNTS. ONE. IF IT’S OUTSIDE, YOU BETTER DRESS FOR IT AND ALSO BE READY FOR THE MUDDY BECAUSE IT IS GOING TO BE WET. WE’RE WET ALL OVER, BUT WE’RE GREENING THINGS UP PRETTY QUICKLY HERE, THANKS TO THE FACT THAT WE’VE HAD ALL THAT RAIN YESTERDAY. 1.8IN OF RAIN IN MILWAUKEE 39 RIGHT NOW IN ELKHART LAKE, 46 DEGREES IN DELAVAN, WHERE YOU’VE HAD A PASSING SHOWER, BUT THAT HAS MOVED ON. NOT EXACTLY SEEING ANYTHING WARM UNLESS YOU GO HERE 81 DEGREES DOWN IN SAINT LOUIS. YOU CAN CLEARLY SEE WHERE THE FRONT IS LOCATED. ALL RIGHT, EARLY SPRINKLES. A BREEZY DAY FOR TOMORROW. MOST OF THE DAY IS DRY, AND I DO THINK WE’LL SEE SOME SUNSHINE OFF. AND ON EASTER SUNDAY DRY, WHICH IS NICE. 49 IT’S KIND OF NICE BECAUSE MOST OF THE STRETCH AFTER WE GET THROUGH TONIGHT IS QUIET. MONDAY AND TUESDAY ARE QUIET. TUESDAY, OF COURSE, IS ELECTION DAY HIGH OF ONLY 38. SO DRESS WARMLY HEADING TO THE POLLS AND THEN WE WARM RIGHT BACK UP IN THE 50S. CHANCES FOR SHOWERS AS WE HEAD INTO THURSDAY AND FRIDAY. IT’S OKAY.

Advertisement

Storms Friday night but a dry weekend ahead in SE Wisconsin

More storms are likely Friday night before our weather quiets down for Easter weekend in SE Wisconsin

Updated: 6:30 PM CDT Apr 3, 2026

Advertisement

Editorial Standards

More storms are likely Friday night before our weather quiets down for Easter weekend in SE Wisconsin

More storms are likely Friday night before our weather quiets down for Easter weekend in SE Wisconsin

Advertisement



Source link

Advertisement
Continue Reading

Wisconsin

Has Wisconsin Supreme Court candidate Chris Taylor been ‘pushing noncitizen voting’?

Published

on

Has Wisconsin Supreme Court candidate Chris Taylor been ‘pushing noncitizen voting’?


No.

We found no evidence that liberal Wisconsin Appeals Court Judge Chris Taylor has supported allowing noncitizens to vote.

Taylor and conservative state Appeals Court Judge Maria Lazar are running in the April 7 Wisconsin Supreme Court election.

A Lazar ad claimed Taylor is “pushing for noncitizen voting.” 

Lazar’s campaign cited:

Advertisement

Taylor’s opposition, while a Democratic state lawmaker, to the Republican-backed 2011 state law requiring identification to vote.

Her introduction of a 2017 bill, which did not become law. It would have provided driver’s licenses to unauthorized residents, but the licenses would have been labeled: “Not valid for voting purposes.”

Taylor’s opinion, in a 2024 appeals court ruling, which said absentee ballots count even if voters’ witnesses fail to give election clerks their full address. Citizenship is required to vote in Wisconsin, but Wisconsin election officials generally do not verify citizenship when a person registers.

Sources

Think you know the facts? Put your knowledge to the test. Take the Fact Brief quiz

This <a target=”_blank” href=”https://wisconsinwatch.org/2026/04/wisconsin-supreme-court-candidate-taylor-lazar-noncitizen-voting-election-campaign-ad/”>article</a> first appeared on <a target=”_blank” href=”https://wisconsinwatch.org”>Wisconsin Watch</a> and is republished here under a <a target=”_blank” href=”https://creativecommons.org/licenses/by-nd/4.0/”>Creative Commons Attribution-NoDerivatives 4.0 International License</a>.<img src=”https://i0.wp.com/wisconsinwatch.org/wp-content/uploads/2021/02/cropped-WCIJ_IconOnly_FullColor_RGB-1.png?fit=150%2C150&amp;quality=100&amp;ssl=1″ style=”width:1em;height:1em;margin-left:10px;”>

<img id=”republication-tracker-tool-source” src=”https://wisconsinwatch.org/?republication-pixel=true&post=1315652&amp;ga4=G-D2S69Y9TDB” style=”width:1px;height:1px;”><script> PARSELY = { autotrack: false, onload: function() { PARSELY.beacon.trackPageView({ url: “https://wisconsinwatch.org/2026/04/wisconsin-supreme-court-candidate-taylor-lazar-noncitizen-voting-election-campaign-ad/”, urlref: window.location.href }); } } </script> <script id=”parsely-cfg” src=”//cdn.parsely.com/keys/wisconsinwatch.org/p.js”></script>



Source link

Advertisement
Continue Reading

Trending