(function($){$.fn.center=function(){return this.each(function(){var obj=$(this);obj.css("position","absolute");obj.css("top",($(window).height()-obj.outerHeight())/2+$(window).scrollTop()+"px");obj.css("left",($(window).width()-obj.outerWidth())/2+$(window).scrollLeft()+"px");});};})(jQuery);
