function vetAnswers16_(){
var yes = 0;
var no = 0;
	for (var i=1;i<2;i++) {
		if (eval('document.xlaapmform16_.answer' + i + '.value') !='') {
			yes++;
		} 
	}
		if (yes == 1) {
		return true;
		}
		else {
			alert('Please answer all the questions before submitting');
			return false;
		}
	}
function xlaapmsubmit16_(){
		if (vetAnswers16_()){
		xlaapmxe = window.open('','xlaapmxe','toolbar=0,location=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=350');
		document.xlaapmform16_.submit();
		xlaapmxe.focus();
	}
}
	document.write('<form name=xlaapmform16_ method=post target=xlaapmxe action=http:\/\/www.dynamicSteps.com\/pollManager\/xlaabsolute2.asp?p=16 style=margin:0;><table width=100% cellspacing=1 cellpadding=2><tr align=left><td colspan=2 valign=top><font  style=\"font-family:verdana;font-size:12;color:#000000;\"><b>Racquetball Canada\'s website is constantly changing to provide you with the latest up to date information.  Please let us know what else you would like to see. Type your suggestions below.<\/b><\/font><\/td><\/tr><tr><td colspan=2><input type=\'hidden\' name=\'answer1\' value=\'59\'><textarea name=\'tanswer1\' style=\'width:98%\' rows=\'4\' cols=20><\/textarea><\/td><\/tr><tr><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td align=center colspan=2><input type=button onclick=\"javascript:xlaapmsubmit16_()\" name=Submit value=\'Submit Vote\' style=\"font-family:verdana;font-size:12;color:#000000;\"\'><input type=hidden name=totalquestions value=1><\/td><\/tr><\/table><input type=hidden name=dopoll value=16><input type=hidden name=z value=\'\'><\/form>');
