
	
	function jpoll_2_1283915158(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('2_1283915158_results').innerHTML = xmlHttp.responseText;
			}
		}
		xmlHttp.open("GET","http://www.alexclicks.com/scriptbank_poll//inc.poll.php?_cmd=vote&poll_id=2&choice="+ choice +"&ran=" + Math.random(),true);
		xmlHttp.send(null);
		
	}
	
	
	document.write('<div id="2_1283915158" style="width:160px;border: 1px solid #000000;background-color:#FFFFFF;">');
document.write('<div style="padding:5px;">');
document.write('	What kinda car do you drive?<br><br>');
document.write('	<div id="2_1283915158_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_2_1283915158(this.value)" type=radio name=vote value="11">		</td>');
document.write('		<td>GM</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_2_1283915158(this.value)" type=radio name=vote value="12">		</td>');
document.write('		<td>Ford</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_2_1283915158(this.value)" type=radio name=vote value="13">		</td>');
document.write('		<td>Chrysler</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_2_1283915158(this.value)" type=radio name=vote value="14">		</td>');
document.write('		<td>Toyota</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_2_1283915158(this.value)" type=radio name=vote value="15">		</td>');
document.write('		<td>Honda</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_2_1283915158(this.value)" type=radio name=vote value="16">		</td>');
document.write('		<td>Other</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>');
