jQuery(function() {
    if(window.attachEvent) {
        jQuery('label').append('<span class="required">*</span>');
    }
});
