
	
	function jpoll_2_1283860436(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_1283860436_results').innerHTML = xmlHttp.responseText;
			}
		}
		xmlHttp.open("GET","http://www.beautifulbchomes.com/poll//inc.poll.php?_cmd=vote&poll_id=2&choice="+ choice +"&ran=" + Math.random(),true);
		xmlHttp.send(null);
		
	}
	
	
	document.write('<div id="2_1283860436" style="width:160px;border: 1px solid #000000;background-color:#FFFFFF;">');
document.write('<div style="padding:5px;text-align:left;">');
document.write('	Is your home on the market or are you considering selling your home?<br><br>');
document.write('	<div id="2_1283860436_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_1283860436(this.value)" type=radio name=vote value="3">		</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_2_1283860436(this.value)" type=radio name=vote value="4">		</td>');
document.write('		<td>Maybe</td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="padding-right:5px;">			<input onclick="jpoll_2_1283860436(this.value)" type=radio name=vote value="5">		</td>');
document.write('		<td>No</td>');
document.write('</tr>');
document.write('</table>');
document.write('	</div>');
document.write('</div>');
document.write('</div>');
