
if (typeof(Aloriah) == "undefined") {
    Aloriah = {};
}
Aloriah.pathRealm = "http://www.aloriah.com/";
Aloriah.pathStatic = "http://static1.aloriah.com/1/";
Aloriah.patterns = {
    "username": /^[a-zA-Z][a-zA-Z0-9]{3,19}$/,
    "email": /^[A-Za-z0-9\.\-_]+?@[A-Za-z0-9\.\-_]+?\..{2,6}$/,
    "password": /^.{6,50}$/};

