<% cleanLang=function(string){ if(!string){string=''} return string.replace(/'/g,"\\'") } %>