function convertEntities(a){var c,b;c=function(a){if(/&[^;]+;/.test(a)){var b=document.createElement("div");b.innerHTML=a;return!b.firstChild?a:b.firstChild.nodeValue}return a};if(typeof a==="string")return c(a);else if(typeof a==="object")for(b in a)typeof a[b]==="string"&&(a[b]=c(a[b]));return a};
