var l10n = {
    'generic': {
        'loading': 'Loading',
        'formIncomplete': '<strong>Please fill out the forms in red</strong>',
		"tooYoung":"Sorry, you are too young.",
		"formAgeIncomplete":"Please, fill all the fields",
        'newsletterRegistrationLabel': 'Fill in your e-mail address',
        'newsletterEmailInvalid': 'Please check your e-mail address',
        'newsletterRegistrationOK': 'Congratulations ! You have just subscribed to Grand Marnier Newsletter',
        'newsletterRegistrationKO': 'You have already subscribed to Grand Marnier Newsletter'
    }
};
