var MAYB = (function ($, mayb) {

	mayb.views = mayb.views || {};

	mayb.handlers = mayb.handlers || {};

	mayb.resources = mayb.resources || {};

	mayb.resources.Validation = {};
	mayb.resources.Validation.NationalSubdivision = "Please enter a valid province";
	mayb.resources.Validation.AlphaCharacters2To20 = "2 to 20 alpha characters";
	mayb.resources.Validation.AlphaCharacters2To30 = "2 to 30 alpha characters";
	mayb.resources.Validation.PostalCode = "Please enter a valid postal code";
	mayb.resources.Validation.DateOfBirth = "Please enter a valid date of birth";
	mayb.resources.Validation.AlphaNumericCharacters2To50 = "2 to 50 alpha-numeric characters";
	mayb.resources.Validation.AlphaNumericCharacters5To50 = "5 to 50 alpha-numeric characters";
	mayb.resources.Validation.Required = "Required";
	mayb.resources.Validation.AlphaCharacters = "Please enter only text";
	mayb.resources.Validation.DateOfBirth_MinAge = "18";
	mayb.resources.Validation.Email = "Please enter a valid email address";
	mayb.resources.Validation.MustAgreeToTerms = "You must agree to the Terms of Use & Privacy Policy to sign up.";
	mayb.resources.Validation.EmailComparison = "Please re-enter email address";
	mayb.resources.Validation.NumericCharacters5 = "5 numeric characters";
	mayb.resources.Validation.DateOfBirth_TooYoung = "You must be 18 or older";
	mayb.resources.ClientStrings = {};
	mayb.resources.ClientStrings.ShowCaptions = "false";
	mayb.resources.ClientStrings.WatchALessonYoullLove = "watch a lesson you\u0027ll love";
	mayb.resources.ClientStrings.SeeOurFullProductLine = "See our full product line in the grid view";
	mayb.resources.ClientStrings.NowShowing = "Now showing {0} {1}";
	mayb.resources.ClientStrings.NowShowing_Plural = "shades";
	mayb.resources.ClientStrings.LessonExplorer = "Lessons Explorer";
	mayb.resources.ClientStrings.FeaturedProducts = "featured products";
	mayb.resources.ClientStrings.ShowMore = "Show More";
	mayb.resources.ClientStrings.New = "New";
	mayb.resources.ClientStrings.NowShowing_Singular = "shade";
	mayb.resources.ClientStrings.WatchAgain = "watch again";
	return mayb;
})(jQuery, MAYB || {});

