
var server='http://pollkit.com/';

function showresults_embed_549(){
	var s = document.createElement("SCRIPT");
	s.src = server + "jd_script/encuesta_resultado.js.php?id=NTQ5";
	var h = document.getElementsByTagName("head").item(0);
	h.appendChild(s);
}

function voted_embed_549(){
	opc=document.poll_549.alternativas;
	
	var respuestas = '';
 	var separador = '';
	var ids = '';
 	var j=0;
	for(i=0;i<opc.length;i++){
		check=document.getElementById(opc[i].id).checked;
		if(check){respuestas += separador +'1';//separador = "|";
		j++;
		}else{respuestas += separador + '0';//separador = "|";
		}
		ids += separador + opc[i].value;
		separador = "|";
	}
	if(j==0){alert('Eliga una alternativa');return;}
		
	divAlert = document.getElementById('results_549');
	divAlert.innerHTML= '<img border="0px" style="border:0;" src="'+server+'/jd_themes/default/images/spinner.gif">';
	
	var send_vars='id=549&respuestas='+respuestas+'&votos='+j+'&ids_alternativas='+ids;

	var s = document.createElement("SCRIPT");
	s.src = server + "jd_script/encuesta_votar.js.php?"+send_vars;
	var h = document.getElementsByTagName("head").item(0);
	h.appendChild(s);
}
function styles_549(){
	fileref=document.createElement("link");
	fileref.setAttribute("rel", "stylesheet");
	fileref.setAttribute("type", "text/css");
	fileref.setAttribute("href", "http://pollkit.com/jd_script/estilos.css.php?n=1");
	document.getElementsByTagName("head").item(0).appendChild(fileref);
}

function form_initialize_549(){
	//formulario de inicio y regresar a la encuesta
	var form_poll_voted='';
	divpoll = document.getElementById('results_549');
			form_poll_voted+='<form action="" name="poll_549" onsubmit="voted_embed_549(); return false" >';
			form_poll_voted+='<div class="alternatives">';
				form_poll_voted+='<span class="alternative"><input name="alternativas"  type="checkbox"  value="3104" id="alternativa_5490" /><label for="alternativa_5490"> Las conferencias plenarias</label></span><br />';
				form_poll_voted+='<span class="alternative"><input name="alternativas"  type="checkbox"  value="3105" id="alternativa_5491" /><label for="alternativa_5491"> Las conferencias de las secciones</label></span><br />';
				form_poll_voted+='<span class="alternative"><input name="alternativas"  type="checkbox"  value="3106" id="alternativa_5492" /><label for="alternativa_5492"> Los aplicadores de tecnología</label></span><br />';
				form_poll_voted+='<span class="alternative"><input name="alternativas"  type="checkbox"  value="3107" id="alternativa_5493" /><label for="alternativa_5493"> Los comentarios de los trabajos</label></span><br />';
				form_poll_voted+='<span class="alternative"><input name="alternativas"  type="checkbox"  value="3108" id="alternativa_5494" /><label for="alternativa_5494"> La discusión fuera de las secciones</label></span><br />';
				form_poll_voted+='<span class="alternative"><input name="alternativas"  type="checkbox"  value="3109" id="alternativa_5495" /><label for="alternativa_5495"> La organización</label></span><br />';
				form_poll_voted+='<span class="alternative"><input name="alternativas"  type="checkbox"  value="3110" id="alternativa_5496" /><label for="alternativa_5496"> El lugar donde se realizó</label></span><br />';
			form_poll_voted+='</div>';
		form_poll_voted+='<div style="display:table;width:225px;"><span style="width:auto;display:block;float:left;">';
		form_poll_voted+='<span class="pk_link_results" onclick="showresults_embed_549()">Ver Resultados</span><br /><span class="pk_link_results"><a target="_new" href="http://pollkit.com/p/57ad1a9cb549">M&aacute;s detalles</a></span></span>';
		form_poll_voted+='<span style="width:auto;display:block;float:right;padding-top:3px;"><input class="pk_button" type="submit" value="Votar" /></span>';
		form_poll_voted+='</div>';
		form_poll_voted+='</form>';
		divpoll.innerHTML=form_poll_voted;
}

document.write('<div class="pk_poll" style="width:250px;">');document.write('<div class="pk_content">');document.write('<div class="pk_top"><div class="pk_top_left"><div class="pk_top_right">');document.write('</div></div></div>');document.write('<div class="pk_boxcontrol">');document.write('<div class="pk_question">¿Qué te gustó más?</div>');document.write('<input type="hidden" value="NTQ5" id="encuesta_id" />');document.write('<div id="results_549">');form_initialize_549();
document.write('</div>');document.write('</div>');document.write('<div class="pk_bottom"><div class="pk_bottom_left"><div class="pk_bottom_right">');document.write('<p class="pk_link_web"><small>Gestionado por <a href="http://www.pollkit.com" target="_new">PollKit.com</a></small></p>');document.write('</div></div></div>');document.write('</div>');document.write('</div>');styles_549();