function GetResults (frm) { var type; var answer = ""; var obj = frm.Vote; if (obj[0]) { type = obj[0].type; } if (type == "radio" || type == "checkbox") { for (var i=0; i < obj.length; i++) { if (obj[i].checked) { answer += "&Vote="+obj[i].value; } } } else { answer = "&Vote="+obj.value; } return answer; } function openPopup211679380018 (frm,resultsLink) { var answer = ""; var popup; if (!resultsLink) { answer = GetResults(frm); } if (document.all) { popup = window.open("http://www.websitetoolbox.com/cgi/view/results.cgi?username=uslawman&id=21167"+answer, "resultswin", "width=500,height=400, top="+((screen.height/2) - 200)+", left="+((screen.width/2) - 250)+", directories=no, toolbars=no, statusbar=no, location=no, scrollbars=yes, menubar=no"); } else { popup = window.open("http://www.websitetoolbox.com/cgi/view/results.cgi?username=uslawman&id=21167"+answer, "resultswin", "width=500,height=400,directories=no, toolbars=no, statusbar=no, location=no, scrollbars=yes, menubar=no"); popup.moveTo(Math.round(((screen.width/2) - 250)), Math.round(((screen.height/2) - 200))); } // return true to open the full-sized window if the popup failed return (popup == null); } function checkMaxSelections211679380018 (frm) { return true; } document.write('' + '
' + '' + '
NJLawman.com Poll
Should New Jersey\'s DWI law be changed from a traffic offense to a criminal offense?

' + '
' + '   ' + '' + '' + '
' + '');