gistfile1.txt $.dialog={ alert:function(set){ }, confirm:function(set){ }, load:function(set){ }, close:function(set){ }}function defaults(set){ var defaults={ }; return $.extend(defaults,set);}function addMask(){$("body").append('');}funct
$.dialog={ alert:function(set){ }, confirm:function(set){ }, load:function(set){ }, close:function(set){ } } function defaults(set){ var defaults={ }; return $.extend(defaults,set); } function addMask(){ $("body").append(''); } function getLeft(width){ return 50-50*width/$(document).width(); } function getTop(height){ return 50-50*height/$(document).height(); }