function jpoll_1_1268247093(choice) {
		var xmlHttp;
	
		try {
			// Firefox, Opera 8.0+, Safari 
			xmlHttp=new XMLHttpRequest();
		}
		catch (e) {
			// Internet Explorer    
			try {
				xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
			}
			
			catch (e) {
				try {
					xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");        
				}
				catch (e) {
					alert("Your browser does not support AJAX!");
					return false;
				}
			}
		}
	
		xmlHttp.onreadystatechange=function() {
			if(xmlHttp.readyState==4) {
				document.getElementById('1_1268247093_results').innerHTML = xmlHttp.responseText;
			}
		}
		xmlHttp.open("GET","http://www.dragonagenexus.com/modules/poll//inc.lastpoll.php?_cmd=vote&poll_id=1&choice="+ choice +"&ran=" + Math.random(),true);
		xmlHttp.send(null);
		
	}document.write('<div id=\"1_1268247093\">');
document.write('	Will you be using Dragon Age Nexus?<br><br>');
document.write('	<div id=\"1_1268247093_results\">');
document.write('	<table border=\"0\" cellpadding=\"3\" cellspacing=\"3\">');
document.write('<tr>');
document.write('	<td valign=\"top\" nowrap style=\"padding-right:5px;\">			<input onclick=\"jpoll_1_1268247093(this.value)\" type=radio name=vote value=\"1\">		</td>');
document.write('		<td style=\"padding-bottom: 5px;\">Yes</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign=\"top\" nowrap style=\"padding-right:5px;\">			<input onclick=\"jpoll_1_1268247093(this.value)\" type=radio name=vote value=\"2\">		</td>');
document.write('		<td style=\"padding-bottom: 5px;\">No</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign=\"top\" nowrap style=\"padding-right:5px;\">			<input onclick=\"jpoll_1_1268247093(this.value)\" type=radio name=vote value=\"3\">		</td>');
document.write('		<td style=\"padding-bottom: 5px;\">I\'ll be sticking with BioWare\'s social site</td>');
document.write('</tr>');
document.write('</table>');
document.write('	</div>');
document.write('</div>');
document.write('<br><a href="/modules/comments/index.php?tid=163320"><img src="/images/icons/comments.png" /> 194 comments</a> <br>');
document.write('<a href="/modules/comments/comment.php?tid=163320" onClick="return popup(this, addcomment, 700, 500, yes)"><img src="/images/icons/user_comment.png" /> Add a comment</a>');
