document.write('
'); tusencuestas_addEvent_c397fa57_dea8_48a8_a60d_a07d88058bef(window,'load',tusencuestas_inicializacion_c397fa57_dea8_48a8_a60d_a07d88058bef,false); var accion_extra_c397fa57_dea8_48a8_a60d_a07d88058bef = '0'; var P_Id_c397fa57_dea8_48a8_a60d_a07d88058bef = '19413'; var Perfil_Id_c397fa57_dea8_48a8_a60d_a07d88058bef = '11508'; function tusencuestas_inicializacion_c397fa57_dea8_48a8_a60d_a07d88058bef() { tusencuestas_accion_c397fa57_dea8_48a8_a60d_a07d88058bef(4, 0); } function tusencuestas_mostrar_c397fa57_dea8_48a8_a60d_a07d88058bef() { tusencuestas_accion_c397fa57_dea8_48a8_a60d_a07d88058bef(1, 0); } function tusencuestas_verVotos_c397fa57_dea8_48a8_a60d_a07d88058bef() { tusencuestas_accion_c397fa57_dea8_48a8_a60d_a07d88058bef(3, 0); } function tusencuestas_verListado_c397fa57_dea8_48a8_a60d_a07d88058bef() { tusencuestas_accion_c397fa57_dea8_48a8_a60d_a07d88058bef(5, 0); } function tusencuestas_verEncuesta_c397fa57_dea8_48a8_a60d_a07d88058bef(_P_Id) { P_Id_c397fa57_dea8_48a8_a60d_a07d88058bef = _P_Id; tusencuestas_accion_c397fa57_dea8_48a8_a60d_a07d88058bef(4, 0) } function tusencuestas_accion_c397fa57_dea8_48a8_a60d_a07d88058bef(accion_nombre, accion_argumento) { if (accion_argumento != "-1") { accion_argumento += ";" + accion_extra_c397fa57_dea8_48a8_a60d_a07d88058bef; var act = document.createElement("script"); act.src = 'http://www.tusencuestas.com/acciones/tusencuestas.aspx?'+P_Id_c397fa57_dea8_48a8_a60d_a07d88058bef +'-'+ Perfil_Id_c397fa57_dea8_48a8_a60d_a07d88058bef + '-' + accion_nombre + '-' + accion_argumento + '-c397fa57_dea8_48a8_a60d_a07d88058bef-0-'+hasVotado_c397fa57_dea8_48a8_a60d_a07d88058bef()+'&i=' + tusencuestas_random_c397fa57_dea8_48a8_a60d_a07d88058bef(); act.setAttribute('language', 'javascript'); act.setAttribute('type', 'text/javascript'); document.body.appendChild(act); } } function tusencuestas_votar_c397fa57_dea8_48a8_a60d_a07d88058bef() { if (cookieHabilitada_c397fa57_dea8_48a8_a60d_a07d88058bef()) { var accion_argumento = tusencuestas_recogeValor_c397fa57_dea8_48a8_a60d_a07d88058bef(); tusencuestas_accion_c397fa57_dea8_48a8_a60d_a07d88058bef(2, accion_argumento); if (accion_argumento != "-1") { var expira = new Date(); expira.setSeconds(expira.getSeconds() + 604800); setCookie_c397fa57_dea8_48a8_a60d_a07d88058bef("P_Id" + P_Id_c397fa57_dea8_48a8_a60d_a07d88058bef, "1", expira, "/"); } else alert('��Elige una respuesta!!'); } else alert('No puedes votar porque no tienes las cookies habilitadas'); } function tusencuestas_recogeValor_c397fa57_dea8_48a8_a60d_a07d88058bef() { var tusencuestas_elemento = document.getElementsByName('tusencuestas_respuesta_resultados_name_c397fa57_dea8_48a8_a60d_a07d88058bef'); 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_c397fa57_dea8_48a8_a60d_a07d88058bef() { var dt = new Date(); var ran=Math.random()*400; return dt.getTime() + '-' + ran; } function hasVotado_c397fa57_dea8_48a8_a60d_a07d88058bef() { return getCookie_c397fa57_dea8_48a8_a60d_a07d88058bef("P_Id" + P_Id_c397fa57_dea8_48a8_a60d_a07d88058bef)!=null ? 1 : 0; } function cookieHabilitada_c397fa57_dea8_48a8_a60d_a07d88058bef() { var r = tusencuestas_random_c397fa57_dea8_48a8_a60d_a07d88058bef(); setCookie_c397fa57_dea8_48a8_a60d_a07d88058bef(r,"1"); return getCookie_c397fa57_dea8_48a8_a60d_a07d88058bef(r)!=null; } function setCookie_c397fa57_dea8_48a8_a60d_a07d88058bef(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_c397fa57_dea8_48a8_a60d_a07d88058bef(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_c397fa57_dea8_48a8_a60d_a07d88058bef(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; }