		try{
			jQuery.fn.log = function (msg) {
				try{
					console.log("%s: %o", msg, this);
				}catch(ev_err_log){}
				
				return this;
			}
		  }catch(err_firbug_install_fn)
		  {
			
		  }
