function vetAnswers4_(){
var yes = 0;
var no = 0;
	for (var i=1;i<2;i++) {
		if (eval('document.xlaapmform4_.answer' + i + '.value') !='') {
			yes++;
		} 
	}
		if (yes == 1) {
		return true;
		}
		else {
			alert('Please answer all the questions before submitting');
			return false;
		}
	}
function xlaapmsubmit4_(){
		if (vetAnswers4_()){
		xlaapmxe = window.open('','xlaapmxe','toolbar=0,location=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=350');
		document.xlaapmform4_.submit();
		xlaapmxe.focus();
	}
}
	document.write('<form name=xlaapmform4_ method=post target=xlaapmxe action=http:\/\/www.miamidade.gov\/absolutepm2\/xlaabsolute2.asp?p=4 style=margin:0;><table width=100% cellspacing=1 cellpadding=2><tr align=left><td colspan=2 valign=top><font  style=\"font-family:Arial;font-size:2;color:#000000;\"><b>How did you learn about this website?<\/b><\/font><\/td><\/tr><tr><td colspan=2><select name=\'answer1\'><option value=\'22\'>Read it in the Herald or el Herald<\/option><option value=\'23\'>Read it in another newspaper <\/option><option value=\'24\'>Heard it on the radio<\/option><option value=\'25\'>Saw It On TV <\/option><option value=\'26\'>Through the County website<\/option><option value=\'27\'>Called 3-1-1<\/option><option value=\'28\'>Got a postcard<\/option><option value=\'29\'>Saw an ad at a movie theater<\/option><option value=\'30\'>Got a bookmark<\/option><option value=\'31\'>Got a letter from the Elections Department<\/option><option value=\'32\'>At an event<\/option><option value=\'33\'>On Myspace.com<\/option><option value=\'34\'>Somewhere else online<\/option><option value=\'35\'>Transit Advertising<\/option><option value=\'36\'>Other<\/option><\/select><\/td><\/tr><tr><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td align=center colspan=2><input type=button onclick=\"javascript:xlaapmsubmit4_()\" name=Submit value=\'Submit Vote\' style=\"font-family:Arial;font-size:2;color:#000000;\"\'><input type=hidden name=totalquestions value=1><\/td><\/tr><\/table><input type=hidden name=dopoll value=4><input type=hidden name=z value=\'\'><\/form>');
