(function($){$.fn.deObfuccateEmail=function(){var regexp=/[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}/gi;this.each(function(){strText=$(this).html();while(match=regexp.exec(strText)){matchStr=match[0];$(this).html($(this).html().replace(matchStr,$.rotate(matchStr)))}});return $(this)}})(jQuery);jQuery(document).ready(function(){jQuery("span#obfuscatedEmail").deObfuccateEmail()});