var str = 'http://bla.org/bla/http://site.com/';
http://bla.org/bla/
str = str.replace(/http:\/\/bla.org\/bla\//g, "");