function athomeConfig(){
    this.lang='de';
    this.subdomain='www';
    this.defaultCountryName='Germany';
    this.domainfull='www.athome.de';
    this.domain='athome.de';
    this.isLiveSystem=true;
    this.isDevSystem=false;
    this.isSandboxSystem=false;
}