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