(function($){
           
    $.fn.singleclick = function()
    {   
        this.empty().unbind('click').append("<div id='loader'><img src='images/main/loading.gif' border='0' style='height: 16px;'/></div>");
    };
})(jQuery);
