﻿//jQuery Plugin: Drop Shadow Text
// call like this: $(element).textShadow();
(function($){$.fn.textShadow=function(){$(this).html('<span class="jqShadow">'+$(this).html()+'</span><span class="jqShadowNormal">'+$(this).html()+'</span>');return $(this)}})(jQuery);