You've successfully subscribed to Sioux Falls Simplified!
Could not sign up! Invalid sign up link.
(function(){ function openPopup(url, popupWidth = 860, popupHeight = 540) { let watchUrl = url; try { const u = new URL(url, location.href); if (u.hostname === 'youtu.be') { const id = u.pathname.replace(/^\//,''); watchUrl = 'https://www.youtube.com/watch?v=' + id + '&autoplay=1'; } else { watchUrl = url.includes('autoplay=') ? url : (url + (url.includes('?') ? '&autoplay=1' : '?autoplay=1')); } } catch(e){ watchUrl = url; } const left = window.screenX + (window.outerWidth - popupWidth) / 2; const top = window.screenY + (window.outerHeight - popupHeight) / 2; const features = [ 'width=' + popupWidth, 'height=' + popupHeight, 'left=' + Math.max(0, Math.round(left)), 'top=' + Math.max(0, Math.round(top)), 'resizable=yes', 'scrollbars=no', 'status=no', 'toolbar=no', 'menubar=no' ].join(','); const win = window.open(watchUrl, 'sfs_video_popup', features); if (win) win.focus(); else window.open(url, '_blank', 'noopener'); return false; } document.addEventListener('click', function(e){ const a = e.target.closest('a.sfs-popup'); if (!a) return; e.preventDefault(); openPopup(a.href); }, false); })();