(function() { var site = "site.ru/file.php#token=123"; var a = site.substring(0, site.indexOf('=')+1); var t = site.replace(a, ''); alert(t); })();