!function () { const e = "\n body:not(.in-sitecore) .jhGated {\n display: none !important;\n }\n body.fonzie:not(.in-sitecore) .jhGate {\n display: none !important;\n }\n body.fonzie:not(.in-sitecore) .jhGated {\n display: inline-block !important;\n }\n "; const t = document.createElement("style"); t.type = "text/css"; if (t.styleSheet) { t.styleSheet.cssText = e; } else { t.appendChild(document.createTextNode(e)); } document.head.appendChild(t); }(); const userLevels = { none: 0, webuser: 1, member: 2, pps: 3 }; function getCookieValue(e) { const t = document.cookie.split(";"); for (let n = 0; n < t.length; n++) { const s = t[n].trim(); if (s.startsWith(e + "=")) return decodeURIComponent(s.substring(e.length + 1)); } return null; } function isCookieExpired(e) { const t = new Date(); return new Date(e) < t; } function getUserStatus() { const e = getCookieValue("Ticket"); if (!e) return "none"; const t = e.match(/expires&([^&]*)/); const n = t ? t[1] : null; const s = e.indexOf("&aces&"); if (-1 === s) return "webuser"; const o = e.indexOf("&", s + 6); const i = e.substring(s + 6, -1 !== o ? o : e.length).split("*"); return i.some((e) => e.startsWith("pps,")) ? (n && isCookieExpired(n) ? "expired" : "pps") : i.some((e) => e.startsWith("member,")) ? (n && isCookieExpired(n) ? "expired" : "member") : "webuser"; } function getRequiredLevelFromClassList(e) { return e.contains("jhGated-pps") ? "pps" : e.contains("jhGated-webuser") ? "webuser" : "member"; } document.addEventListener("DOMContentLoaded", () => { const e = getUserStatus(); document.querySelectorAll(".jhGated").forEach((t) => { const n = getRequiredLevelFromClassList(t.classList); if (userLevels[e] < userLevels[n]) { t.remove(); } else { t.style.display = "inline-block"; document.body.classList.add("fonzie"); } }); });
There’s no question about it: Flying is fun. It’s also something to be shared and relished. One of the best ways to do that is to fly and afterward enjoy shooting the breeze with your club members. This also offers fantastic opportunities for everyone to benefit from each other’s support, knowledge, and experience to improve skills and safety. How? Occasionally, your club can seize those moments and turn them into meetings that include an element of pilot safety awareness training to foster your club’s safety culture. But where do you begin?
First, ask your members what they’d like to have covered in a safety meeting. Then put together a schedule that includes regular safety meetings and an annual safety stand down. While important, these meeting don’t have to be somber. Tie them into a breakfast social or hangar party to convey the joy of flying and promote camaraderie.
The number of safety meetings held in a year certainly depends on your club’s membership size, but each meeting’s gist and format should always be inviting, helpful, and allow open dialogue so everyone can share concerns, ideas, and been-there-done-that experiences without the fear of reprisal for confessing their mistakes.
Speaking of mistakes, it really helps to encourage members to share “Close Call” experiences and set aside time to review and discuss a club incident or an external accident. Especially something like a simple mistake—that if left unchecked could have led to a serious problem—can be a valuable learning experience.
Some other ideas:
Last but not least:
If you follow these guidelines, the answer to the initial question will be positive. So, go ahead and encourage and promote a sound safety mindset and your members will have fun and fly for a long time to come.