document.write('
'); tusencuestas_addEvent_d3bc5403_7c27_4482_b612_702a7222dffd(window,'load',tusencuestas_inicializacion_d3bc5403_7c27_4482_b612_702a7222dffd,false); var accion_extra_d3bc5403_7c27_4482_b612_702a7222dffd = '0'; var P_Id_d3bc5403_7c27_4482_b612_702a7222dffd = '4616'; var Perfil_Id_d3bc5403_7c27_4482_b612_702a7222dffd = '3335'; function tusencuestas_inicializacion_d3bc5403_7c27_4482_b612_702a7222dffd() { tusencuestas_accion_d3bc5403_7c27_4482_b612_702a7222dffd(4, 0); } function tusencuestas_mostrar_d3bc5403_7c27_4482_b612_702a7222dffd() { tusencuestas_accion_d3bc5403_7c27_4482_b612_702a7222dffd(1, 0); } function tusencuestas_verVotos_d3bc5403_7c27_4482_b612_702a7222dffd() { tusencuestas_accion_d3bc5403_7c27_4482_b612_702a7222dffd(3, 0); } function tusencuestas_verListado_d3bc5403_7c27_4482_b612_702a7222dffd() { tusencuestas_accion_d3bc5403_7c27_4482_b612_702a7222dffd(5, 0); } function tusencuestas_verEncuesta_d3bc5403_7c27_4482_b612_702a7222dffd(_P_Id) { P_Id_d3bc5403_7c27_4482_b612_702a7222dffd = _P_Id; tusencuestas_accion_d3bc5403_7c27_4482_b612_702a7222dffd(4, 0) } function tusencuestas_accion_d3bc5403_7c27_4482_b612_702a7222dffd(accion_nombre, accion_argumento) { if (accion_argumento != "-1") { accion_argumento += ";" + accion_extra_d3bc5403_7c27_4482_b612_702a7222dffd; var act = document.createElement("script"); act.src = 'http://www.tusencuestas.com/acciones/tusencuestas.aspx?'+P_Id_d3bc5403_7c27_4482_b612_702a7222dffd +'-'+ Perfil_Id_d3bc5403_7c27_4482_b612_702a7222dffd + '-' + accion_nombre + '-' + accion_argumento + '-d3bc5403_7c27_4482_b612_702a7222dffd-0-'+hasVotado_d3bc5403_7c27_4482_b612_702a7222dffd()+'&i=' + tusencuestas_random_d3bc5403_7c27_4482_b612_702a7222dffd(); act.setAttribute('language', 'javascript'); act.setAttribute('type', 'text/javascript'); document.body.appendChild(act); } } function tusencuestas_votar_d3bc5403_7c27_4482_b612_702a7222dffd() { if (cookieHabilitada_d3bc5403_7c27_4482_b612_702a7222dffd()) { var accion_argumento = tusencuestas_recogeValor_d3bc5403_7c27_4482_b612_702a7222dffd(); tusencuestas_accion_d3bc5403_7c27_4482_b612_702a7222dffd(2, accion_argumento); if (accion_argumento != "-1") { var expira = new Date(); expira.setSeconds(expira.getSeconds() + 604800); setCookie_d3bc5403_7c27_4482_b612_702a7222dffd("P_Id" + P_Id_d3bc5403_7c27_4482_b612_702a7222dffd, "1", expira, "/"); } else alert('��Elige una respuesta!!'); } else alert('No puedes votar porque no tienes las cookies habilitadas'); } function tusencuestas_recogeValor_d3bc5403_7c27_4482_b612_702a7222dffd() { var tusencuestas_elemento = document.getElementsByName('tusencuestas_respuesta_resultados_name_d3bc5403_7c27_4482_b612_702a7222dffd'); var accion_argumento = -1; var contador = 0; for (i = 0; i < tusencuestas_elemento.length; i++) { if (tusencuestas_elemento[i].type == 'select-one') accion_argumento = tusencuestas_elemento[i].options[tusencuestas_elemento[i].selectedIndex].value; else if (tusencuestas_elemento[i].checked) { if (accion_argumento == -1) accion_argumento = ""; if (contador>0) accion_argumento += "_" + tusencuestas_elemento[i].value; else accion_argumento += tusencuestas_elemento[i].value; contador++; } } return accion_argumento; } function tusencuestas_random_d3bc5403_7c27_4482_b612_702a7222dffd() { var dt = new Date(); var ran=Math.random()*400; return dt.getTime() + '-' + ran; } function hasVotado_d3bc5403_7c27_4482_b612_702a7222dffd() { return getCookie_d3bc5403_7c27_4482_b612_702a7222dffd("P_Id" + P_Id_d3bc5403_7c27_4482_b612_702a7222dffd)!=null ? 1 : 0; } function cookieHabilitada_d3bc5403_7c27_4482_b612_702a7222dffd() { var r = tusencuestas_random_d3bc5403_7c27_4482_b612_702a7222dffd(); setCookie_d3bc5403_7c27_4482_b612_702a7222dffd(r,"1"); return getCookie_d3bc5403_7c27_4482_b612_702a7222dffd(r)!=null; } function setCookie_d3bc5403_7c27_4482_b612_702a7222dffd(name, value, expires, path, domain, secure) { var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); document.cookie = curCookie; } function getCookie_d3bc5403_7c27_4482_b612_702a7222dffd(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else begin += 2; var end = document.cookie.indexOf(";", begin); if (end == -1) end = dc.length; return unescape(dc.substring(begin + prefix.length, end)); } function tusencuestas_addEvent_d3bc5403_7c27_4482_b612_702a7222dffd(elm, evType, fn, useCapture) { if (elm.addEventListener) { elm.addEventListener(evType, fn, useCapture); return true; } else if (elm.attachEvent) { var r = elm.attachEvent('on' + evType, fn); return r; } else elm['on' + evType] = fn; }