if (Drupal.jsEnabled){
    $('img[@alt=Image CAPTCHA]').insertBefore($('#edit-captcha-response'));
    $('.option').after($('#edit-news'));
    $('.option .form-checkbox').remove();
    
    $('#edit-campagne').click(function(){
        if ($(this).val() == 'Autre'){
            $('#edit-other-wrapper').css('display', 'block'); 
        }
        else if ($('#edit-other-wrapper').css('display') != 'none') {
            $('#edit-other-wrapper').css('display', 'none');
        }
    });
}
