-
Participate in our voting. Take part in the decision process, how our Telenovela should progress!
function init() {
jQuery("#poll-form").submit(function(e) {
var answered = false;
jQuery("#poll-form .answer").each(function(i) {
if(this.checked) {
answered = true;
return true;
}
});
if(!answered) {
alert("Please choose an answer");
e.preventDefault();
e.stopPropagation();
return false;
}
});
}
jQuery(document).ready(init);
How will the world economical crisis continue?it is done, we are though?what crisis?another world war!we will all move to Slums, as that are the [...]
-