jQuery.fn.textShadow=function(){return this.each(function(){var el=$(this);el.html('<span class="jquery-text-shadow-text">'+el.html()+'</span>').css('position','relative');jQuery('<span class="jquery-text-shadow">'+el.text()+'</span>').appendTo(el)})};