{"id":205981,"date":"2025-01-08T16:57:38","date_gmt":"2025-01-09T00:57:38","guid":{"rendered":"https:\/\/marijuana-anonymous.org\/?page_id=205981"},"modified":"2025-10-22T18:12:30","modified_gmt":"2025-10-23T01:12:30","slug":"ctm","status":"publish","type":"page","link":"https:\/\/marijuana-anonymous.org\/ctm\/","title":{"rendered":"CTM"},"content":{"rendered":"<figure class=\"wp-block-post-featured-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"300\" src=\"https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/Carry-the-Message-Masthead-4x1-3.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" style=\"object-fit:cover;\" srcset=\"https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/Carry-the-Message-Masthead-4x1-3.png 1200w, https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/Carry-the-Message-Masthead-4x1-3-300x75.png 300w, https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/Carry-the-Message-Masthead-4x1-3-1024x256.png 1024w, https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/Carry-the-Message-Masthead-4x1-3-768x192.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>\n\n\n<h4 class=\"wp-block-heading\" id=\"h-the-purpose-of-this-nbsp-free-monthly-newsletter-is-to-communicate-directly-with-the-fellowship-by-providing-announcements-and-information-from-ma-world-services-nbsp\"><strong>The purpose of this&nbsp;<\/strong><em><strong>free<\/strong><\/em><strong> monthly newsletter is to communicate directly with the fellowship by providing announcements and information from MA World Services.&nbsp;<\/strong><\/h4>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div id=\"mc_embed_shell\">\n      <link href=\"\/\/cdn-images.mailchimp.com\/embedcode\/classic-061523.css\" rel=\"stylesheet\" type=\"text\/css\">\n  <style type=\"text\/css\">\n        #mc_embed_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif; width: px;}\n        \/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.\n           We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. *\/\n<\/style>\n<div id=\"mc_embed_signup\">\n    <form action=\"https:\/\/marijuana-anonymous.us5.list-manage.com\/subscribe\/post?u=fa2c7ca429430a975309ee601&amp;id=3f7cd626fb&amp;f_id=0068bcedf0\" method=\"post\" id=\"mc-embedded-subscribe-form\" name=\"mc-embedded-subscribe-form\" class=\"validate\" target=\"_blank\">\n        <div id=\"mc_embed_signup_scroll\"><h2>Sign-Up to Receive Carry the Message Emails<\/h2>\n            <div class=\"indicates-required\"><span class=\"asterisk\">*<\/span> indicates required<\/div>\n            <div class=\"mc-field-group\"><label for=\"mce-EMAIL\">Email Address <span class=\"asterisk\">*<\/span><\/label><input type=\"email\" name=\"EMAIL\" class=\"required email\" id=\"mce-EMAIL\" required=\"\" value=\"\"><\/div><div class=\"mc-field-group\"><label for=\"mce-FNAME\">First Name <\/label><input type=\"text\" name=\"FNAME\" class=\" text\" id=\"mce-FNAME\" value=\"\"><\/div><div class=\"mc-field-group\"><label for=\"mce-LNAME\">Last Name (Initial only) <\/label><input type=\"text\" name=\"LNAME\" class=\" text\" id=\"mce-LNAME\" value=\"\"><\/div>\n        <div id=\"mce-responses\" class=\"clear\">\n            <div class=\"response\" id=\"mce-error-response\" style=\"display: none;\"><\/div>\n            <div class=\"response\" id=\"mce-success-response\" style=\"display: none;\"><\/div>\n        <\/div><div aria-hidden=\"true\" style=\"position: absolute; left: -5000px;\"><input type=\"text\" name=\"b_fa2c7ca429430a975309ee601_3f7cd626fb\" tabindex=\"-1\" value=\"\"><\/div><div class=\"clear\"><input type=\"submit\" name=\"subscribe\" id=\"mc-embedded-subscribe\" class=\"button\" value=\"Subscribe\"><\/div>\n    <\/div>\n<\/form>\n<\/div>\n<script type=\"text\/javascript\" src=\"\/\/s3.amazonaws.com\/downloads.mailchimp.com\/js\/mc-validate.js\"><\/script><script type=\"text\/javascript\">(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[5]='BIRTHDAY';ftypes[5]='birthday';}(jQuery));var $mcj = jQuery.noConflict(true);\n    \/\/ SMS Phone Multi-Country Functionality\n    if(!window.MC) {\n      window.MC = {};\n    }\n    window.MC.smsPhoneData = {\n      defaultCountryCode: 'US',\n      programs: [],\n      smsProgramDataCountryNames: []\n    };\n\n    function getCountryUnicodeFlag(countryCode) {\n       return countryCode.toUpperCase().replace(\/.\/g, (char) => String.fromCodePoint(char.charCodeAt(0) + 127397))\n    };\n\n    \/\/ HTML sanitization function to prevent XSS\n    function sanitizeHtml(str) {\n      if (typeof str !== 'string') return '';\n      return str\n        .replace(\/&\/g, '&amp;')\n        .replace(\/<\/g, '&lt;')\n        .replace(\/>\/g, '&gt;')\n        .replace(\/\"\/g, '&quot;')\n        .replace(\/'\/g, '&#x27;')\n        .replace(\/\\\/\/g, '&#x2F;');\n    }\n\n    \/\/ URL sanitization function to prevent javascript: and data: URLs\n    function sanitizeUrl(url) {\n      if (typeof url !== 'string') return '';\n      const trimmedUrl = url.trim().toLowerCase();\n      if (trimmedUrl.startsWith('javascript:') || trimmedUrl.startsWith('data:') || trimmedUrl.startsWith('vbscript:')) {\n        return '#';\n      }\n      return url;\n    }\n\n    const getBrowserLanguage = () => {\n      if (!window?.navigator?.language?.split('-')[1]) {\n        return window?.navigator?.language?.toUpperCase();\n      }\n      return window?.navigator?.language?.split('-')[1];\n    };\n\n    function getDefaultCountryProgram(defaultCountryCode, smsProgramData) {\n      if (!smsProgramData || smsProgramData.length === 0) {\n        return null;\n      }\n\n      const browserLanguage = getBrowserLanguage();\n\n      if (browserLanguage) {\n        const foundProgram = smsProgramData.find(\n          (program) => program?.countryCode === browserLanguage,\n        );\n        if (foundProgram) {\n          return foundProgram;\n        }\n      }\n\n      if (defaultCountryCode) {\n        const foundProgram = smsProgramData.find(\n          (program) => program?.countryCode === defaultCountryCode,\n        );\n        if (foundProgram) {\n          return foundProgram;\n        }\n      }\n\n      return smsProgramData[0];\n    }\n\n    function updateSmsLegalText(countryCode, fieldName) {\n      if (!countryCode || !fieldName) {\n        return;\n      }\n      \n      const programs = window?.MC?.smsPhoneData?.programs;\n      if (!programs || !Array.isArray(programs)) {\n        return;\n      }\n      \n      const program = programs.find(program => program?.countryCode === countryCode);\n      if (!program || !program.requiredTemplate) {\n        return;\n      }\n      \n      const legalTextElement = document.querySelector('#legal-text-' + fieldName);\n      if (!legalTextElement) {\n        return;\n      }\n      \n      \/\/ Remove HTML tags and clean up the text\n      const divRegex = new RegExp('<\/?[div][^>]*>', 'gi');\n      const fullAnchorRegex = new RegExp('<a.*?<\/a>', 'g');\n      const anchorRegex = new RegExp('<a href=\"(.*?)\" target=\"(.*?)\">(.*?)<\/a>');\n      \n      const requiredLegalText = program.requiredTemplate\n        .replace(divRegex, '')\n        .replace(fullAnchorRegex, '')\n        .slice(0, -1);\n      \n      const anchorMatches = program.requiredTemplate.match(anchorRegex);\n      \n      if (anchorMatches && anchorMatches.length >= 4) {\n        \/\/ Create link element safely using DOM methods instead of innerHTML\n        const linkElement = document.createElement('a');\n        linkElement.href = sanitizeUrl(anchorMatches[1]);\n        linkElement.target = sanitizeHtml(anchorMatches[2]);\n        linkElement.textContent = sanitizeHtml(anchorMatches[3]);\n        \n        legalTextElement.textContent = requiredLegalText + ' ';\n        legalTextElement.appendChild(linkElement);\n        legalTextElement.appendChild(document.createTextNode('.'));\n      } else {\n        legalTextElement.textContent = requiredLegalText + '.';\n      }\n    }\n\n    function generateDropdownOptions(smsProgramData) {\n      if (!smsProgramData || smsProgramData.length === 0) {\n        return '';\n      }\n      \n      return smsProgramData.map(program => {\n        const flag = getCountryUnicodeFlag(program.countryCode);\n        const countryName = getCountryName(program.countryCode);\n        const callingCode = program.countryCallingCode || '';\n        \/\/ Sanitize all values to prevent XSS\n        const sanitizedCountryCode = sanitizeHtml(program.countryCode || '');\n        const sanitizedCountryName = sanitizeHtml(countryName || '');\n        const sanitizedCallingCode = sanitizeHtml(callingCode || '');\n        return '<option value=\"' + sanitizedCountryCode + '\">' + sanitizedCountryName + ' ' + sanitizedCallingCode + '<\/option>';\n      }).join('');\n    }\n\n    function getCountryName(countryCode) {\n      if (window.MC?.smsPhoneData?.smsProgramDataCountryNames && Array.isArray(window.MC.smsPhoneData.smsProgramDataCountryNames)) {\n        for (let i = 0; i < window.MC.smsPhoneData.smsProgramDataCountryNames.length; i++) {\n          if (window.MC.smsPhoneData.smsProgramDataCountryNames[i].code === countryCode) {\n            return window.MC.smsPhoneData.smsProgramDataCountryNames[i].name;\n          }\n        }\n      }\n      return countryCode;\n    }\n\n    function getDefaultPlaceholder(countryCode) {\n      if (!countryCode || typeof countryCode !== 'string') {\n        return '+1 000 000 0000'; \/\/ Default US placeholder\n      }\n      \n      const mockPlaceholders = [\n        {\n      countryCode: 'US',\n      placeholder: '+1 000 000 0000',\n      helpText: 'Include the US country code +1 before the phone number',\n    },\n    {\n      countryCode: 'GB',\n      placeholder: '+44 0000 000000',\n      helpText: 'Include the GB country code +44 before the phone number',\n    },\n    {\n      countryCode: 'CA',\n      placeholder: '+1 000 000 0000',\n      helpText: 'Include the CA country code +1 before the phone number',\n    },\n    {\n      countryCode: 'AU',\n      placeholder: '+61 000 000 000',\n      helpText: 'Include the AU country code +61 before the phone number',\n    },\n    {\n      countryCode: 'DE',\n      placeholder: '+49 000 0000000',\n      helpText: 'F\u00fcgen Sie vor der Telefonnummer die DE-L\u00e4ndervorwahl +49 ein',\n    },\n    {\n      countryCode: 'FR',\n      placeholder: '+33 0 00 00 00 00',\n      helpText: 'Incluez le code pays FR +33 avant le num\u00e9ro de t\u00e9l\u00e9phone',\n    },\n    {\n      countryCode: 'ES',\n      placeholder: '+34 000 000 000',\n      helpText: 'Incluya el c\u00f3digo de pa\u00eds ES +34 antes del n\u00famero de tel\u00e9fono',\n    },\n    {\n      countryCode: 'NL',\n      placeholder: '+31 0 00000000',\n      helpText: 'Voeg de NL-landcode +31 toe v\u00f3\u00f3r het telefoonnummer',\n    },\n    {\n      countryCode: 'BE',\n      placeholder: '+32 000 00 00 00',\n      helpText: 'Incluez le code pays BE +32 avant le num\u00e9ro de t\u00e9l\u00e9phone',\n    },\n    {\n      countryCode: 'CH',\n      placeholder: '+41 00 000 00 00',\n      helpText: 'F\u00fcgen Sie vor der Telefonnummer die CH-L\u00e4ndervorwahl +41 ein',\n    },\n    {\n      countryCode: 'AT',\n      placeholder: '+43 000 000 0000',\n      helpText: 'F\u00fcgen Sie vor der Telefonnummer die AT-L\u00e4ndervorwahl +43 ein',\n    },\n    {\n      countryCode: 'IE',\n      placeholder: '+353 00 000 0000',\n      helpText: 'Include the IE country code +353 before the phone number',\n    },\n    {\n      countryCode: 'IT',\n      placeholder: '+39 000 000 0000',\n      helpText:\n        'Includere il prefisso internazionale IT +39 prima del numero di telefono',\n    },\n      ];\n\n      const selectedPlaceholder = mockPlaceholders.find(function(item) {\n        return item &#038;&#038; item.countryCode === countryCode;\n      });\n      \n      return selectedPlaceholder ? selectedPlaceholder.placeholder : mockPlaceholders[0].placeholder;\n    }\n\n    function updatePlaceholder(countryCode, fieldName) {\n      if (!countryCode || !fieldName) {\n        return;\n      }\n      \n      const phoneInput = document.querySelector('#mce-' + fieldName);\n      if (!phoneInput) {\n        return;\n      }\n      \n      const placeholder = getDefaultPlaceholder(countryCode);\n      if (placeholder) {\n        phoneInput.placeholder = placeholder;\n      }\n    }\n\n    function updateCountryCodeInstruction(countryCode, fieldName) {\n      updatePlaceholder(countryCode, fieldName);\n      \n    }\n\n    function getDefaultHelpText(countryCode) {\n      const mockPlaceholders = [\n        {\n          countryCode: 'US',\n          placeholder: '+1 000 000 0000',\n          helpText: 'Include the US country code +1 before the phone number',\n        },\n        {\n          countryCode: 'GB',\n          placeholder: '+44 0000 000000',\n          helpText: 'Include the GB country code +44 before the phone number',\n        },\n        {\n          countryCode: 'CA',\n          placeholder: '+1 000 000 0000',\n          helpText: 'Include the CA country code +1 before the phone number',\n        },\n        {\n          countryCode: 'AU',\n          placeholder: '+61 000 000 000',\n          helpText: 'Include the AU country code +61 before the phone number',\n        },\n        {\n          countryCode: 'DE',\n          placeholder: '+49 000 0000000',\n          helpText: 'F\u00fcgen Sie vor der Telefonnummer die DE-L\u00e4ndervorwahl +49 ein',\n        },\n        {\n          countryCode: 'FR',\n          placeholder: '+33 0 00 00 00 00',\n          helpText: 'Incluez le code pays FR +33 avant le num\u00e9ro de t\u00e9l\u00e9phone',\n        },\n        {\n          countryCode: 'ES',\n          placeholder: '+34 000 000 000',\n          helpText: 'Incluya el c\u00f3digo de pa\u00eds ES +34 antes del n\u00famero de tel\u00e9fono',\n        },\n        {\n          countryCode: 'NL',\n          placeholder: '+31 0 00000000',\n          helpText: 'Voeg de NL-landcode +31 toe v\u00f3\u00f3r het telefoonnummer',\n        },\n        {\n          countryCode: 'BE',\n          placeholder: '+32 000 00 00 00',\n          helpText: 'Incluez le code pays BE +32 avant le num\u00e9ro de t\u00e9l\u00e9phone',\n        },\n        {\n          countryCode: 'CH',\n          placeholder: '+41 00 000 00 00',\n          helpText: 'F\u00fcgen Sie vor der Telefonnummer die CH-L\u00e4ndervorwahl +41 ein',\n        },\n        {\n          countryCode: 'AT',\n          placeholder: '+43 000 000 0000',\n          helpText: 'F\u00fcgen Sie vor der Telefonnummer die AT-L\u00e4ndervorwahl +43 ein',\n        },\n        {\n          countryCode: 'IE',\n          placeholder: '+353 00 000 0000',\n          helpText: 'Include the IE country code +353 before the phone number',\n        },\n        {\n          countryCode: 'IT',\n          placeholder: '+39 000 000 0000',\n          helpText: 'Includere il prefisso internazionale IT +39 prima del numero di telefono',\n        },\n      ];\n      \n      if (!countryCode || typeof countryCode !== 'string') {\n        return mockPlaceholders[0].helpText;\n      }\n      \n      const selectedHelpText = mockPlaceholders.find(function(item) {\n          return item &#038;&#038; item.countryCode === countryCode;\n        });\n        \n        return selectedHelpText ? selectedHelpText.helpText : mockPlaceholders[0].helpText;\n    }\n\n    function setDefaultHelpText(countryCode) {\n      const helpTextSpan = document.querySelector('#help-text');\n      if (!helpTextSpan) {\n        return;\n      }\n\n        \n    }\n\n    function updateHelpTextCountryCode(countryCode, fieldName) {\n      if (!countryCode || !fieldName) {\n        return;\n      }\n      \n      setDefaultHelpText(countryCode);\n    }\n\n    function initializeSmsPhoneDropdown(fieldName) {\n      if (!fieldName || typeof fieldName !== 'string') {\n        return;\n      }\n      \n      const dropdown = document.querySelector('#country-select-' + fieldName);\n      const displayFlag = document.querySelector('#flag-display-' + fieldName);\n      \n      if (!dropdown || !displayFlag) {\n        return;\n      }\n\n      const smsPhoneData = window.MC?.smsPhoneData;\n      if (smsPhoneData &#038;&#038; smsPhoneData.programs &#038;&#038; Array.isArray(smsPhoneData.programs)) {\n        dropdown.innerHTML = generateDropdownOptions(smsPhoneData.programs);\n      }\n\n      const defaultProgram = getDefaultCountryProgram(smsPhoneData?.defaultCountryCode, smsPhoneData?.programs);\n      if (defaultProgram &#038;&#038; defaultProgram.countryCode) {\n        dropdown.value = defaultProgram.countryCode;\n        \n        const flagSpan = displayFlag?.querySelector('#flag-emoji-' + fieldName);\n        if (flagSpan) {\n          flagSpan.textContent = getCountryUnicodeFlag(defaultProgram.countryCode);\n          flagSpan.setAttribute('aria-label', sanitizeHtml(defaultProgram.countryCode) + ' flag');\n        }\n        \n        updateSmsLegalText(defaultProgram.countryCode, fieldName);\n        updatePlaceholder(defaultProgram.countryCode, fieldName);\n        updateCountryCodeInstruction(defaultProgram.countryCode, fieldName);\n      }\n\n     \n      var phoneInput = document.querySelector('#mce-' + fieldName);\n      if (phoneInput &#038;&#038; defaultProgram.countryCallingCode) {\n        phoneInput.value = defaultProgram.countryCallingCode;\n      }\n      \n\n\n      displayFlag?.addEventListener('click', function(e) {\n        dropdown.focus();\n      });\n\n\n      dropdown?.addEventListener('change', function() {\n        const selectedCountry = this.value;\n        \n        if (!selectedCountry || typeof selectedCountry !== 'string') {\n          return;\n        }\n        \n        const flagSpan = displayFlag?.querySelector('#flag-emoji-' + fieldName);\n        if (flagSpan) {\n          flagSpan.textContent = getCountryUnicodeFlag(selectedCountry);\n          flagSpan.setAttribute('aria-label', sanitizeHtml(selectedCountry) + ' flag');\n        }\n\n         \n        const selectedProgram = window.MC?.smsPhoneData?.programs.find(function(program) {\n          return program &#038;&#038; program.countryCode === selectedCountry;\n        });\n        var phoneInput = document.querySelector('#mce-' + fieldName);\n        if (phoneInput &#038;&#038; selectedProgram.countryCallingCode) {\n          phoneInput.value = selectedProgram.countryCallingCode;\n        }\n        \n        \n        updateSmsLegalText(selectedCountry, fieldName);\n        updatePlaceholder(selectedCountry, fieldName);\n        updateCountryCodeInstruction(selectedCountry, fieldName);\n      });\n    }\n\n    document.addEventListener('DOMContentLoaded', function() {\n      const smsPhoneFields = document.querySelectorAll('[id^=\"country-select-\"]');\n      \n      smsPhoneFields.forEach(function(dropdown) {\n        const fieldName = dropdown?.id.replace('country-select-', '');\n        initializeSmsPhoneDropdown(fieldName);\n      });\n    });\n    <\/script><\/div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-carry-the-message-archive-amp-lt-br-display-archive-font-family-arial-verdana-font-size-12px-amp-amp-lt-br-amp-lt-br-campaign-line-height-125-margin-5px-amp-amp-lt-br-amp-lt-br\">Carry the Message Archive<style type=\"text\/css\">&amp;lt;br>            .display_archive {font-family: arial,verdana; font-size: 12px;}&amp;amp;lt;br \/>&amp;lt;br>          .campaign {line-height: 125%; margin: 5px;}&amp;amp;lt;br \/>&amp;lt;br>          <\/style><\/h2>\n\n\n\n<p>\n<style type=\"text\/css\">\n            .display_archive {font-family: arial,verdana; font-size: 12px;}<br \/>\n          .campaign {line-height: 125%; margin: 5px;}<br \/>\n          <\/style>\n<\/p>\n<p><script language=\"javascript\" src=\"https:\/\/MA12.us5.list-manage.com\/generate-js\/?u=fa2c7ca429430a975309ee601&#038;show=10&#038;fid=64774\" type=\"text\/javascript\" ><\/script><\/p>\n<p><a href=\"https:\/\/us5.campaign-archive.com\/home\/?u=fa2c7ca429430a975309ee601&amp;id=3f7cd626fb\">View the full archive<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The purpose of this&nbsp;free monthly newsletter is to communicate directly with the fellowship by providing announcements and information from MA World Services.&nbsp; Sign-Up to Receive Carry the Message Emails * indicates required Email Address * First Name Last Name (Initial only) Carry the Message Archive View the full archive<\/p>\n","protected":false},"author":26,"featured_media":250288,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-205981","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.8 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>CTM - Marijuana Anonymous<\/title>\n<meta name=\"description\" content=\"The purpose of this\u00a0free monthly newsletter is to communicate directly with the fellowship by providing announcements and information from MA World Services.\u00a0\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/marijuana-anonymous.org\/ctm\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CTM\" \/>\n<meta property=\"og:description\" content=\"The purpose of this\u00a0free monthly newsletter is to communicate directly with the fellowship by providing announcements and information from MA World Services.\u00a0\" \/>\n<meta property=\"og:url\" content=\"https:\/\/marijuana-anonymous.org\/ctm\/\" \/>\n<meta property=\"og:site_name\" content=\"Marijuana Anonymous\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-23T01:12:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/Carry-the-Message-Masthead-4x1-3.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/marijuana-anonymous.org\/ctm\/\",\"url\":\"https:\/\/marijuana-anonymous.org\/ctm\/\",\"name\":\"CTM - Marijuana Anonymous\",\"isPartOf\":{\"@id\":\"https:\/\/marijuana-anonymous.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/marijuana-anonymous.org\/ctm\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/marijuana-anonymous.org\/ctm\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/Carry-the-Message-Masthead-4x1-3.png\",\"datePublished\":\"2025-01-09T00:57:38+00:00\",\"dateModified\":\"2025-10-23T01:12:30+00:00\",\"description\":\"The purpose of this\u00a0free monthly newsletter is to communicate directly with the fellowship by providing announcements and information from MA World Services.\u00a0\",\"breadcrumb\":{\"@id\":\"https:\/\/marijuana-anonymous.org\/ctm\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/marijuana-anonymous.org\/ctm\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/marijuana-anonymous.org\/ctm\/#primaryimage\",\"url\":\"https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/Carry-the-Message-Masthead-4x1-3.png\",\"contentUrl\":\"https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/Carry-the-Message-Masthead-4x1-3.png\",\"width\":1200,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/marijuana-anonymous.org\/ctm\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/marijuana-anonymous.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CTM\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/marijuana-anonymous.org\/#website\",\"url\":\"https:\/\/marijuana-anonymous.org\/\",\"name\":\"Marijuana Anonymous\",\"description\":\"Marijuana Anonymous is a free peer-support program focused entirely on our shared problem with marijuana or cannabis addiction.\",\"publisher\":{\"@id\":\"https:\/\/marijuana-anonymous.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/marijuana-anonymous.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/marijuana-anonymous.org\/#organization\",\"name\":\"Marijuana Anonymous\",\"url\":\"https:\/\/marijuana-anonymous.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/marijuana-anonymous.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/maws-site-logo-2.png\",\"contentUrl\":\"https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/maws-site-logo-2.png\",\"width\":200,\"height\":200,\"caption\":\"Marijuana Anonymous\"},\"image\":{\"@id\":\"https:\/\/marijuana-anonymous.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.youtube.com\/@maworldservicespublicinfor5556\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"CTM - Marijuana Anonymous","description":"The purpose of this\u00a0free monthly newsletter is to communicate directly with the fellowship by providing announcements and information from MA World Services.\u00a0","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/marijuana-anonymous.org\/ctm\/","og_locale":"en_US","og_type":"article","og_title":"CTM","og_description":"The purpose of this\u00a0free monthly newsletter is to communicate directly with the fellowship by providing announcements and information from MA World Services.\u00a0","og_url":"https:\/\/marijuana-anonymous.org\/ctm\/","og_site_name":"Marijuana Anonymous","article_modified_time":"2025-10-23T01:12:30+00:00","og_image":[{"width":1200,"height":300,"url":"https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/Carry-the-Message-Masthead-4x1-3.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/marijuana-anonymous.org\/ctm\/","url":"https:\/\/marijuana-anonymous.org\/ctm\/","name":"CTM - Marijuana Anonymous","isPartOf":{"@id":"https:\/\/marijuana-anonymous.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/marijuana-anonymous.org\/ctm\/#primaryimage"},"image":{"@id":"https:\/\/marijuana-anonymous.org\/ctm\/#primaryimage"},"thumbnailUrl":"https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/Carry-the-Message-Masthead-4x1-3.png","datePublished":"2025-01-09T00:57:38+00:00","dateModified":"2025-10-23T01:12:30+00:00","description":"The purpose of this\u00a0free monthly newsletter is to communicate directly with the fellowship by providing announcements and information from MA World Services.\u00a0","breadcrumb":{"@id":"https:\/\/marijuana-anonymous.org\/ctm\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/marijuana-anonymous.org\/ctm\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/marijuana-anonymous.org\/ctm\/#primaryimage","url":"https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/Carry-the-Message-Masthead-4x1-3.png","contentUrl":"https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/Carry-the-Message-Masthead-4x1-3.png","width":1200,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/marijuana-anonymous.org\/ctm\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/marijuana-anonymous.org\/"},{"@type":"ListItem","position":2,"name":"CTM"}]},{"@type":"WebSite","@id":"https:\/\/marijuana-anonymous.org\/#website","url":"https:\/\/marijuana-anonymous.org\/","name":"Marijuana Anonymous","description":"Marijuana Anonymous is a free peer-support program focused entirely on our shared problem with marijuana or cannabis addiction.","publisher":{"@id":"https:\/\/marijuana-anonymous.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/marijuana-anonymous.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/marijuana-anonymous.org\/#organization","name":"Marijuana Anonymous","url":"https:\/\/marijuana-anonymous.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/marijuana-anonymous.org\/#\/schema\/logo\/image\/","url":"https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/maws-site-logo-2.png","contentUrl":"https:\/\/marijuana-anonymous.org\/wp-content\/uploads\/maws-site-logo-2.png","width":200,"height":200,"caption":"Marijuana Anonymous"},"image":{"@id":"https:\/\/marijuana-anonymous.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/@maworldservicespublicinfor5556"]}]}},"_links":{"self":[{"href":"https:\/\/marijuana-anonymous.org\/wp-json\/wp\/v2\/pages\/205981","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/marijuana-anonymous.org\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/marijuana-anonymous.org\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/marijuana-anonymous.org\/wp-json\/wp\/v2\/users\/26"}],"replies":[{"embeddable":true,"href":"https:\/\/marijuana-anonymous.org\/wp-json\/wp\/v2\/comments?post=205981"}],"version-history":[{"count":0,"href":"https:\/\/marijuana-anonymous.org\/wp-json\/wp\/v2\/pages\/205981\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/marijuana-anonymous.org\/wp-json\/wp\/v2\/media\/250288"}],"wp:attachment":[{"href":"https:\/\/marijuana-anonymous.org\/wp-json\/wp\/v2\/media?parent=205981"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}