(function($) { var COUNT = 0 $.fn.dialog = function(options) { var self = this, $this = $(self), $body = $(document.body), $element = $this.closest('.dialog'); this.options = options; var create = function() { // fade var element = '