jQuery.noConflict();

/*jQuery(document).ready(function(){
 alert(90);
 //autoIframe('rf-cust-care-iframe');
 });*/
(function($){

    Drupal.behaviors.custom = {
        attach: function(context){
            $(function(){
                $("#crumbs li:last-child").addClass('crumb-title');
                $('#webform-client-form-7 input#webform-7-reset').click(function(e){
                    e.preventDefault();
                    $('#webform-client-form-7')[0].reset();
                });
            })
        }
    };
    
})(jQuery);


;

