function jpoll_6_1211036081(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('6_1211036081_results').innerHTML = xmlHttp.responseText;
			}
		}
		xmlHttp.open("GET","http://www.tesnexus.com/modules/poll//inc.lastpoll.php?_cmd=vote&poll_id=6&choice="+ choice +"&ran=" + Math.random(),true);
		xmlHttp.send(null);
		
	}document.write('<div id=\"6_1211036081\">');
document.write('	What is your favourite game genre?<br><br>');
document.write('	<div id=\"6_1211036081_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_6_1211036081(this.value)\" type=radio name=vote value=\"20\">		</td>');
document.write('		<td style=\"padding-bottom: 5px;\">FPS</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign=\"top\" nowrap style=\"padding-right:5px;\">			<input onclick=\"jpoll_6_1211036081(this.value)\" type=radio name=vote value=\"21\">		</td>');
document.write('		<td style=\"padding-bottom: 5px;\">MMORPG</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign=\"top\" nowrap style=\"padding-right:5px;\">			<input onclick=\"jpoll_6_1211036081(this.value)\" type=radio name=vote value=\"22\">		</td>');
document.write('		<td style=\"padding-bottom: 5px;\">Puzzle</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign=\"top\" nowrap style=\"padding-right:5px;\">			<input onclick=\"jpoll_6_1211036081(this.value)\" type=radio name=vote value=\"23\">		</td>');
document.write('		<td style=\"padding-bottom: 5px;\">Racing</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign=\"top\" nowrap style=\"padding-right:5px;\">			<input onclick=\"jpoll_6_1211036081(this.value)\" type=radio name=vote value=\"24\">		</td>');
document.write('		<td style=\"padding-bottom: 5px;\">Role-Playing Games</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign=\"top\" nowrap style=\"padding-right:5px;\">			<input onclick=\"jpoll_6_1211036081(this.value)\" type=radio name=vote value=\"25\">		</td>');
document.write('		<td style=\"padding-bottom: 5px;\">Strategy</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign=\"top\" nowrap style=\"padding-right:5px;\">			<input onclick=\"jpoll_6_1211036081(this.value)\" type=radio name=vote value=\"26\">		</td>');
document.write('		<td style=\"padding-bottom: 5px;\">Other</td>');
document.write('</tr>');
document.write('</table>');
document.write('	</div>');
document.write('</div>');
document.write('<br><a href="/modules/comments/index.php?tid=55050"><img src="/images/icons/comments.png" /> 118 comments</a> <br>');
document.write('<a href="/modules/comments/comment.php?tid=55050" onClick="return popup(this, addcomment, 700, 500, yes)"><img src="/images/icons/user_comment.png" /> Add a comment</a>');
