addNamespace("AquavitBehind");
AquavitBehind.DefaultPage_class = Class.create();
AquavitBehind.DefaultPage_class.prototype = (new AjaxPro.Request()).extend({
	IsValidAge: function(syear, callback) {
		return this.invoke("IsValidAge", {"syear":syear}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/AquavitBehind.DefaultPage,tbwzx3lv.ashx";
	}
})
AquavitBehind.DefaultPage = new AquavitBehind.DefaultPage_class();

