/**
 * Blit Effects plugin 1.0
 *
 * Copyright (c) 2008 Blit, Inc (http://blit.com/)
 * MIT license (blit.com/licenses/mit.html)
 */

jQuery.fn.fx_highlight = function() {
  if (this.is(':visible')) this.hide();
  return this.show('highlight',{},1000);
}
