function text2seo(text) { text=text.replace(/[^a-z-A-Z-0-9]+/g,'-'); text=text.toLowerCase(); return text; }