
	
	function jpoll_1_1283989881(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('1_1283989881_results').innerHTML = xmlHttp.responseText;
			}
		}
		xmlHttp.open("GET","http://www.thecollegedegrees.com/poll//inc.poll.php?_cmd=vote&poll_id=1&choice="+ choice +"&ran=" + Math.random(),true);
		xmlHttp.send(null);
		
	}
	
	
	document.write('    <div>&nbsp;</div>');
document.write('    <div class="right-nav-header" style="background-image:url(\'http://www.thecollegedegrees.com/images/content-header-bg3.gif\');border-color:#6186af;">');
document.write('     <div class="right-nav-icon"><img src="http://www.thecollegedegrees.com/icon/poll.gif" alt="" width="21" height="21" border="0" /></div>');
document.write('     <span>YOUR OPINION</span>');
document.write('    </div>');
document.write('    <div class="right-nav-content" style="font-size:11px;background-image:url(\'http://www.thecollegedegrees.com/images/content-header-bg3.gif\');">');
document.write(' 	Can online education provide the full college or university experience?<br><br>');
document.write(' 	<div id="1_1283989881_results" style="font-size:11px;">');
document.write(' 	<table border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="font-size:11px;padding-right:5px;">			<input style="font-size:11px;" id="3" onclick="jpoll_1_1283989881(this.value)" type=radio name=vote value="3">		</td>');
document.write('		<td><label for="3" style="font-size:11px;">Yes</label></td>');
document.write('</tr>');
document.write('<tr>');
document.write('	<td valign="middle" nowrap style="font-size:11px;padding-right:5px;">			<input style="font-size:11px;" id="4" onclick="jpoll_1_1283989881(this.value)" type=radio name=vote value="4">		</td>');
document.write('		<td><label for="4" style="font-size:11px;">No</label></td>');
document.write('</tr>');
document.write('</table>');
document.write('    </div>');
document.write('    <div>&nbsp;</div>');
