
	
	function jpoll_44_1258788016(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('44_1258788016_results').innerHTML = xmlHttp.responseText;
			}
		}
		xmlHttp.open("GET","http://wotlkwiki.info/poll/inc.poll.php?_cmd=vote&poll_id=44&choice="+ choice +"&ran=" + Math.random(),true);
		xmlHttp.send(null);
		
	}
	
	
	document.write('<style type="text/css">');
document.write('<!--');
document.write('.style2 {');
document.write('	font-family: Verdana, Arial, Helvetica, sans-serif;');
document.write('	font-size: 11px;');
document.write('}');
document.write('a,a.hover {');
document.write('	text-decoration:none;');
document.write('	}');
document.write('.style3 {');
document.write('	font-family: Verdana, Arial, Helvetica, sans-serif;');
document.write('	font-size: 11px;');
document.write('	color:#E6E6EC;');
document.write('	}');
document.write('-->');
document.write('</style>');
document.write('<div id="44_1258788016" style="width:200px;border: 0px solid #000000;background-color:#FFFFFF;padding:0px;">');
document.write('<div class="style2" style="padding:0px;">');
document.write('	Would you be interested in a PC version of the Authenticator, provided all of the source and such is available? <br><br>');
document.write('	<div id="44_1258788016_results">');
document.write('	<table border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_44_1258788016(this.value)" type=radio name=vote value="136">		</td>');
document.write('		<td>Yes</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_44_1258788016(this.value)" type=radio name=vote value="137">		</td>');
document.write('		<td>No</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_44_1258788016(this.value)" type=radio name=vote value="138">		</td>');
document.write('		<td>Maybe</td>');
document.write('</tr>');
document.write('</table>');
document.write('	</div>');
document.write('</div>');
document.write('<div style="width:100%;"><center>');
document.write('<center>');
