(function(){
    var className = "formula";
    $.gmath = function(){
        $("img." + className).each(function(){
            this.setAttribute(
                "src",
                'http://chart.apis.google.com/chart?cht=tx&chl=' +
                encodeURIComponent(this.getAttribute("alt"))
            );
        });
    };
})();
