document.write ("<form name=forme3><table width=100%  border=0  cellpadding=1 cellpadding=1><tr><td colspan=2><b>Cómo cree usted que el Club Sergio Ceppi debe celebrar este 2010 sus 60 años? <tr ><td><input  type=radio name=encuesta value=11 onclick='voto=11' ><td>Con una gran fiesta <tr ><td><input  type=radio name=encuesta value=12 onclick='voto=12' ><td>Con un gran Bingo <tr ><td><input  type=radio name=encuesta value=13 onclick='voto=13' ><td>Con un torneo Masculino de primer nivel <tr ><td><input  type=radio name=encuesta value=14 onclick='voto=14' ><td>Con un Torneo Femenino de Primer nivel <tr ><td><input  type=radio name=encuesta value=15 onclick='voto=15' ><td>Con la eleccion de Candidatas a Reina  <tr><td colspan=2 align=center><input type=button value='Votar y Ver' onclick='votar()'></form></table>");
voto=0;
function votar()
{
f=document.forme3;
window.open('../../modulos/encuesta.php?encuesta=3&voto='+voto,'enc','width=600,height=450');
}

