/** /jquery/debug.js **/

jQuery.fn.debug=function(){return this.each(function(){$.log(this);});};jQuery.log=function(message){if(window.console){console.debug(message);}else{alert(message);}};

/** end **/
