function countryCode(){
    return 'US';
}
function getCurrencySymbol(){
    return '\u20AC';
}
function getCurrencyString(){
    return 'euro';
}
function getCurrencyForPlatform(){
    return 'euro';
}
function getServerDate(){
    return new Date("Tue, 13 Apr 2021 23:29:11 +0000");
}


function extraParameters(){
    return "";
}
