{{terminalErrorHeading}}

An error has occurred

{{terminalError}}

Seattle Weekly preview

Sign up for digital access

Welcome! You’ve got 2 free articles remaining this month. Or sign up now and get full access for just 99¢!

Pick a subscription that's right for you.

*Subscription will be automatically renew. You may cancel it anytime. You will be notified in advance of any price increases. Sales tax may apply.

var nextStepButton = document.getElementById('pn-reporter-next-step-button'); var nextStepButtonMobile = document.getElementById('pn-reporter-next-step-button-mobile'); var previousButton = document.getElementById('previews-button-to-show-template'); var stepOne = document.getElementById('pn-reporter-modal-step-one'); var stepTwo = document.getElementById('pn-reporter-modal-step-two'); nextStepButton.addEventListener('click', function(event) { stepOne.style.display = 'none'; stepTwo.style.display = 'block'; }); nextStepButtonMobile.addEventListener('click', function(event) { stepOne.style.display = 'none'; stepTwo.style.display = 'block'; }); previousButton.addEventListener('click', function(event) { stepTwo.style.display = 'none'; stepOne.style.display = 'block'; });