GDN.UR.Events.CreateUser={Create:function(){GDN.Callback.Add(GDN.UR.Events.CreateUser.Callback);GDN.UR.UserProvider.Create()},Callback:function(){var user=new GDN.UR.User(GDN.UR.UserData);try{if(gdn_section_front=="frontpage"||gdn_section_front=="section")var sectionFront=gdn_section_front}catch(e){var sectionFront=null}user.AddSession(sectionFront);GDN.Cookies.Session.SetValue("ses",user.Sessions().length);if(user.Status()==GDN.UR.UserStatus.IdentifierCreated||user.Status()==GDN.UR.UserStatus.ZagCollected||user.Status()==GDN.UR.UserStatus.UnderAge){if(GDN.IsNullOrEmpty(user.GcionId()))user.GcionId("0");GDN.Cookies.GCION.Set(user,user.Status())}}};GDN.UR.Events.CreateUser.Create();