jQuery.fn.delay=function(b,a){return this.each(function(){setTimeout(a,b);});};