/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(document).ready(function(){

   /*Votar obra del año*/
   $('.idiomax').click(function() {
              try{
                  var cor = this.name;
                  document.getElementById('idioma').value=cor;
                  document.getElementById('frmidioma').submit();
              }catch(e){
                 alert("fx-idiomax: "+e);
              }
	});

});
