Javascript String stripSubdomain()
stripSubdomain()
String.prototype.stripSubdomain = function() { return this.substr(this.indexOf(config.domainHost),this.length); };