jsMath = {
        styles: {'div.typeset': 'text-align:left; margin: 1em 0px 1em 1in'},
        Controls: 	{
			        	cookie: {
			        				scale: 133,
			        				button: false,
			        				progress: false,
			        				warn: false,
			        				printwarn: false
			        			},
			        	Panel: function() {}
        			},
        noImgFonts: 1,
        Font: {Message: function () {}}
      }

      window.onload = function () {
		  jsMath.tex2math.doubleDollarsAreInLine = true;
		  jsMath.Parser.prototype.Error = function(s){};
		  jsMath.ConvertTeX(); 
		  jsMath.Process();
      }