/*! jQuery Best Ampersand - v0.1.0 - 2012-07-03 * https://github.com/gmurphey/jQuery-Best-Ampersand * Copyright (c) 2012 Garrett Murphey; Licensed MIT, GPL */ (function(a){a.fn.bestAmpersand=function(b){var c={"class":"ampersand"},d=a.extend(c,b);return this.each(function(){var b=a(this);b.html(b.html().replace(/ \&\; /g,' & '))})}})(jQuery);