function strip_www(dom) { if (dom.substr(0,4)=='www.') return dom.substr(4,dom.length); else return dom; }