


	function vetAnswers223() {
		var yes = 0;
		var no = 0;
		for (var i=1;i<7;i++) {
			if (eval("document.xlaapmform223.answer" + i + ".value") !='') {
				yes++;
			} 
		}
		
		if (yes == 6) {
			return true;
		}
		else {
			alert('Please answer all the questions before submitting');
			return false;
		}
	}
	
	
	
	function xlaapmsubmit223(){
		// Validate data 
		if (vetAnswers223()){
			xlaapm2 = window.open('','xlaapm2','toolbar=0,location=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=350');
			document.xlaapmform223.submit();
			xlaapm2.focus();
			location.href = location.href;
		}
	}
	
	
	
	document.write('<form name=xlaapmform223 method=post target=xlaapm2 action=http:\/\/www.thetitlereport.com\/ME2\/Apps\/PollManager\/xlaabsolute2.asp?p=223 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=\'896\' name=\'answer1\'><\/td><td width=100%><font face=Verdana size=1 color=>Sales & Marketing: 5 strategies for picking up market share in a soft market <\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'897\' name=\'answer2\'><\/td><td width=100%><font face=Verdana size=1 color=>Fraud Part I: Preventing internal fraud through proper escrow practices <\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'898\' name=\'answer3\'><\/td><td width=100%><font face=Verdana size=1 color=>Fraud Part II: Becoming your client’s fraud prevention partner <\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'899\' name=\'answer4\'><\/td><td width=100%><font face=Verdana size=1 color=>Title Business 101: Mining data collection efforts to retool and rethink your business <\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'900\' name=\'answer5\'><\/td><td width=100%><font face=Verdana size=1 color=>Forecasting 2011 for title agents <\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'901\' name=\'answer6\'><\/td><td width=100%><font face=Verdana size=1 color=>Outsourcing, resource sharing for small agents <\/font><\/td><\/tr><tr><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td align=center colspan=2><font face=Verdana size=1 color=>Your Comments:<\/font><br><textarea name=comment cols=15 rows=5><\/textarea><br>&nbsp;<\/td><\/tr><tr><td align=center colspan=2><input type=button onclick=\"javascript:xlaapmsubmit223()\" name=Submit value=Submit style=\'font-family: Verdana; font-size: 8pt;\'><input type=hidden name=totalquestions value=6><\/td><\/tr><\/table><\/form>');
	
	
	