﻿jQuery.fn.jqir = function(params) {
    options = {
        path: '/css/images/'
    };

    jQuery.extend(options, params);
    $(this).html("<img src='" + options.path + $(this).attr("id") + ".gif' alt='"+ $(this).text() + "' />");
}