function transformURL(a) { a = a.replace(/^www\.|http:\/\/www\.|^\/\/www\./,''); return a = ('http://'+a); } check = transformURL(url)