


	function vetAnswers5() {
		var yes = 0;
		var no = 0;
		for (var i=1;i<2;i++) {
			if (eval("document.xlaapmform5.answer" + i + ".value") !='') {
				yes++;
			} 
		}
		
		if (yes == 1) {
			return true;
		}
		else {
			alert('Please answer all the questions before submitting');
			return false;
		}
	}
	
	
	
	function xlaapmsubmit5(){
		// Validate data 
		if (vetAnswers5()){
			xlaapm2 = window.open('','xlaapm2','toolbar=0,location=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=350');
			document.xlaapmform5.submit();
			xlaapm2.focus();
			location.href = location.href;
		}
	}
	
	
	
	document.write('<form name=xlaapmform5 method=post target=xlaapm2 action=http:\/\/www.un-freezone.org\/poll\/xlaabsolute2.asp?p=5 style=margin:0;><table width=100% cellspacing=1 cellpadding=2><tr align=left><td colspan=2 valign=top><font face=Verdana size=1 color=#000000><b>After reading the President\'s speech do you believe: <\/b><\/font><\/td><\/tr><tr><td><\/td><td><input type=hidden name=answer1 value=\'\'><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'radio\' name=\'ans1\' onclick=\'javascript:xlaapmform5.answer1.value=20\'><\/td><td width=100%><font face=Verdana size=1 color=#000000>It is good to allow the United Nations to have its own armies, so we won\'t have to send Americans to fight in their wars, and the American taxpayer should pay for that.  After all, we are rich, and they are poor.<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'radio\' name=\'ans1\' onclick=\'javascript:xlaapmform5.answer1.value=21\'><\/td><td width=100%><font face=Verdana size=1 color=#000000>I don\'t trust giving an army to a gang of thugs and corrupt politicians living in New York City, and I sure as heck object to paying for it!!<\/font><\/td><\/tr><tr><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td align=center colspan=2><font face=Verdana size=1 color=#000000>Your Comments :<\/font><br><textarea name=comment cols=20 rows=2><\/textarea><br>&nbsp;<\/td><\/tr><tr><td align=center colspan=2><input type=button onclick=\"javascript:xlaapmsubmit5()\" name=Submit value=Vote style=\'font-family: Verdana; font-size: 8pt;\'><input type=hidden name=totalquestions value=1><\/td><\/tr><tr><td align=center colspan=2><font face=Verdana size=1 color=#000000><a href=\'javascript:xlaviewresults5()\'>View Results<\/a><\/font><\/td><\/tr><tr><td align=center colspan=2><font face=Verdana size=1 color=#000000><a href=\'javascript:xlaviewcomments5()\'>View Comments<\/a><\/font><\/td><\/tr><\/table><\/form>');
	
	
	
	
	
		function xlaviewresults5(){
			xlaapm2 = window.open('http://www.un-freezone.org/poll/xlaabsolute2.asp?p=5&view=viewpoll','xlaapm2','toolbar=0,location=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=350');
		}
		
		function xlaviewcomments5(){
			xlaapm2 = window.open('http://www.un-freezone.org/poll/xlacomments.asp?p=5','xlaapm2','toolbar=0,location=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=350');
		}
		
		
	