


	$(function(){
	  // Document is ready
	  	$("input[@type=text]").each( function() {	
	  	 
			var t = $(this).val(); 
			$(this).val( t.replace(/&quot;/g,'\"') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&#34;/g,'\"') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&amp;/g,'&') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&#39;/g,'\'') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&apos;/g,'\'') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&lt;/g,'<') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&gt;/g,'>') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&nbsp;/g,' ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&iexcl;/g,'¡') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&cent;/g,'¢') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&pound;/g,'£') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&curren;/g,'¤') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&yen;/g,'¥') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&brvbar;/g,'¦') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&sect;/g,'§') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&uml;/g,'¨') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&copy;/g,'©') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ordf;/g,'ª') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&laquo;/g,'«') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&not;/g,'¬') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&shy;/g,'­') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&reg;/g,'®') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&macr;/g,'¯') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&deg;/g,'°') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&plusmn;/g,'±') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&sup2;/g,'²') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&sup3;/g,'³') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&acute;/g,'´') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&micro;/g,'µ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&para;/g,'¶') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&middot;/g,'·') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&cedil;/g,'¸') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&sup1;/g,'¹') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ordm;/g,'º') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&raquo;/g,'»') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&frac14;/g,'¼') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&frac12;/g,'½') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&frac34;/g,'¾') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&iquest;/g,'¿') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Agrave;/g,'À') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Aacute;/g,'Á') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Acirc;/g,'Â') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Atilde;/g,'Ã') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Auml;/g,'Ä') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Aring;/g,'Å') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&AElig;/g,'Æ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Ccedil;/g,'Ç') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Egrave;/g,'È') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Eacute;/g,'É') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Ecirc;/g,'Ê') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Euml;/g,'Ë') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Igrave;/g,'Ì') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Iacute;/g,'Í') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Icirc;/g,'Î') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Iuml;/g,'Ï') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ETH;/g,'Ð') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Ntilde;/g,'Ñ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Ograve;/g,'Ò') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Oacute;/g,'Ó') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Ocirc;/g,'Ô') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Otilde;/g,'Õ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Ouml;/g,'Ö') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&times;/g,'×') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Oslash;/g,'Ø') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Ugrave;/g,'Ù') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Uacute;/g,'Ú') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Ucirc;/g,'Û') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Uuml;/g,'Ü') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Yacute;/g,'Ý') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&THORN;/g,'Þ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&szlig;/g,'ß') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&agrave;/g,'à') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&aacute;/g,'á') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&acirc;/g,'â') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&atilde;/g,'ã') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&auml;/g,'ä') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&aring;/g,'å') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&aelig;/g,'æ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ccedil;/g,'ç') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&egrave;/g,'è') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&eacute;/g,'é') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ecirc;/g,'ê') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&euml;/g,'ë') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&igrave;/g,'ì') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&iacute;/g,'í') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&icirc;/g,'î') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&iuml;/g,'ï') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&eth;/g,'ð') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ntilde;/g,'ñ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ograve;/g,'ò') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&oacute;/g,'ó') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ocirc;/g,'ô') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&otilde;/g,'õ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ouml;/g,'ö') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&divide;/g,'÷') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&oslash;/g,'ø') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ugrave;/g,'ù') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&uacute;/g,'ú') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ucirc;/g,'û') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&uuml;/g,'ü') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&yacute;/g,'ý') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&thorn;/g,'þ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&yuml;/g,'ÿ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&OElig;/g,'Œ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&oelig;/g,'œ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Scaron;/g,'Š') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&scaron;/g,'š') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Yuml;/g,'Ÿ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&fnof;/g,'ƒ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&circ;/g,'ˆ') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&tilde;/g,'˜') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Alpha;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Beta;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Gamma;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Delta;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Epsilon;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Zeta;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Eta;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Theta;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Iota;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Kappa;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Lambda;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Mu;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Nu;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Xi;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Omicron;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Pi;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Rho;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Sigma;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Tau;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Upsilon;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Phi;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Chi;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Psi;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Omega;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&alpha;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&beta;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&gamma;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&delta;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&epsilon;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&zeta;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&eta;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&theta;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&iota;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&kappa;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&lambda;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&mu;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&nu;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&xi;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&omicron;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&pi;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&rho;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&sigmaf;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&sigma;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&tau;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&upsilon;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&phi;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&chi;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&psi;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&omega;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&thetasym;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&upsih;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&piv;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ensp;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&emsp;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&thinsp;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&zwnj;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&zwj;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&lrm;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&rlm;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ndash;/g,'–') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&mdash;/g,'—') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&lsquo;/g,'‘') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&rsquo;/g,'’') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&sbquo;/g,'‚') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ldquo;/g,'“') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&rdquo;/g,'”') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&bdquo;/g,'„') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&dagger;/g,'†') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Dagger;/g,'‡') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&bull;/g,'•') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&hellip;/g,'…') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&permil;/g,'‰') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&prime;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&Prime;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&lsaquo;/g,'‹') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&rsaquo;/g,'›') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&oline;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&frasl;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&euro;/g,'€') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&image;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&weierp;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&real;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&trade;/g,'™') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&alefsym;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&larr;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&uarr;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&rarr;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&darr;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&harr;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&crarr;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&lArr;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&uArr;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&rArr;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&dArr;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&hArr;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&forall;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&part;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&exist;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&empty;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&nabla;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&isin;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&notin;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ni;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&prod;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&sum;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&minus;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&lowast;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&radic;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&prop;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&infin;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ang;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&and;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&or;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&cap;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&cup;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&int;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&there4;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&sim;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&cong;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&asymp;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ne;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&equiv;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&le;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&ge;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&sub;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&sup;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&nsub;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&sube;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&supe;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&oplus;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&otimes;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&perp;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&sdot;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&lceil;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&rceil;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&lfloor;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&rfloor;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&lang;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&rang;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&loz;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&spades;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&clubs;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&hearts;/g,'?') )  ;
		 
			var t = $(this).val(); 
			$(this).val( t.replace(/&diams;/g,'?') )  ;
		
		})
	});


