
//v 5
function modpollAddScript_3480(script_filename){
	var html_doc = document.getElementById('modpoll_css_3480')
	var js = document.createElement('script');
	js.setAttribute('type', 'text/javascript');
	js.setAttribute('src', script_filename);
	html_doc.appendChild(js);
}
function modpollLoading_3480(){
	var poll = document.getElementById('modpoll_3480_answers');
	poll.innerHTML = '<div>Loading...</div>';
}
function modpollVote_3480(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=agdwb2xsMmdvcgwLEgRQb2xsGNjGEAw&amp;myrandom=3480&amp;answerid='+answerid;
	modpollLoading_3480();  
	modpollAddScript_3480(script_filename);
	return false;
}
function modpollView_3480(){
	modpollLoading_3480();
	var script_filename = 'http://modpoll.com/pollform.js?pid=3480'; 
	modpollAddScript_3480(script_filename);
	return false;
}
function modpollResults_3480(){
	modpollLoading_3480();
	var script_filename = 'http://modpoll.com/pollresults.js?pid=agdwb2xsMmdvcgwLEgRQb2xsGNjGEAw&answerid=0';
	modpollAddScript_3480(script_filename);
	return false;
}
document.write('<div id="modpoll_css_3480">')
document.write('<link rel="stylesheet" type="text/css" href="http://modpoll.com/theme/litegray/style.css?width=260&amp;pid=3480" />')
document.write('</div>')
document.write('<div id="modpoll_main_3480">')
document.write('<div id="modpoll_top_3480">')
document.write('<div id="modpoll_question_3480">')
document.write('Do you like the new header?')
document.write('</div>')
document.write('<div id="modpoll_3480_answers">')

	
	document.write('<div class="modpoll_answer_3480">')
	document.write('Yes<br />')
	document.write('<div class="modpoll_bar_3480" style="width: 41%">&nbsp;</div>')
	document.write('<span class="modpoll_lttext">83% (10 Votes)</span>')
	document.write('</div>')
	
	document.write('<div class="modpoll_answer_3480">')
	document.write('No, change it back!<br />')
	document.write('<div class="modpoll_bar_3480" style="width: 0%">&nbsp;</div>')
	document.write('<span class="modpoll_lttext">0% (0 Votes)</span>')
	document.write('</div>')
	
	document.write('<div class="modpoll_answer_3480">')
	document.write('New header? This is my first time here.<br />')
	document.write('<div class="modpoll_bar_3480" style="width: 8%">&nbsp;</div>')
	document.write('<span class="modpoll_lttext">17% (2 Votes)</span>')
	document.write('</div>')
	
	document.write('<div class="modpoll_answer_3480">')
	document.write('12 Total Votes' )
	document.write('</div>')
	
	document.write(' (Voting has closed)' )
	
	document.write('</div>')

document.write('</div>')
document.write('<div id="modpoll_buttons_3480">')
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>')


