(function(a){a.fn.extend({log:function(b){if(typeof(console)!="undefined"&&typeof(console.log)!="undefined"){console.log("%s: %o",b,this)}return this},warn:function(b){if(typeof(console)!="undefined"){if(typeof(console.warn)!="undefined"){console.warn("%s: %o",b,this)}else{this.log(b)}}return this},error:function(b){if(typeof(console)!="undefined"){if(typeof(console.error)!="undefined"){console.error("%s: %o",b,this)}else{this.log(b)}}return this}})})(jQuery);
