jQuery.fn.center=function(){this.css("position","relative");this.css("left",($(window).width()-this.width())/2+$(window).scrollLeft()+"px");return this;};
