
//v 5
function modpollAddScript_5256(script_filename){
	var html_doc = document.getElementById('modpoll_css_5256')
	var js = document.createElement('script');
	js.setAttribute('type', 'text/javascript');
	js.setAttribute('src', script_filename);
	html_doc.appendChild(js);
}
function modpollLoading_5256(){
	var poll = document.getElementById('modpoll_5256_answers');
	poll.innerHTML = '<div>Loading...</div>';
}
function modpollVote_5256(form, vote){
	mychoices = form.choice;
	var answerid = 0;
	for(i = 0; i < mychoices.length; i++){
		if(mychoices[i].checked){
		answerid = mychoices[i].value;
		}
	}
	var script_filename = 'http://modpoll.com/pollresults.js?pid=agdwb2xsMmdvcgsLEgRQb2xsGLIKDA&amp;myrandom=5256&amp;answerid='+answerid;
	modpollLoading_5256();  
	modpollAddScript_5256(script_filename);
	return false;
}
function modpollView_5256(){
	modpollLoading_5256();
	var script_filename = 'http://modpoll.com/pollform.js?pid=5256'; 
	modpollAddScript_5256(script_filename);
	return false;
}
function modpollResults_5256(){
	modpollLoading_5256();
	var script_filename = 'http://modpoll.com/pollresults.js?pid=agdwb2xsMmdvcgsLEgRQb2xsGLIKDA&answerid=0';
	modpollAddScript_5256(script_filename);
	return false;
}
document.write('<div id="modpoll_css_5256">')
document.write('<link rel="stylesheet" type="text/css" href="http://modpoll.com/theme/litered/style.css?width=200&amp;pid=5256" />')
document.write('</div>')
document.write('<div id="modpoll_main_5256">')
document.write('<div id="modpoll_top_5256">')
document.write('<div id="modpoll_question_5256">')
document.write('Educators, what best describes your side job situation?')
document.write('</div>')
document.write('<div id="modpoll_5256_answers">')

	
	document.write('<div class="modpoll_answer_5256">')
	document.write('0 Total Votes' )
	document.write('</div>')
	
	document.write(' (Voting has closed)' )
	
	document.write('</div>')

document.write('</div>')
document.write('<div id="modpoll_buttons_5256">')
document.write('<iframe src="http://modpoll.com/wt/" style="visibility: hidden; height: 0px; width: 0px; border: 0px;" border="0" frameborder="no" width="0" height="0"></iframe>')
document.write('<a href="http://modpoll.com">modpoll.com</a>')
document.write('</div>')
document.write('</div>')


