$(document).ready(function(){
  $('#banderol1').css('display','block');
$("form :radio").each(function(){
    if($(this).val()==6) $(this).attr('checked','checked');
  })
})
