//alert(JSON.stringify(session)) ; systemEmail = "info@JeffersonClub.org" ; sessionTokenName = "jeffersonclubToken" ; sessionEmailName = "jeffersonclubEmail" ; sessionPasscodeName = "jeffersonclubPasscode" ; getSession() ; function validSession (session) {return session&&!session["error"] ;} function validSessionEditor (session) {return session&&!session["error"]&&(session["editor"]||session["administrator"]) ;} function validSessionAdministrator (session) {return session&&!session["error"]&&session["administrator"] ;} function validUser (userEntity) {return userEntity&&!userEntity["error"]&&userEntity["entity"]=="UserEntity" ;} function validUserEmail (userEmailEntity) {return userEmailEntity&&!userEmailEntity["error"]&&userEmailEntity["entity"]=="UserEmailEntity" ;} function validArticle (articleEntity) {return articleEntity&&!articleEntity["error"] ;} function validArticleUser (articleUserEntity) {return articleUserEntity&&!articleUserEntity["error"] ;} function validArticleUserSubscriber (articleUserEntity) {return articleUserEntity&&!articleUserEntity["error"]&&articleUserEntity["subscriber"]&&articleUserEntity["entity"]=="ArticleUserEntity" ;} function validBook (bookEntity) {return bookEntity&&!bookEntity["error"] ;} function validBookUser (bookUserEntity) {return bookUserEntity&&!bookUserEntity["error"] ;} function validBookUserSubscriber (bookUserEntity) {return bookUserEntity&&!bookUserEntity["error"]&&bookUserEntity["subscriber"]&&bookUserEntity["entity"]=="BookUserEntity" ;} function validChannel (channelEntity) {return channelEntity&&!channelEntity["error"] ;} function validChannelUser (channelUserEntity) {return channelUserEntity&&!channelUserEntity["error"] ;} function validChannelUserSubscriber (channelUserEntity) {return channelUserEntity&&!channelUserEntity["error"]&&channelUserEntity["subscriber"]&&channelUserEntity["entity"]=="ChannelUserEntity" ;} function validChannelUserEditor (channelUserEntity) {return channelUserEntity&&!channelUserEntity["error"]&&channelUserEntity["editor"]&&channelUserEntity["entity"]=="ChannelUserEntity" ;} function validChannelUserAdministrator (channelUserEntity) {return channelUserEntity&&!channelUserEntity["error"]&&(channelUserEntity["editor"]||channelUserEntity["administrator"])&&channelUserEntity["entity"]=="ChannelUserEntity" ;} function validChapter (chapterEntity) {return chapterEntity&&!chapterEntity["error"] ;} function validChapterUser (chapterUserEntity) {return chapterUserEntity&&!chapterUserEntity["error"] ;} function validChapterUserSubscriber (chapterUserEntity) {return chapterUserEntity&&!chapterUserEntity["error"]&&chapterUserEntity["subscriber"]&&chapterUserEntity["entity"]=="ChapterUserEntity" ;} function validChapterUserEditor (chapterUserEntity) {return chapterUserEntity&&!chapterUserEntity["error"]&&chapterUserEntity["editor"]&&chapterUserEntity["entity"]=="ChapterUserEntity" ;} function validChapterUserAdministrator (chapterUserEntity) {return chapterUserEntity&&!chapterUserEntity["error"]&&(chapterUserEntity["editor"]||chapterUserEntity["administrator"])&&chapterUserEntity["entity"]=="ChapterUserEntity" ;} function validEvent (eventEntity) {return eventEntity&&!eventEntity["error"] ;} function validEventUser (eventUserEntity) {return eventUserEntity&&!eventUserEntity["error"] ;} function validEventUserSubscriber (eventUserEntity) {return eventUserEntity&&!eventUserEntity["error"]&&eventUserEntity["subscriber"]&&eventUserEntity["entity"]=="EventUserEntity" ;} function validEventUserEditor (eventUserEntity) {return eventUserEntity&&!eventUserEntity["error"]&&eventUserEntity["editor"]&&eventUserEntity["entity"]=="EventUserEntity" ;} function validEventUserAdministrator (eventUserEntity) {return eventUserEntity&&!eventUserEntity["error"]&&(eventUserEntity["editor"]||eventUserEntity["administrator"])&&eventUserEntity["entity"]=="EventUserEntity" ;} function validVideo (videoEntity) {return videoEntity&&!videoEntity["error"] ;} function validVideoUser (videoUserEntity) {return videoUserEntity&&!videoUserEntity["error"] ;} function validVideoUserSubscriber (videoUserEntity) {return videoUserEntity&&!videoUserEntity["error"]&&videoUserEntity["subscriber"]&&videoUserEntity["entity"]=="VideoUserEntity" ;} function validWebsite (websiteEntity) {return websiteEntity&&!websiteEntity["error"] ;} function validWebsiteUser (websiteUserEntity) {return websiteUserEntity&&!websiteUserEntity["error"] ;} function validWebsiteUserSubscriber (websiteUserEntity) {return websiteUserEntity&&!websiteUserEntity["error"]&&websiteUserEntity["subscriber"]&&websiteUserEntity["entity"]=="WebsiteUserEntity" ;} if (getQueryParameter("articleEntityId")) { var articleEntity = getHttpJson("/app/article/view?articleEntityId="+getQueryParameter("articleEntityId")+"&sessionToken="+session["sessionToken"]) ; if (getQueryParameter("userEntityId")) var articleUserEntity = getHttpJson("/app/article/user/view?articleEntityId="+getQueryParameter("articleEntityId")+"&userEntityId="+getQueryParameter("userEntityId")+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("articleUserEntityId")) { var articleUserEntity = getHttpJson("/app/article/user/view?articleUserEntityId="+getQueryParameter("articleUserEntityId")+"&sessionToken="+session["sessionToken"]) ; var articleEntity = getHttpJson("/app/article/view?articleEntityId="+articleUserEntity["articleEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (articleEntity) { var sessionArticleUserEntity = getHttpJson("/app/article/user/view?articleEntityId="+articleEntity["articleEntityId"]+"&userEntityId="+session["userEntityId"]+"&sessionToken="+session["sessionToken"]) ; var channelEntity = getHttpJson("/app/channel/view?channelEntityId="+articleEntity["channelEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("bookEntityId")) { var bookEntity = getHttpJson("/app/book/view?bookEntityId="+getQueryParameter("bookEntityId")+"&sessionToken="+session["sessionToken"]) ; if (getQueryParameter("userEntityId")) var bookUserEntity = getHttpJson("/app/book/user/view?bookEntityId="+getQueryParameter("bookEntityId")+"&userEntityId="+getQueryParameter("userEntityId")+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("bookUserEntityId")) { var bookUserEntity = getHttpJson("/app/book/user/view?bookUserEntityId="+getQueryParameter("bookUserEntityId")+"&sessionToken="+session["sessionToken"]) ; var bookEntity = getHttpJson("/app/book/view?bookEntityId="+bookUserEntity["bookEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (bookEntity) { var sessionBookUserEntity = getHttpJson("/app/book/user/view?bookEntityId="+bookEntity["bookEntityId"]+"&userEntityId="+session["userEntityId"]+"&sessionToken="+session["sessionToken"]) ; var channelEntity = getHttpJson("/app/channel/view?channelEntityId="+bookEntity["channelEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("documentEntityId")) { var documentEntity = getHttpJson("/app/document/view?documentEntityId="+getQueryParameter("documentEntityId")+"&sessionToken="+session["sessionToken"]) ; if (getQueryParameter("userEntityId")) var documentUserEntity = getHttpJson("/app/document/user/view?documentEntityId="+getQueryParameter("documentEntityId")+"&userEntityId="+getQueryParameter("userEntityId")+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("documentUserEntityId")) { var documentUserEntity = getHttpJson("/app/document/user/view?documentUserEntityId="+getQueryParameter("documentUserEntityId")+"&sessionToken="+session["sessionToken"]) ; var documentEntity = getHttpJson("/app/document/view?documentEntityId="+documentUserEntity["documentEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (documentEntity) { var sessionDocumentUserEntity = getHttpJson("/app/document/user/view?documentEntityId="+documentEntity["documentEntityId"]+"&userEntityId="+session["userEntityId"]+"&sessionToken="+session["sessionToken"]) ; var channelEntity = getHttpJson("/app/channel/view?channelEntityId="+documentEntity["channelEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("videoEntityId")) { var videoEntity = getHttpJson("/app/video/view?videoEntityId="+getQueryParameter("videoEntityId")+"&sessionToken="+session["sessionToken"]) ; if (getQueryParameter("userEntityId")) var videoUserEntity = getHttpJson("/app/video/user/view?videoEntityId="+getQueryParameter("videoEntityId")+"&userEntityId="+getQueryParameter("userEntityId")+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("videoUserEntityId")) { var videoUserEntity = getHttpJson("/app/video/user/view?videoUserEntityId="+getQueryParameter("videoUserEntityId")+"&sessionToken="+session["sessionToken"]) ; var videoEntity = getHttpJson("/app/video/view?videoEntityId="+videoUserEntity["videoEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (videoEntity) { var sessionVideoUserEntity = getHttpJson("/app/video/user/view?videoEntityId="+videoEntity["videoEntityId"]+"&userEntityId="+session["userEntityId"]+"&sessionToken="+session["sessionToken"]) ; var channelEntity = getHttpJson("/app/channel/view?channelEntityId="+videoEntity["channelEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("websiteEntityId")) { var websiteEntity = getHttpJson("/app/website/view?websiteEntityId="+getQueryParameter("websiteEntityId")+"&sessionToken="+session["sessionToken"]) ; if (getQueryParameter("userEntityId")) var websiteUserEntity = getHttpJson("/app/website/user/view?websiteEntityId="+getQueryParameter("websiteEntityId")+"&userEntityId="+getQueryParameter("userEntityId")+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("websiteUserEntityId")) { var websiteUserEntity = getHttpJson("/app/website/user/view?websiteUserEntityId="+getQueryParameter("websiteUserEntityId")+"&sessionToken="+session["sessionToken"]) ; var websiteEntity = getHttpJson("/app/website/view?websiteEntityId="+websiteUserEntity["websiteEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (websiteEntity) { var sessionWebsiteUserEntity = getHttpJson("/app/website/user/view?websiteEntityId="+websiteEntity["websiteEntityId"]+"&userEntityId="+session["userEntityId"]+"&sessionToken="+session["sessionToken"]) ; var channelEntity = getHttpJson("/app/channel/view?channelEntityId="+websiteEntity["channelEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("channelEntityId")) { var channelEntity = getHttpJson("/app/channel/view?channelEntityId="+getQueryParameter("channelEntityId")+"&sessionToken="+session["sessionToken"]) ; if (getQueryParameter("userEntityId")) var channelUserEntity = getHttpJson("/app/channel/user/view?channelEntityId="+getQueryParameter("channelEntityId")+"&userEntityId="+getQueryParameter("userEntityId")+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("channelUserEntityId")) { var channelUserEntity = getHttpJson("/app/channel/user/view?channelUserEntityId="+getQueryParameter("channelUserEntityId")+"&sessionToken="+session["sessionToken"]) ; var channelEntity = getHttpJson("/app/channel/view?channelEntityId="+channelUserEntity["channelEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (channelEntity) var sessionChannelUserEntity = getHttpJson("/app/channel/user/view?channelEntityId="+channelEntity["channelEntityId"]+"&userEntityId="+session["userEntityId"]+"&sessionToken="+session["sessionToken"]) ; if (getQueryParameter("eventEntityId")) { var eventEntity = getHttpJson("/app/event/view?eventEntityId="+getQueryParameter("eventEntityId")+"&sessionToken="+session["sessionToken"]) ; if (getQueryParameter("userEntityId")) var eventUserEntity = getHttpJson("/app/event/user/view?eventEntityId="+getQueryParameter("eventEntityId")+"&userEntityId="+getQueryParameter("userEntityId")+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("eventUserEntityId")) { var eventUserEntity = getHttpJson("/app/event/user/view?eventUserEntityId="+getQueryParameter("eventUserEntityId")+"&sessionToken="+session["sessionToken"]) ; var eventEntity = getHttpJson("/app/event/view?eventEntityId="+eventUserEntity["eventEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (eventEntity) { var sessionEventUserEntity = getHttpJson("/app/event/user/view?eventEntityId="+eventEntity["eventEntityId"]+"&userEntityId="+session["userEntityId"]+"&sessionToken="+session["sessionToken"]) ; var chapterEntity = getHttpJson("/app/chapter/view?chapterEntityId="+eventEntity["chapterEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("placeEntityId")) { var placeEntity = getHttpJson("/app/chapter/place/view?placeEntityId="+getQueryParameter("placeEntityId")+"&sessionToken="+session["sessionToken"]) ; } if (placeEntity) { var chapterEntity = getHttpJson("/app/chapter/view?chapterEntityId="+placeEntity["chapterEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("chapterEntityId")) { var chapterEntity = getHttpJson("/app/chapter/view?chapterEntityId="+getQueryParameter("chapterEntityId")+"&sessionToken="+session["sessionToken"]) ; if (getQueryParameter("userEntityId")) var chapterUserEntity = getHttpJson("/app/chapter/user/view?chapterEntityId="+getQueryParameter("chapterEntityId")+"&userEntityId="+getQueryParameter("userEntityId")+"&sessionToken="+session["sessionToken"]) ; } if (getQueryParameter("chapterUserEntityId")) { var chapterUserEntity = getHttpJson("/app/chapter/user/view?chapterUserEntityId="+getQueryParameter("chapterUserEntityId")+"&sessionToken="+session["sessionToken"]) ; var chapterEntity = getHttpJson("/app/chapter/view?chapterEntityId="+chapterUserEntity["chapterEntityId"]+"&sessionToken="+session["sessionToken"]) ; } if (chapterEntity) var sessionChapterUserEntity = getHttpJson("/app/chapter/user/view?chapterEntityId="+chapterEntity["chapterEntityId"]+"&userEntityId="+session["userEntityId"]+"&sessionToken="+session["sessionToken"]) ; function channelMenu (channelEntity, list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=0&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=1&v=1594323798000")) ; if (!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=2&v=1594323798000")) ; if (validSessionEditor(session)) { document.write(getHttp("/scripts?name=jeffersonclub&sct=3&v=1594323798000")) ; } } if (channelEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=4&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=5&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=6&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=7&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=8&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=9&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=10&v=1594323798000")) ; if (validSession(session)) { if (!(sessionChannelUserEntity&&sessionChannelUserEntity["subscriber"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=11&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=12&v=1594323798000")) ; } else { document.write(getHttp("/scripts?name=jeffersonclub&sct=13&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=14&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=15&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=16&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=17&v=1594323798000")) ; } if (sessionChannelUserEntity["editor"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=18&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=19&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=20&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=21&v=1594323798000")) ; if (sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=22&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=23&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=24&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=25&v=1594323798000")) ; } } } document.write(getHttp("/scripts?name=jeffersonclub&sct=26&v=1594323798000")) ; } function channelUserMenu (channelEntity, channelUserEntity, list) { if (!sessionChannelUserEntity||!sessionChannelUserEntity["administrator"]) return ; document.write(getHttp("/scripts?name=jeffersonclub&sct=27&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=28&v=1594323798000")) ; if (channelEntity&&!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=29&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=30&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=31&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=32&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=33&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=34&v=1594323798000")) ; } if (channelUserEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=35&v=1594323798000")) ;document.write(channelUserEntity["channelUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=36&v=1594323798000")) ; if (channelUserEntity["userEntityId"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=37&v=1594323798000")) ;document.write(channelUserEntity["userEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=38&v=1594323798000")) ; } if (!channelUserEntity["accepted"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=39&v=1594323798000")) ;document.write(channelUserEntity["channelUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=40&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=41&v=1594323798000")) ;document.write(channelUserEntity["channelUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=42&v=1594323798000")) ;document.write(channelUserEntity["channelUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=43&v=1594323798000")) ; if (!channelUserEntity["approved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=44&v=1594323798000")) ;document.write(channelUserEntity["channelUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=45&v=1594323798000")) ;document.write(channelUserEntity["channelUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=46&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=47&v=1594323798000")) ;document.write(channelUserEntity["channelUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=48&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=49&v=1594323798000")) ; } function articleMenu (channelEntity, articleEntity, list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=50&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=51&v=1594323798000")) ; if (channelEntity&&!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=52&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=53&v=1594323798000")) ; if (sessionChannelUserEntity["author"]||sessionChannelUserEntity["editor"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=54&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=55&v=1594323798000")) ; } } if (articleEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=56&v=1594323798000")) ;document.write(articleEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=57&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=58&v=1594323798000")) ; if (validSession(session)) { if (!(sessionArticleUserEntity&&sessionArticleUserEntity["subscriber"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=59&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=60&v=1594323798000")) ; } else { document.write(getHttp("/scripts?name=jeffersonclub&sct=61&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=62&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=63&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=64&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=65&v=1594323798000")) ; } if (sessionChannelUserEntity["editor"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=66&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=67&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=68&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=69&v=1594323798000")) ; if (sessionArticleUserEntity["administrator"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=70&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=71&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=72&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=73&v=1594323798000")) ; } } } document.write(getHttp("/scripts?name=jeffersonclub&sct=74&v=1594323798000")) ; } function articleUserMenu (articleEntity, articleUserEntity, list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=75&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=76&v=1594323798000")) ; if (articleEntity&&!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=77&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=78&v=1594323798000")) ; if (sessionArticleUserEntity&&(sessionArticleUserEntity["executive"]||sessionArticleUserEntity["administrator"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=79&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=80&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=81&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=82&v=1594323798000")) ; } } if (articleUserEntity&&sessionArticleUserEntity&&sessionArticleUserEntity["approved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=83&v=1594323798000")) ;document.write(articleUserEntity["articleUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=84&v=1594323798000")) ; if (articleUserEntity["userEntityId"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=85&v=1594323798000")) ;document.write(articleUserEntity["userEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=86&v=1594323798000")) ; } if (sessionArticleUserEntity["administrator"]) { if (!articleUserEntity["accepted"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=87&v=1594323798000")) ;document.write(articleUserEntity["articleUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=88&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=89&v=1594323798000")) ;document.write(articleUserEntity["articleUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=90&v=1594323798000")) ;document.write(articleUserEntity["articleUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=91&v=1594323798000")) ; if (!articleUserEntity["approved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=92&v=1594323798000")) ;document.write(articleUserEntity["articleUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=93&v=1594323798000")) ;document.write(articleUserEntity["articleUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=94&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=95&v=1594323798000")) ;document.write(articleUserEntity["articleUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=96&v=1594323798000")) ; } } document.write(getHttp("/scripts?name=jeffersonclub&sct=97&v=1594323798000")) ; } function bookMenu (channelEntity, bookEntity, list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=98&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=99&v=1594323798000")) ; if (channelEntity&&!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=100&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=101&v=1594323798000")) ; if (sessionChannelUserEntity["author"]||sessionChannelUserEntity["editor"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=102&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=103&v=1594323798000")) ; } } if (bookEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=104&v=1594323798000")) ;document.write(bookEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=105&v=1594323798000")) ;document.write(bookEntity["bookEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=106&v=1594323798000")) ; if (validSession(session)) { if (!(sessionBookUserEntity&&sessionBookUserEntity["subscriber"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=107&v=1594323798000")) ;document.write(bookEntity["bookEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=108&v=1594323798000")) ; } else { document.write(getHttp("/scripts?name=jeffersonclub&sct=109&v=1594323798000")) ;document.write(bookEntity["bookEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=110&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=111&v=1594323798000")) ;document.write(bookEntity["bookEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=112&v=1594323798000")) ;document.write(bookEntity["bookEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=113&v=1594323798000")) ; } if (sessionChannelUserEntity["editor"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=114&v=1594323798000")) ;document.write(bookEntity["bookEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=115&v=1594323798000")) ;document.write(bookEntity["bookEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=116&v=1594323798000")) ; if (sessionBookUserEntity["administrator"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=117&v=1594323798000")) ;document.write(bookEntity["bookEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=118&v=1594323798000")) ;document.write(bookEntity["bookEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=119&v=1594323798000")) ;document.write(bookEntity["bookEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=120&v=1594323798000")) ; } } } document.write(getHttp("/scripts?name=jeffersonclub&sct=121&v=1594323798000")) ; } function bookUserMenu (bookEntity, bookUserEntity, list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=122&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=123&v=1594323798000")) ; if (bookEntity&&!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=124&v=1594323798000")) ;document.write(bookEntity["bookEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=125&v=1594323798000")) ; if (sessionBookUserEntity&&(sessionBookUserEntity["executive"]||sessionBookUserEntity["administrator"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=126&v=1594323798000")) ;document.write(bookEntity["bookEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=127&v=1594323798000")) ;document.write(bookEntity["bookEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=128&v=1594323798000")) ;document.write(bookEntity["bookEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=129&v=1594323798000")) ; } } if (bookUserEntity&&sessionBookUserEntity&&sessionBookUserEntity["approved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=130&v=1594323798000")) ;document.write(bookUserEntity["bookUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=131&v=1594323798000")) ; if (bookUserEntity["userEntityId"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=132&v=1594323798000")) ;document.write(bookUserEntity["userEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=133&v=1594323798000")) ; } if (sessionBookUserEntity["administrator"]) { if (!bookUserEntity["accepted"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=134&v=1594323798000")) ;document.write(bookUserEntity["bookUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=135&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=136&v=1594323798000")) ;document.write(bookUserEntity["bookUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=137&v=1594323798000")) ;document.write(bookUserEntity["bookUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=138&v=1594323798000")) ; if (!bookUserEntity["approved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=139&v=1594323798000")) ;document.write(bookUserEntity["bookUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=140&v=1594323798000")) ;document.write(bookUserEntity["bookUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=141&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=142&v=1594323798000")) ;document.write(bookUserEntity["bookUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=143&v=1594323798000")) ; } } document.write(getHttp("/scripts?name=jeffersonclub&sct=144&v=1594323798000")) ; } function documentMenu (channelEntity, documentEntity, list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=145&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=146&v=1594323798000")) ; if (channelEntity&&!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=147&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=148&v=1594323798000")) ; if (sessionChannelUserEntity["author"]||sessionChannelUserEntity["editor"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=149&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=150&v=1594323798000")) ; } } if (documentEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=151&v=1594323798000")) ;document.write(documentEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=152&v=1594323798000")) ;document.write(documentEntity["documentEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=153&v=1594323798000")) ; if (validSession(session)) { if (!(sessionDocumentUserEntity&&sessionDocumentUserEntity["subscriber"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=154&v=1594323798000")) ;document.write(documentEntity["documentEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=155&v=1594323798000")) ; } else { document.write(getHttp("/scripts?name=jeffersonclub&sct=156&v=1594323798000")) ;document.write(documentEntity["documentEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=157&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=158&v=1594323798000")) ;document.write(documentEntity["documentEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=159&v=1594323798000")) ;document.write(documentEntity["documentEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=160&v=1594323798000")) ; } if (sessionChannelUserEntity["editor"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=161&v=1594323798000")) ;document.write(documentEntity["documentEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=162&v=1594323798000")) ;document.write(documentEntity["documentEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=163&v=1594323798000")) ; if (sessionDocumentUserEntity["administrator"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=164&v=1594323798000")) ;document.write(documentEntity["documentEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=165&v=1594323798000")) ;document.write(documentEntity["documentEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=166&v=1594323798000")) ;document.write(documentEntity["documentEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=167&v=1594323798000")) ; } } } document.write(getHttp("/scripts?name=jeffersonclub&sct=168&v=1594323798000")) ; } function documentUserMenu (documentEntity, documentUserEntity, list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=169&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=170&v=1594323798000")) ; if (documentEntity&&!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=171&v=1594323798000")) ;document.write(documentEntity["documentEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=172&v=1594323798000")) ; if (sessionDocumentUserEntity&&(sessionDocumentUserEntity["executive"]||sessionDocumentUserEntity["administrator"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=173&v=1594323798000")) ;document.write(documentEntity["documentEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=174&v=1594323798000")) ;document.write(documentEntity["documentEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=175&v=1594323798000")) ;document.write(documentEntity["documentEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=176&v=1594323798000")) ; } } if (documentUserEntity&&sessionDocumentUserEntity&&sessionDocumentUserEntity["approved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=177&v=1594323798000")) ;document.write(documentUserEntity["documentUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=178&v=1594323798000")) ; if (documentUserEntity["userEntityId"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=179&v=1594323798000")) ;document.write(documentUserEntity["userEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=180&v=1594323798000")) ; } if (sessionDocumentUserEntity["administrator"]) { if (!documentUserEntity["accepted"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=181&v=1594323798000")) ;document.write(documentUserEntity["documentUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=182&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=183&v=1594323798000")) ;document.write(documentUserEntity["documentUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=184&v=1594323798000")) ;document.write(documentUserEntity["documentUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=185&v=1594323798000")) ; if (!documentUserEntity["approved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=186&v=1594323798000")) ;document.write(documentUserEntity["documentUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=187&v=1594323798000")) ;document.write(documentUserEntity["documentUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=188&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=189&v=1594323798000")) ;document.write(documentUserEntity["documentUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=190&v=1594323798000")) ; } } document.write(getHttp("/scripts?name=jeffersonclub&sct=191&v=1594323798000")) ; } function videoMenu (channelEntity, videoEntity, list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=192&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=193&v=1594323798000")) ; if (channelEntity&&!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=194&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=195&v=1594323798000")) ; if (sessionChannelUserEntity["author"]||sessionChannelUserEntity["editor"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=196&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=197&v=1594323798000")) ; } } if (videoEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=198&v=1594323798000")) ;document.write(videoEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=199&v=1594323798000")) ;document.write(videoEntity["videoEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=200&v=1594323798000")) ; if (validSession(session)) { if (!(sessionVideoUserEntity&&sessionVideoUserEntity["subscriber"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=201&v=1594323798000")) ;document.write(videoEntity["videoEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=202&v=1594323798000")) ; } else { document.write(getHttp("/scripts?name=jeffersonclub&sct=203&v=1594323798000")) ;document.write(videoEntity["videoEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=204&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=205&v=1594323798000")) ;document.write(videoEntity["videoEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=206&v=1594323798000")) ;document.write(videoEntity["videoEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=207&v=1594323798000")) ; } if (sessionChannelUserEntity["editor"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=208&v=1594323798000")) ;document.write(videoEntity["videoEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=209&v=1594323798000")) ;document.write(videoEntity["videoEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=210&v=1594323798000")) ; if (sessionVideoUserEntity["administrator"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=211&v=1594323798000")) ;document.write(videoEntity["videoEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=212&v=1594323798000")) ;document.write(videoEntity["videoEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=213&v=1594323798000")) ;document.write(videoEntity["videoEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=214&v=1594323798000")) ; } } } document.write(getHttp("/scripts?name=jeffersonclub&sct=215&v=1594323798000")) ; } function videoUserMenu (videoEntity, videoUserEntity, list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=216&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=217&v=1594323798000")) ; if (videoEntity&&!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=218&v=1594323798000")) ;document.write(videoEntity["videoEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=219&v=1594323798000")) ; if (sessionVideoUserEntity&&(sessionVideoUserEntity["executive"]||sessionVideoUserEntity["administrator"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=220&v=1594323798000")) ;document.write(videoEntity["videoEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=221&v=1594323798000")) ;document.write(videoEntity["videoEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=222&v=1594323798000")) ;document.write(videoEntity["videoEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=223&v=1594323798000")) ; } } if (videoUserEntity&&sessionVideoUserEntity&&sessionVideoUserEntity["approved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=224&v=1594323798000")) ;document.write(videoUserEntity["videoUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=225&v=1594323798000")) ; if (videoUserEntity["userEntityId"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=226&v=1594323798000")) ;document.write(videoUserEntity["userEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=227&v=1594323798000")) ; } if (sessionVideoUserEntity["administrator"]) { if (!videoUserEntity["accepted"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=228&v=1594323798000")) ;document.write(videoUserEntity["videoUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=229&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=230&v=1594323798000")) ;document.write(videoUserEntity["videoUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=231&v=1594323798000")) ;document.write(videoUserEntity["videoUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=232&v=1594323798000")) ; if (!videoUserEntity["approved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=233&v=1594323798000")) ;document.write(videoUserEntity["videoUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=234&v=1594323798000")) ;document.write(videoUserEntity["videoUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=235&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=236&v=1594323798000")) ;document.write(videoUserEntity["videoUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=237&v=1594323798000")) ; } } document.write(getHttp("/scripts?name=jeffersonclub&sct=238&v=1594323798000")) ; } function websiteMenu (channelEntity, websiteEntity, list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=239&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=240&v=1594323798000")) ; if (channelEntity&&!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=241&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=242&v=1594323798000")) ; if (sessionChannelUserEntity["author"]||sessionChannelUserEntity["editor"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=243&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=244&v=1594323798000")) ; } } if (websiteEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=245&v=1594323798000")) ;document.write(websiteEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=246&v=1594323798000")) ;document.write(websiteEntity["websiteEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=247&v=1594323798000")) ; if (validSession(session)) { if (!(sessionWebsiteUserEntity&&sessionWebsiteUserEntity["subscriber"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=248&v=1594323798000")) ;document.write(websiteEntity["websiteEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=249&v=1594323798000")) ; } else { document.write(getHttp("/scripts?name=jeffersonclub&sct=250&v=1594323798000")) ;document.write(websiteEntity["websiteEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=251&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=252&v=1594323798000")) ;document.write(websiteEntity["websiteEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=253&v=1594323798000")) ;document.write(websiteEntity["websiteEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=254&v=1594323798000")) ; } if (sessionChannelUserEntity["editor"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=255&v=1594323798000")) ;document.write(websiteEntity["websiteEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=256&v=1594323798000")) ;document.write(websiteEntity["websiteEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=257&v=1594323798000")) ; if (sessionWebsiteUserEntity["administrator"]||sessionChannelUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=258&v=1594323798000")) ;document.write(websiteEntity["websiteEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=259&v=1594323798000")) ;document.write(websiteEntity["websiteEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=260&v=1594323798000")) ;document.write(websiteEntity["websiteEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=261&v=1594323798000")) ; } } } document.write(getHttp("/scripts?name=jeffersonclub&sct=262&v=1594323798000")) ; } function websiteUserMenu (websiteEntity, websiteUserEntity, list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=263&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=264&v=1594323798000")) ; if (websiteEntity&&!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=265&v=1594323798000")) ;document.write(websiteEntity["websiteEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=266&v=1594323798000")) ; if (sessionWebsiteUserEntity&&(sessionWebsiteUserEntity["executive"]||sessionWebsiteUserEntity["administrator"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=267&v=1594323798000")) ;document.write(websiteEntity["websiteEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=268&v=1594323798000")) ;document.write(websiteEntity["websiteEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=269&v=1594323798000")) ;document.write(websiteEntity["websiteEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=270&v=1594323798000")) ; } } if (websiteUserEntity&&sessionWebsiteUserEntity&&sessionWebsiteUserEntity["approved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=271&v=1594323798000")) ;document.write(websiteUserEntity["websiteUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=272&v=1594323798000")) ; if (websiteUserEntity["userEntityId"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=273&v=1594323798000")) ;document.write(websiteUserEntity["userEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=274&v=1594323798000")) ; } if (sessionWebsiteUserEntity["administrator"]) { if (!websiteUserEntity["accepted"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=275&v=1594323798000")) ;document.write(websiteUserEntity["websiteUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=276&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=277&v=1594323798000")) ;document.write(websiteUserEntity["websiteUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=278&v=1594323798000")) ;document.write(websiteUserEntity["websiteUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=279&v=1594323798000")) ; if (!websiteUserEntity["approved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=280&v=1594323798000")) ;document.write(websiteUserEntity["websiteUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=281&v=1594323798000")) ;document.write(websiteUserEntity["websiteUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=282&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=283&v=1594323798000")) ;document.write(websiteUserEntity["websiteUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=284&v=1594323798000")) ; } } document.write(getHttp("/scripts?name=jeffersonclub&sct=285&v=1594323798000")) ; } function chapterMenu (chapterEntity, list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=286&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=287&v=1594323798000")) ; if (!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=288&v=1594323798000")) ; if (session["editor"]||session["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=289&v=1594323798000")) ; } } if (chapterEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=290&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=291&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=292&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=293&v=1594323798000")) ; if (validSession(session)) { if (!(sessionChapterUserEntity&&sessionChapterUserEntity["subscriber"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=294&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=295&v=1594323798000")) ; } else { document.write(getHttp("/scripts?name=jeffersonclub&sct=296&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=297&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=298&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=299&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=300&v=1594323798000")) ; } if (sessionChapterUserEntity["editor"]||sessionChapterUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=301&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=302&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=303&v=1594323798000")) ; if (sessionChapterUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=304&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=305&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=306&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=307&v=1594323798000")) ; } } } document.write(getHttp("/scripts?name=jeffersonclub&sct=308&v=1594323798000")) ; } function chapterUserMenu (chapterEntity, chapterUserEntity, list) { if (!sessionChapterUserEntity||!sessionChapterUserEntity["administrator"]) return ; document.write(getHttp("/scripts?name=jeffersonclub&sct=309&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=310&v=1594323798000")) ; if (chapterEntity&&!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=311&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=312&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=313&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=314&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=315&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=316&v=1594323798000")) ; } if (chapterUserEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=317&v=1594323798000")) ;document.write(chapterUserEntity["chapterUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=318&v=1594323798000")) ; if (chapterUserEntity["userEntityId"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=319&v=1594323798000")) ;document.write(chapterUserEntity["userEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=320&v=1594323798000")) ; } if (!chapterUserEntity["accepted"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=321&v=1594323798000")) ;document.write(chapterUserEntity["chapterUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=322&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=323&v=1594323798000")) ;document.write(chapterUserEntity["chapterUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=324&v=1594323798000")) ;document.write(chapterUserEntity["chapterUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=325&v=1594323798000")) ; if (!chapterUserEntity["approved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=326&v=1594323798000")) ;document.write(chapterUserEntity["chapterUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=327&v=1594323798000")) ;document.write(chapterUserEntity["chapterUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=328&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=329&v=1594323798000")) ;document.write(chapterUserEntity["chapterUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=330&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=331&v=1594323798000")) ; } function eventMenu (chapterEntity, eventEntity, list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=332&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=333&v=1594323798000")) ; if (chapterEntity&&!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=334&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=335&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=336&v=1594323798000")) ; if (sessionChapterUserEntity["author"]||sessionChapterUserEntity["editor"]||sessionChapterUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=337&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=338&v=1594323798000")) ; } } if (eventEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=339&v=1594323798000")) ;document.write(eventEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=340&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=341&v=1594323798000")) ; if (!(sessionEventUserEntity&&sessionEventUserEntity["subscriber"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=342&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=343&v=1594323798000")) ; } else if (sessionEventUserEntity&&sessionEventUserEntity["subscriber"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=344&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=345&v=1594323798000")) ; } if (!(sessionEventUserEntity&&sessionEventUserEntity["reserved"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=346&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=347&v=1594323798000")) ; } else if (sessionEventUserEntity&&sessionEventUserEntity["reserved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=348&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=349&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=350&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=351&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=352&v=1594323798000")) ; if (sessionChapterUserEntity["editor"]||sessionChapterUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=353&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=354&v=1594323798000")) ; if (sessionEventUserEntity["administrator"]||sessionChapterUserEntity["administrator"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=355&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=356&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=357&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=358&v=1594323798000")) ; } } } document.write(getHttp("/scripts?name=jeffersonclub&sct=359&v=1594323798000")) ; } function eventUserMenu (eventEntity, eventUserEntity, list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=360&v=1594323798000")) ;document.write(list?"listmenu":"sidemenu") ;document.write(getHttp("/scripts?name=jeffersonclub&sct=361&v=1594323798000")) ; if (eventEntity&&!list) { document.write(getHttp("/scripts?name=jeffersonclub&sct=362&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=363&v=1594323798000")) ; if (sessionEventUserEntity&&(sessionEventUserEntity["executive"]||sessionEventUserEntity["administrator"])) { document.write(getHttp("/scripts?name=jeffersonclub&sct=364&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=365&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=366&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=367&v=1594323798000")) ; } } if (eventUserEntity&&sessionEventUserEntity&&sessionEventUserEntity["approved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=368&v=1594323798000")) ;document.write(eventUserEntity["eventUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=369&v=1594323798000")) ; if (eventUserEntity["userEntityId"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=370&v=1594323798000")) ;document.write(eventUserEntity["userEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=371&v=1594323798000")) ; } if (sessionEventUserEntity["administrator"]) { if (!eventUserEntity["accepted"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=372&v=1594323798000")) ;document.write(eventUserEntity["eventUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=373&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=374&v=1594323798000")) ;document.write(eventUserEntity["eventUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=375&v=1594323798000")) ;document.write(eventUserEntity["eventUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=376&v=1594323798000")) ; if (!eventUserEntity["approved"]) { document.write(getHttp("/scripts?name=jeffersonclub&sct=377&v=1594323798000")) ;document.write(eventUserEntity["eventUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=378&v=1594323798000")) ;document.write(eventUserEntity["eventUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=379&v=1594323798000")) ; } document.write(getHttp("/scripts?name=jeffersonclub&sct=380&v=1594323798000")) ;document.write(eventUserEntity["eventUserEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=381&v=1594323798000")) ; } } document.write(getHttp("/scripts?name=jeffersonclub&sct=382&v=1594323798000")) ; } function breadcrumbsChannel (channelEntity, articleEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=383&v=1594323798000")) ; if (channelEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=384&v=1594323798000")) ;document.write(channelEntity["channelEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=385&v=1594323798000")) ;document.write(channelEntity["label"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=386&v=1594323798000")) ; if (articleEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=387&v=1594323798000")) ;document.write(articleEntity["articleEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=388&v=1594323798000")) ;document.write(articleEntity["label"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=389&v=1594323798000")) ; } } document.write(getHttp("/scripts?name=jeffersonclub&sct=390&v=1594323798000")) ; } function breadcrumbsChapter (chapterEntity, eventEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=391&v=1594323798000")) ; if (chapterEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=392&v=1594323798000")) ;document.write(chapterEntity["chapterEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=393&v=1594323798000")) ;document.write(chapterEntity["label"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=394&v=1594323798000")) ; if (eventEntity) { document.write(getHttp("/scripts?name=jeffersonclub&sct=395&v=1594323798000")) ;document.write(eventEntity["eventEntityId"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=396&v=1594323798000")) ;document.write(eventEntity["label"]) ;document.write(getHttp("/scripts?name=jeffersonclub&sct=397&v=1594323798000")) ; } } document.write(getHttp("/scripts?name=jeffersonclub&sct=398&v=1594323798000")) ; }