


	function vetAnswers224() {
		var yes = 0;
		var no = 0;
		for (var i=1;i<7;i++) {
			if (eval("document.xlaapmform224.answer" + i + ".value") !='') {
				yes++;
			} 
		}
		
		if (yes == 6) {
			return true;
		}
		else {
			alert('Please answer all the questions before submitting');
			return false;
		}
	}
	
	
	
	function xlaapmsubmit224(){
		// Validate data 
		if (vetAnswers224()){
			xlaapm2 = window.open('','xlaapm2','toolbar=0,location=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=350');
			document.xlaapmform224.submit();
			xlaapm2.focus();
			location.href = location.href;
		}
	}
	
	
	
	document.write('<form name=xlaapmform224 method=post target=xlaapm2 action=http:\/\/www.thelegaldescription.com\/ME2\/Apps\/PollManager\/xlaabsolute2.asp?p=224 style=margin:0;><table width=100% cellspacing=1 cellpadding=2><tr align=left><td colspan=2 valign=top><font face=Verdana size=1 color=><b>Which of the following Webinar topics would you be most likely to attend in the coming six months? Please select three.<\/b><\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'902\' name=\'answer1\'><\/td><td width=100%><font face=Verdana size=1 color=>Power of Attorney closings: Emerging issues, new legislation, and cautionary tales <\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'903\' name=\'answer2\'><\/td><td width=100%><font face=Verdana size=1 color=>Preventing internal fraud through proper escrow practices <\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'904\' name=\'answer3\'><\/td><td width=100%><font face=Verdana size=1 color=>Becoming your client’s fraud prevention partner <\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'905\' name=\'answer4\'><\/td><td width=100%><font face=Verdana size=1 color=>NAIC Data Call Proposal: Restructuring technology, internal procedures and business planning <\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'906\' name=\'answer5\'><\/td><td width=100%><font face=Verdana size=1 color=>Title agency compliance issues beyond RESPA <\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'907\' name=\'answer6\'><\/td><td width=100%><font face=Verdana size=1 color=>Marketing Agreements: Partnering legally under RESPA <\/font><\/td><\/tr><tr><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td align=center colspan=2><input type=button onclick=\"javascript:xlaapmsubmit224()\" name=Submit value=Submit style=\'font-family: Verdana; font-size: 8pt;\'><input type=hidden name=totalquestions value=6><\/td><\/tr><\/table><\/form>');
	
	
	