function vetAnswers17_(){
var yes = 0;
var no = 0;
	for (var i=1;i<2;i++) {
		if (eval('document.xlaapmform17_.answer' + i + '.value') !='') {
			yes++;
		} 
	}
		if (yes == 1) {
		return true;
		}
		else {
			alert('Please answer all the questions before submitting');
			return false;
		}
	}
function xlaapmsubmit17_(){
		if (vetAnswers17_()){
		xlaapmxe = window.open('','xlaapmxe','toolbar=0,location=0,status=1,menubar=1,scrollbars=1,resizable=1,width=400,height=350');
		document.xlaapmform17_.submit();
		xlaapmxe.focus();
	}
}
	document.write('<form name=xlaapmform17_ method=post target=xlaapmxe action=http:\/\/www.eatoutlongisland.com\/pollmanager\/xlaabsolute2.asp?p=17 style=margin:0; display:inline;><table width=100% cellspacing=1 cellpadding=2><tr align=center><td colspan=2 valign=top><font  class=\"styles\/style.css\"><b>Enter the NAME and TOWN of your favorite Nassau County Restaurant.<\/b><\/font><\/td><\/tr><tr><td colspan=2><input type=\'hidden\' name=\'answer1\' value=\'51\'><input type=\'text\' name=\'tanswer1\' style=\'width:98%\' value=\'\' size=20><\/td><\/tr><tr><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td align=center colspan=2><input type=button onclick=\"javascript:xlaapmsubmit17_()\" name=Submit value=\'Submit Vote\' class=\"styles\/style.css\"\'><input type=hidden name=totalquestions value=1><\/td><\/tr><\/table><input type=hidden name=dopoll value=17><input type=hidden name=z value=\'\'><\/form>');
