
	
	function jpoll_4_1283911257(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('4_1283911257_results').innerHTML = xmlHttp.responseText;
			}
		}
		xmlHttp.open("GET","http://www.alexclicks.com/scriptbank_poll//inc.poll.php?_cmd=vote&poll_id=4&choice="+ choice +"&ran=" + Math.random(),true);
		xmlHttp.send(null);
		
	}
	
	
	document.write('<div id="4_1283911257" style="width:160px;border: 1px solid #000000;background-color:#FFFFFF;">');
document.write('<div style="padding:5px;">');
document.write('	How many times a week do you play online games?<br><br>');
document.write('	<div id="4_1283911257_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_4_1283911257(this.value)" type=radio name=vote value="26">		</td>');
document.write('		<td>0 to 5</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_4_1283911257(this.value)" type=radio name=vote value="27">		</td>');
document.write('		<td>5 to 10</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_4_1283911257(this.value)" type=radio name=vote value="28">		</td>');
document.write('		<td>10 to 20</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_4_1283911257(this.value)" type=radio name=vote value="29">		</td>');
document.write('		<td>20 to 50</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_4_1283911257(this.value)" type=radio name=vote value="30">		</td>');
document.write('		<td>50 to 100</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_4_1283911257(this.value)" type=radio name=vote value="31">		</td>');
document.write('		<td>100 to I don\'t want to say!!!</td>');
document.write('</tr>');
document.write('</table>');
document.write('	</div>');
document.write('</div>');
document.write('<div style="width:100%;"><center>Powered by <a href="http://www.scriptbank.net/" target="_blank">Scriptbank.net</a><center><div>');
document.write('</div>');
