
	
	function jpoll_3_1283729224(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('3_1283729224_results').innerHTML = xmlHttp.responseText;
			}
		}
		xmlHttp.open("GET","http://www.alexclicks.com/scriptbank_poll//inc.poll.php?_cmd=vote&poll_id=3&choice="+ choice +"&ran=" + Math.random(),true);
		xmlHttp.send(null);
		
	}
	
	
	document.write('<div id="3_1283729224" style="width:160px;border: 1px solid #000000;background-color:#FFFFFF;">');
document.write('<div style="padding:5px;">');
document.write('	What is your age?<br><br>');
document.write('	<div id="3_1283729224_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_3_1283729224(this.value)" type=radio name=vote value="17">		</td>');
document.write('		<td>0 to 10</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_3_1283729224(this.value)" type=radio name=vote value="18">		</td>');
document.write('		<td>11 to 15</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_3_1283729224(this.value)" type=radio name=vote value="19">		</td>');
document.write('		<td>16 to 20</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_3_1283729224(this.value)" type=radio name=vote value="20">		</td>');
document.write('		<td>21 to 25</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_3_1283729224(this.value)" type=radio name=vote value="21">		</td>');
document.write('		<td>26 to 30</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_3_1283729224(this.value)" type=radio name=vote value="22">		</td>');
document.write('		<td>30 to 40</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_3_1283729224(this.value)" type=radio name=vote value="23">		</td>');
document.write('		<td>41 to 50</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_3_1283729224(this.value)" type=radio name=vote value="24">		</td>');
document.write('		<td>51 to 60</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_3_1283729224(this.value)" type=radio name=vote value="25">		</td>');
document.write('		<td>61 to YAHOO I\'m RETIRED</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>');
