<!DOCTYPE html>
<html>
<head>
<title>should i use sage?</title>
<script type="text/javascript">
function a() {
function c(i){
return document.getElementById(i).checked
}
<body>
<form id="questions" onsubmit="a()">
<ol>
<li><input type="checkbox" id="q1" checked="checked"> my post is spam.</li>
<li><input type="checkbox" id="q2" checked="checked"> my post is about something mentioned in some other post in the thread.</li>
<li><input type="checkbox" id="q3" checked="checked"> my post contains at least one meme from /b/, /g/, /lounge, or /pr/.</li>
<li><input type="checkbox" id="q4" checked="checked"> i am posting with a name.</li>
<li><input type="checkbox" id="q5" checked="checked"> i am posting with a tripcode.</li>
<li><input type="checkbox" id="q6" checked="checked"> the thread is off the front page and has not been bumped in over a month.</li>
<li><input type="checkbox" id="q7" checked="checked"> i have visited /b/, /g/, /lounge/, or /pr/ in the last month.</li>
</ol>
<p><input type="submit" value="should i use sage?"></p>
</form>
</body>
</html>