var original_handleMouseDown = YAHOO.util.DragDrop.prototype.handleMouseDown;
YAHOO.util.DragDrop.prototype.handleMouseDown = function(e, oDD){
  try {
    original_handleMouseDown.call(this, e, oDD);
  }
  catch (e) {
  }
}