<!DOCTYPE html><html prefix="og: http://ogp.me/ns#" dir="ltr" lang="en" class="no-js">
	<head>
	
	<title>
	SANE Mental Health Support Community In Australia
</title>
	
	
	<meta name="description" content="Sane Forums provides support for its users">

	
	
	
	<meta content="width=device-width, initial-scale=1.0" name="viewport"/><meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/><link href="https://stage.saneforums.org/" rel="canonical"/>
	<meta content="website" property="og:type"/><meta content="https://stage.saneforums.org/" property="og:url"/><meta content="" property="og:description"/><meta content="SANE Mental Health Support Community In Australia" property="og:title"/>
	
	
	
	    
            	<link href="/skins/151412/e1e7a3f87ebf5b5699f5e3eab6955294/sane_v6.css" rel="stylesheet" type="text/css"/>
            
	

	
	
	
	
	<meta http-equiv="X-UA-Compatible" content="IE=edge">

<link rel="shortcut icon" href="https://stage.saneforums.org/html/@7A1E0B48318B48F69A03EF8E406B70EA/assets/sane_v4-favicon.png">
<link rel="apple-touch-icon" href="https://stage.saneforums.org/html/@E6ABE7C62A618F8C80E7A7C45B796CC8/assets/sane_v4-apple-touch-icon.png">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet">

<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.compat.min.css" as="style">
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.compat.min.css" rel="stylesheet" /> 
<link href="https://stage.saneforums.org/html/@165BA59F4CE4602DF468D70A81A77904/assets/sane_v6-offcanvas.min.css" rel="stylesheet" />
<link href="https://stage.saneforums.org/html/@85F543E0693394548753F6A350899472/assets/sane_v6-theme_override.min.css" rel="stylesheet" />
<link href="https://stage.saneforums.org/html/@61760E23B344F9765E8EDB25322F9634/assets/sane_v6-djmobilemenu.css" rel="stylesheet" type="text/css">
<link href="https://stage.saneforums.org/html/@BDB13CAE10A66F40CB37FF32D5DBB03A/assets/sane_v6-djmegamenu.css" rel="stylesheet" type="text/css">
<link href="/html/assets/sane_v6-finder.css" rel="stylesheet" />
<link href="https://stage.saneforums.org/html/@FC9F9F5D3B3E0E41E04371420DDDB7DA/assets/sane_v6-theme.137.css" rel="stylesheet" />
<link href="https://stage.saneforums.org/html/@653BE38E5989B2ACB5709067F2EC23CD/assets/sane_v6-sane-custom.css" rel="stylesheet" type="text/css">

<script src="https://stage.saneforums.org/html/@52AA27C316F2059CE148228FC2CA7D17/assets/sane_v4-jquery.min.js"></script>
<script src="https://stage.saneforums.org/html/@A71B56DD9E919AE598859D650B4F7BDB/assets/sane_v4-jquery-noconflict.js"></script>
<script src="https://stage.saneforums.org/html/@FFA6D0D234E8FA95C3946E9F0CC9E039/assets/sane_v4-jquery-migrate.min.js"></script>
<script src="https://stage.saneforums.org/html/@B602F16C83E81AAE1F236BB925F1942F/assets/sane_v6-uikit.min.js"></script>
<script src="https://stage.saneforums.org/html/@7BE2655E23DF7226743823E5AB20847B/assets/sane_v6-uikit-icons-devstack.min.js"></script>
<script src="https://stage.saneforums.org/html/@E5583D7E4DD33EAC92DC11D91714DF89/assets/sane_v6-theme.js"></script>
<script src="https://stage.saneforums.org/html/@2F1E86A20F098E24E089EEBF28E2F8C2/assets/sane_v6-jquery.djmegamenu.min.js" defer></script>
<script src="https://stage.saneforums.org/html/@4E386481061E20A2B09865EF565218AD/assets/sane_v6-jquery.djmobilemenu.min.js" defer></script>
<script src="/html/assets/sane_v6-jquery.autocomplete.min.js"></script>

<script>var $theme = {};</script>

<script type="module" src="https://stage.saneforums.org/html/@1BE452D3A6FA5E97098AD99172DEBC9A/assets/sane-web-components-v1-1-16-sentry.js"></script>
  <script type="module" src="https://stage.saneforums.org/html/@2ABAECE2A30C65882E0134BBDA2A62F2/assets/sane-web-components-v1-1-16-webcomponents.js"></script>
  <link href="https://stage.saneforums.org/html/@2586C765D4E0C251A5523A44BF8877E5/assets/sane-web-components-v1-1-16.css" rel="stylesheet">

<script>
var userLoggedHostname = false;
var hostName = "stage.saneforums.org";
var userHostname = "stage.saneforums.org";


function createCookie(name, value, days) {
  var expires;

  if (days) {
    var date = new Date();
    date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
    expires = "; expires=" + date.toGMTString();
  } else {
    expires = "";
  }

  document.cookie = encodeURIComponent(name) + "=" + encodeURIComponent(value) + expires + ";domain=.saneforums.org;path=/";
}

function readCookie(name) {
  var nameEQ = encodeURIComponent(name) + "=";
  var ca = document.cookie.split(';');
  for (var i = 0; i < ca.length; i++) {
    var c = ca[i];
    while (c.charAt(0) === ' ') c = c.substring(1, c.length);
    if (c.indexOf(nameEQ) === 0) return decodeURIComponent(c.substring(nameEQ.length, c.length));
  }

  return null;
}

function eraseCookie(name) {
  createCookie(name, "", -1);
}


window.onload = function() {
  var readHostCookie = readCookie('saneHostValue');
    if(readHostCookie == null || userLoggedHostname){
      createCookie('saneHostValue','stage.saneforums.org',365)
    }
}

</script>





<link href="https://stage.saneforums.org/html/@ECCF42FB81E21B537BF8D765E61FC2BC/assets/fontawesome-66.min.css" rel="stylesheet">
<link href="https://stage.saneforums.org/html/@6B990CFE8C4BF67F8899322554349611/assets/fontawesome-66-solid.min.css" rel="stylesheet">
<link href="https://stage.saneforums.org/html/@9968066B03A1404D55BE4E3D798899FE/assets/fontawesome-66-regular.min.css" rel="stylesheet">
<link href="https://stage.saneforums.org/html/@16C7AD71095B48B90A91656431566144/assets/fontawesome-66-brands.min.css" rel="stylesheet">
<link href="https://stage.saneforums.org/html/@85B962EFF9D478A53AE18216F1C66AE9/assets/fontawesome-66-v5-font-face.min.css" rel="stylesheet">

<script>
  window.dataLayer = window.dataLayer || [];
  window.dataLayer.push({
    "pageType": "CommunityPage",
    "categories": "n/a",
    "userType": "Reader",
    "userStatus": "Logged Out",
  });
</script>

  <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  })(window,document,'script','dataLayer','GTM-N9H2CG5');</script>
<script type="text/javascript" src="https://stage.saneforums.org/html/@319E47087569CD0F8229BD327B1DC898/assets/moment-2-20-1.min.js"></script>


<script type="text/javascript" src="/t5/scripts/129B3FAC03679C8B82A528EDDD4E9DDC/lia-scripts-head-min.js"></script><script language="javascript" type="text/javascript">
<!--
LITHIUM.PrefetchData = {"Components":{},"commonResults":{}};
LITHIUM.DEBUG = false;
LITHIUM.CommunityJsonObject = {
  "Validation" : {
    "image.description" : {
      "min" : 0,
      "max" : 1000,
      "isoneof" : [ ],
      "type" : "string"
    },
    "tkb.toc_maximum_heading_level" : {
      "min" : 1,
      "max" : 6,
      "isoneof" : [ ],
      "type" : "integer"
    },
    "tkb.toc_heading_list_style" : {
      "min" : 0,
      "max" : 50,
      "isoneof" : [
        "disc",
        "circle",
        "square",
        "none"
      ],
      "type" : "string"
    },
    "blog.toc_maximum_heading_level" : {
      "min" : 1,
      "max" : 6,
      "isoneof" : [ ],
      "type" : "integer"
    },
    "tkb.toc_heading_indent" : {
      "min" : 5,
      "max" : 50,
      "isoneof" : [ ],
      "type" : "integer"
    },
    "blog.toc_heading_indent" : {
      "min" : 5,
      "max" : 50,
      "isoneof" : [ ],
      "type" : "integer"
    },
    "blog.toc_heading_list_style" : {
      "min" : 0,
      "max" : 50,
      "isoneof" : [
        "disc",
        "circle",
        "square",
        "none"
      ],
      "type" : "string"
    }
  },
  "User" : {
    "settings" : {
      "imageupload.legal_file_extensions" : "*.jpg;*.JPG;*.jpeg;*.JPEG;*.gif;*.GIF;*.png;*.PNG",
      "config.enable_avatar" : true,
      "integratedprofile.show_klout_score" : true,
      "layout.sort_view_by_last_post_date" : true,
      "layout.friendly_dates_enabled" : true,
      "profileplus.allow.anonymous.scorebox" : false,
      "tkb.message_sort_default" : "topicPublishDate",
      "layout.format_pattern_date" : "dd-MM-yyyy",
      "config.require_search_before_post" : "off",
      "isUserLinked" : false,
      "integratedprofile.cta_add_topics_dismissal_timestamp" : -1,
      "layout.message_body_image_max_size" : 1000,
      "profileplus.everyone" : false,
      "integratedprofile.cta_connect_wide_dismissal_timestamp" : -1,
      "blog.toc_maximum_heading_level" : "",
      "integratedprofile.hide_social_networks" : false,
      "blog.toc_heading_indent" : "",
      "contest.entries_per_page_num" : 20,
      "layout.messages_per_page_linear" : 30,
      "integratedprofile.cta_manage_topics_dismissal_timestamp" : -1,
      "profile.shared_profile_test_group" : false,
      "integratedprofile.cta_personalized_feed_dismissal_timestamp" : -1,
      "integratedprofile.curated_feed_size" : 10,
      "contest.one_kudo_per_contest" : false,
      "integratedprofile.enable_social_networks" : false,
      "integratedprofile.my_interests_dismissal_timestamp" : -1,
      "profile.language" : "en",
      "layout.friendly_dates_max_age_days" : 1,
      "layout.threading_order" : "thread_descending",
      "blog.toc_heading_list_style" : "disc",
      "useRecService" : false,
      "layout.module_welcome" : "",
      "imageupload.max_uploaded_images_per_upload" : 100,
      "imageupload.max_uploaded_images_per_user" : 1000,
      "integratedprofile.connect_mode" : "",
      "tkb.toc_maximum_heading_level" : "",
      "tkb.toc_heading_list_style" : "disc",
      "sharedprofile.show_hovercard_score" : true,
      "config.search_before_post_scope" : "community",
      "tkb.toc_heading_indent" : "",
      "p13n.cta.recommendations_feed_dismissal_timestamp" : -1,
      "imageupload.max_file_size" : 3072,
      "layout.show_batch_checkboxes" : false,
      "integratedprofile.cta_connect_slim_dismissal_timestamp" : -1
    },
    "isAnonymous" : true,
    "policies" : {
      "image-upload.process-and-remove-exif-metadata" : false
    },
    "registered" : false,
    "emailRef" : "",
    "id" : -1,
    "login" : "Former-Member"
  },
  "Server" : {
    "communityPrefix" : "/gnapi98748",
    "nodeChangeTimeStamp" : 1763874530245,
    "tapestryPrefix" : "/t5",
    "deviceMode" : "DESKTOP",
    "responsiveDeviceMode" : "DESKTOP",
    "membershipChangeTimeStamp" : "0",
    "version" : "25.10",
    "branch" : "25.10-release",
    "showTextKeys" : false
  },
  "Config" : {
    "phase" : "stage",
    "integratedprofile.cta.reprompt.delay" : 2592000000,
    "profileplus.tracking" : {
      "profileplus.tracking.enable" : false,
      "profileplus.tracking.click.enable" : true,
      "profileplus.tracking.impression.enable" : true
    },
    "app.revision" : "2511110945-s8fd2fa3969-b13",
    "navigation.manager.community.structure.limit" : "1000"
  },
  "Activity" : {
    "Results" : [ ]
  },
  "NodeContainer" : {
    "viewHref" : "https://stage.saneforums.org/t5/Top/ct-p/top",
    "description" : "",
    "id" : "top",
    "shortTitle" : "Top",
    "title" : "Top",
    "nodeType" : "category"
  },
  "Page" : {
    "skins" : [
      "sane_v6",
      "sane_master",
      "responsive_peak"
    ],
    "authUrls" : {
      "loginUrl" : "https://stage.saneforums.org/t5/user/userloginpage?dest_url=https%3A%2F%2Fstage.saneforums.org%2F",
      "loginUrlNotRegistered" : "https://stage.saneforums.org/t5/user/userloginpage?redirectreason=notregistered&dest_url=https%3A%2F%2Fstage.saneforums.org%2F",
      "loginUrlNotRegisteredDestTpl" : "https://stage.saneforums.org/t5/user/userloginpage?redirectreason=notregistered&dest_url=%7B%7BdestUrl%7D%7D"
    },
    "name" : "CommunityPage",
    "rtl" : false,
    "object" : {
      "viewHref" : "/",
      "id" : "gnapi98748",
      "page" : "CommunityPage",
      "type" : "Community"
    }
  },
  "WebTracking" : {
    "Activities" : { },
    "path" : "Community:SANE Forums"
  },
  "Feedback" : {
    "targeted" : { }
  },
  "Seo" : {
    "markerEscaping" : {
      "pathElement" : {
        "prefix" : "@",
        "match" : "^[0-9][0-9]$"
      },
      "enabled" : false
    }
  },
  "TopLevelNode" : {
    "viewHref" : "https://stage.saneforums.org/",
    "description" : "",
    "id" : "gnapi98748",
    "shortTitle" : "SANE Forums",
    "title" : "SANE Forums",
    "nodeType" : "Community"
  },
  "Community" : {
    "viewHref" : "https://stage.saneforums.org/",
    "integratedprofile.lang_code" : "en",
    "integratedprofile.country_code" : "US",
    "id" : "gnapi98748",
    "shortTitle" : "SANE Forums",
    "title" : "SANE Forums"
  },
  "CoreNode" : {
    "viewHref" : "https://stage.saneforums.org/",
    "settings" : { },
    "description" : "",
    "id" : "gnapi98748",
    "shortTitle" : "SANE Forums",
    "title" : "SANE Forums",
    "nodeType" : "Community",
    "ancestors" : [ ]
  }
};
LITHIUM.Components.RENDER_URL = "/t5/util/componentrenderpage/component-id/#{component-id}?render_behavior=raw";
LITHIUM.Components.ORIGINAL_PAGE_NAME = 'community/Page';
LITHIUM.Components.ORIGINAL_PAGE_ID = 'CommunityPage';
LITHIUM.Components.ORIGINAL_PAGE_CONTEXT = 'L5Wlq0hA9brqXfnJe3TMJATW4IteHuheKI1uF02ile0Qc5ZkvikvjQq3gJJcm5GKdomNmd5V3k-FAwtitU0-8xFOik0ezhNgQbHO0UTwoXi5goH52bbyneQ3E6g_zjQtrale6_uC06UUnhhCyhnvJhxOpYuzwf6gMjmTpI_GcwCGDzAmcMgJ3z7M3Js-pq3ljuAkNKjcA7QIFQeRFjqneT7foM5pICZncHINpvyQsgbRGQYmCGsw43vgdRGlxBumZF-i2jLIV3mSHp0kEW6qsWS1bR6oJuACbgTZLoslof8.';
LITHIUM.Css = {
  "BASE_DEFERRED_IMAGE" : "lia-deferred-image",
  "BASE_BUTTON" : "lia-button",
  "BASE_SPOILER_CONTAINER" : "lia-spoiler-container",
  "BASE_TABS_INACTIVE" : "lia-tabs-inactive",
  "BASE_TABS_ACTIVE" : "lia-tabs-active",
  "BASE_AJAX_REMOVE_HIGHLIGHT" : "lia-ajax-remove-highlight",
  "BASE_FEEDBACK_SCROLL_TO" : "lia-feedback-scroll-to",
  "BASE_FORM_FIELD_VALIDATING" : "lia-form-field-validating",
  "BASE_FORM_ERROR_TEXT" : "lia-form-error-text",
  "BASE_FEEDBACK_INLINE_ALERT" : "lia-panel-feedback-inline-alert",
  "BASE_BUTTON_OVERLAY" : "lia-button-overlay",
  "BASE_TABS_STANDARD" : "lia-tabs-standard",
  "BASE_AJAX_INDETERMINATE_LOADER_BAR" : "lia-ajax-indeterminate-loader-bar",
  "BASE_AJAX_SUCCESS_HIGHLIGHT" : "lia-ajax-success-highlight",
  "BASE_CONTENT" : "lia-content",
  "BASE_JS_HIDDEN" : "lia-js-hidden",
  "BASE_AJAX_LOADER_CONTENT_OVERLAY" : "lia-ajax-loader-content-overlay",
  "BASE_FORM_FIELD_SUCCESS" : "lia-form-field-success",
  "BASE_FORM_WARNING_TEXT" : "lia-form-warning-text",
  "BASE_FORM_FIELDSET_CONTENT_WRAPPER" : "lia-form-fieldset-content-wrapper",
  "BASE_AJAX_LOADER_OVERLAY_TYPE" : "lia-ajax-overlay-loader",
  "BASE_FORM_FIELD_ERROR" : "lia-form-field-error",
  "BASE_SPOILER_CONTENT" : "lia-spoiler-content",
  "BASE_FORM_SUBMITTING" : "lia-form-submitting",
  "BASE_EFFECT_HIGHLIGHT_START" : "lia-effect-highlight-start",
  "BASE_FORM_FIELD_ERROR_NO_FOCUS" : "lia-form-field-error-no-focus",
  "BASE_EFFECT_HIGHLIGHT_END" : "lia-effect-highlight-end",
  "BASE_SPOILER_LINK" : "lia-spoiler-link",
  "FACEBOOK_LOGOUT" : "lia-component-users-action-logout",
  "BASE_DISABLED" : "lia-link-disabled",
  "FACEBOOK_SWITCH_USER" : "lia-component-admin-action-switch-user",
  "BASE_FORM_FIELD_WARNING" : "lia-form-field-warning",
  "BASE_AJAX_LOADER_FEEDBACK" : "lia-ajax-loader-feedback",
  "BASE_AJAX_LOADER_OVERLAY" : "lia-ajax-loader-overlay",
  "BASE_LAZY_LOAD" : "lia-lazy-load"
};
LITHIUM.noConflict = true;
LITHIUM.useCheckOnline = false;
LITHIUM.RenderedScripts = [
  "jquery.blockui.js",
  "jquery.ui.draggable.js",
  "jquery.lithium-selector-extensions.js",
  "jquery.appear-1.1.1.js",
  "UserNavigationCombine.js",
  "jquery.ui.dialog.js",
  "jquery.function-utils-1.0.js",
  "Auth.js",
  "jquery.viewport-1.0.js",
  "Video.js",
  "jquery.ui.widget.js",
  "SpoilerToggle.js",
  "jquery.ui.resizable.js",
  "jquery.ui.position.js",
  "jquery.effects.slide.js",
  "Components.js",
  "Cache.js",
  "jquery.json-2.6.0.js",
  "AjaxSupport.js",
  "Globals.js",
  "Loader.js",
  "jquery.clone-position-1.0.js",
  "ElementQueries.js",
  "Namespace.js",
  "jquery.ui.core.js",
  "jquery.delayToggle-1.0.js",
  "InformationBox.js",
  "ResizeSensor.js",
  "jquery.scrollTo.js",
  "prism.js",
  "PolyfillsAll.js",
  "jquery.hoverIntent-r6.js",
  "Events.js",
  "jquery.tmpl-1.1.1.js",
  "Sandbox.js",
  "LiModernizr.js",
  "Forms.js",
  "DataHandler.js",
  "ForceLithiumJQuery.js",
  "jquery.iframe-transport.js",
  "DeferredImages.js",
  "PartialRenderProxy.js",
  "jquery.css-data-1.0.js",
  "ElementMethods.js",
  "ActiveCast3.js",
  "json2.js",
  "Lithium.js",
  "jquery.ui.mouse.js",
  "jquery.ajax-cache-response-1.0.js",
  "jquery.fileupload.js",
  "NoConflict.js",
  "Throttle.js",
  "jquery.position-toggle-1.0.js",
  "jquery.iframe-shim-1.0.js",
  "jquery.effects.core.js",
  "Text.js",
  "Dialog.js",
  "jquery.js"
];// -->
</script><script type="text/javascript" src="/t5/scripts/D60EB96AE5FF670ED274F16ABB044ABD/lia-scripts-head-min.js"></script></head>
	<body class="lia-user-status-anonymous CommunityPage lia-body" id="lia-body">
	
	
	<div id="D16FAD99E" class="ServiceNodeInfoHeader">
</div>
	
	
	
	

	<div class="lia-page">
		<center>
			
				<a class="skip-content" href="#sf-main">Skip to main content</a>
<header class="tm-header-mobile uk-hidden@l">
	<div class="uk-navbar-container">
		<div class="uk-container uk-container-expand">
			<nav class="uk-navbar" uk-navbar="{&quot;align&quot;:&quot;left&quot;,&quot;container&quot;:&quot;.tm-header-mobile&quot;,&quot;boundary&quot;:&quot;.tm-header-mobile .uk-navbar-container&quot;}">
				<div class="uk-navbar-left">
					<a href="https://www.sane.org/" aria-label="Back to home" class="uk-logo uk-navbar-item">
						<img alt="SANE - We're people like you." loading="eager" width="215" height="49" src="https://stage.saneforums.org/html/@DE8946167D19C2250D5CC20B764572D4/assets/sane-australia-logo.svg"></a>
					<div class="uk-navbar-item sane-hamburger" id="module-538">
						<div id="dj-megamenu836mobileWrap" class="sane-hamburger"></div>
					</div>
				</div>
			</nav>
		</div>
	</div>
</header>

<header class="tm-header uk-visible@l">
	<div uk-sticky media="@l" show-on-up animation="uk-animation-slide-top" cls-active="uk-navbar-sticky" sel-target=".uk-navbar-container">
		<div class="uk-navbar-container">
			<div class="tm-toolbar tm-toolbar-default uk-visible@l">
				<div class="uk-container uk-flex uk-flex-middle">
					<div>
						<div class="uk-grid-medium uk-child-width-auto uk-flex-middle" uk-grid="margin: uk-margin-small-top">
							<div>
								<div class="uk-panel" id="module-839">
									<div class="uk-margin-remove-last-child custom">
										<ul class="uk-subnav">
											<li><a href="tel:1800187263" target="_self" class="uk-button uk-button-default uk-button-default--icon uk-width-1-1"><i class="fa-regular fa-phone"></i><span>Support Line 1800 187 263</span></a></li>
											<li><a href="https://www.sane.org/contact-us" target="_self" class="uk-button uk-button-default uk-button-default--icon uk-width-1-1"><i class="fa-regular fa-envelope"></i><span>Contact us</span></a></li>
											<li><a href="https://www.sane.org/about-us/policies/feedback-and-complaints-policy" target="_self" class="uk-button uk-button-default uk-button-default--icon uk-width-1-1"><i class="fa-regular fa-message-lines"></i><span>Feedback &amp; Complaints</span></a></li>
										</ul>
									</div>
								</div>
							</div>
						</div>
					</div>
					<div class="uk-margin-auto-left">
						<div class="uk-grid-medium uk-child-width-auto uk-flex-middle" uk-grid="margin: uk-margin-small-top">
							<div>
								<div class="uk-panel" id="module-menu-toolbar-right">
									<ul class="uk-subnav" uk-dropnav="{&quot;boundary&quot;:&quot;false&quot;,&quot;container&quot;:&quot;body&quot;}">
										<li class="item-2785 uk-parent"><a href="https://saneforums.org"><span class="uk-margin-small-right uk-icon"><i class="fa-solid fa-users"></i></span> Community Forums</a>
											<div class="uk-dropdown">
												<div class="uk-drop-grid uk-child-width-1-1" uk-grid>
													<div>
														<ul class="uk-nav uk-dropdown-nav">

															<li class="item-2786"><a href="https://saneforums.org/t5/user/userregistrationpage?dest_url=https%3A%2F%2Fsaneforums.org%2F"><span class="uk-margin-small-right uk-icon"><i class="fa-solid fa-user-plus"></i></span> Sign up</a></li>
															<li class="item-2787"><a href="https://saneforums.org/t5/user/userloginpage?dest_url=https%3A%2F%2Fsaneforums.org%2F"><span class="uk-margin-small-right uk-icon"><i class="fa-solid fa-right-to-bracket"></i></span> Login</a></li>
														</ul>
													</div>
												</div>
											</div>
										</li>
										<li class="item-2911 uk-parent"><a href="https://www.sane.org/recovery-club"><span class="uk-margin-small-right uk-icon"><i class="fa-solid fa-user"></i></span> RecoveryClub</a>
											<div class="uk-dropdown">
												<div class="uk-drop-grid uk-child-width-1-1" uk-grid>
													<div>
														<ul class="uk-nav uk-dropdown-nav">

															<li class="item-2912"><a href="https://www.sane.org/recovery-club"><span class="uk-margin-small-right uk-icon"><i class="fa-solid fa-user-plus"></i></span> Register/Refer</a></li>
															<li class="item-2913"><a href="https://portal.sane.org/"><span class="uk-margin-small-right uk-icon"><i class="fa-solid fa-right-to-bracket"></i></span> Login</a></li>
														</ul>
													</div>
												</div>
											</div>
										</li>
										<li class="item-2788 uk-parent"><a href="https://www.sane.org/referral"><span class="uk-margin-small-right uk-icon"><i class="fa-solid fa-user"></i></span> Guided Recovery</a>
											<div class="uk-dropdown">
												<div class="uk-drop-grid uk-child-width-1-1" uk-grid>
													<div>
														<ul class="uk-nav uk-dropdown-nav">

															<li class="item-2789"><a href="https://www.sane.org/referral"><span class="uk-margin-small-right uk-icon"><i class="fa-solid fa-user-plus"></i></span> Health Professional Referrals</a></li>
															<li class="item-2790"><a href="https://portal.sane.org/"><span class="uk-margin-small-right uk-icon"><i class="fa-solid fa-right-to-bracket"></i></span> Login</a></li>
														</ul>
													</div>
												</div>
											</div>
										</li>
									</ul>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
			<div class="uk-container">
				<nav class="uk-navbar" uk-navbar="{&quot;align&quot;:&quot;left&quot;,&quot;container&quot;:&quot;.tm-header &gt; [uk-sticky]&quot;,&quot;boundary&quot;:&quot;.tm-header .uk-navbar-container&quot;}">
					<div class="uk-navbar-left">
						<a href="https://www.sane.org/" aria-label="Back to home" class="uk-logo uk-navbar-item">
							<img alt="SANE - We're people like you." loading="eager" width="215" height="49" src="https://stage.saneforums.org/html/@DE8946167D19C2250D5CC20B764572D4/assets/sane-australia-logo.svg"></a>
					</div>
					<div class="uk-navbar-center">
						<div class="uk-navbar-item" id="module-836">
							<div class="dj-megamenu-wrapper" data-tmpl="yootheme">
								<ul id="dj-megamenu836" class="dj-megamenu dj-megamenu-override horizontalMenu  dj-fa-0" data-options='{"wrap":null,"animIn":"fadeIn","animOut":"fadeOut","animSpeed":"normal","openDelay":"250","closeDelay":"500","event":"mouseenter","eventClose":"mouseleave","parentOpen":"0","fixed":"0","offset":"0","theme":"override","direction":"ltr","wcag":"0","overlay":"0"}' data-trigger="1099" role="menubar" aria-label="YT - Header > MegaMenu">
									<li class="dj-up itemid0 first logo" role="none"><a class="dj-up_a  " href="https://www.sane.org/" title="SANE" role="menuitem"><span><img class="dj-icon" src="https://stage.saneforums.org/html/@DE8946167D19C2250D5CC20B764572D4/assets/sane-australia-logo.svg" alt="SANE" /></span></a></li>
									<li class="dj-up itemid570" role="none"><a class="dj-up_a  " href="/" role="menuitem"><span><span class="title"><span class="name">Home</span></span></span></a></li>
									<li class="dj-up itemid2886 parent separator" role="none"><a class="dj-up_a  " aria-haspopup="true" aria-expanded="false" tabindex="0" role="menuitem"><span class="dj-drop"><span class="title"><span class="name">Get Support</span></span><span class="arrow" aria-hidden="true"></span></span></a>
										<div class="dj-subwrap  single_column subcols1" style="">
											<div class="dj-subwrap-in" style="width:330px;">
												<div class="dj-subcol" style="width:330px">
													<ul class="dj-submenu" role="menu" aria-label="Get Support">
														<li class="itemid2604 first" role="none"><a href="https://www.sane.org/get-support/sane-support-services" role="menuitem"><span class="title"><span class="name">Explore all supports</span></span></a></li>
														<li class="itemid2606 current active" role="none"><a class="-active active" href="https://saneforums.org" role="menuitem"><span class="title"><span class="name">Community Forums (24/7)</span></span></a></li>
														<li class="itemid2834 alias" role="none"><a href="https://www.sane.org/recovery-club" role="menuitem"><span class="title"><span class="name">RecoveryClub</span></span></a></li>
														<li class="itemid2835" role="none"><a href="https://saneforums.org/t5/Events-and-updates/bd-p/le-forum-0007" role="menuitem"><span class="title"><span class="name">Mental Health Recovery Webinars</span></span></a></li>
														<li class="itemid2688" role="none" style="display: none;"><a href="https://saneforums.org/t5/Events-and-updates/bd-p/le-forum-0007" role="menuitem"><span class="title"><span class="name">Peer Group Chat</span></span></a></li>
														<li class="itemid2909 alias" role="none"><a href="https://www.sane.org/shoulder-to-shoulder" role="menuitem"><span class="title"><span class="name">Support for Veterans and families</span></span></a></li>
													</ul>
												</div>
											</div>
										</div>
									</li>
									<li class="dj-up itemid2887 parent separator" role="none"><a class="dj-up_a  " aria-haspopup="true" aria-expanded="false" tabindex="0" role="menuitem"><span class="dj-drop"><span class="title"><span class="name">Information &amp; Resources</span></span><span class="arrow" aria-hidden="true"></span></span></a>
										<div class="dj-subwrap  single_column subcols1" style="">
											<div class="dj-subwrap-in" style="width:330px;">
												<div class="dj-subcol" style="width:330px">
													<ul class="dj-submenu" role="menu" aria-label="Information &amp; Resources">
														<li class="itemid1975 first" role="none"><a href="https://www.sane.org/information-and-resources/explore-all-resources" role="menuitem"><span class="title"><span class="name">Explore all resources</span></span></a></li>
														<li class="itemid1158" role="none"><a href="https://www.sane.org/information-and-resources/facts-and-guides" role="menuitem"><span class="title"><span class="name">Factsheets &amp; Guides</span></span></a></li>
														<li class="itemid1612" role="none"><a href="https://www.sane.org/information-and-resources/the-sane-blog" role="menuitem"><span class="title"><span class="name">The SANE Blog</span></span></a></li>
														<li class="itemid1250" role="none"><a href="https://www.sane.org/information-and-resources/people-like-us" role="menuitem"><span class="title"><span class="name">Real stories from people like you</span></span></a></li>
														<li class="itemid2735" role="none"><a href="https://www.sane.org/information-and-resources/podcasts" role="menuitem"><span class="title"><span class="name">Podcasts</span></span></a></li>
														<li class="itemid2253" role="none"><a href="https://betteroffwithyou.org.au/" role="menuitem"><span class="title"><span class="name">Better off with you</span></span></a></li>
														<li class="itemid2254 alias" role="none"><a href="https://www.sane.org/you-are-not-alone" role="menuitem"><span class="title"><span class="name">You are not alone</span></span></a></li>
													</ul>
												</div>
											</div>
										</div>
									</li>
									<li class="dj-up itemid2888 parent separator" role="none"><a class="dj-up_a  " aria-haspopup="true" aria-expanded="false" tabindex="0" role="menuitem"><span class="dj-drop"><span class="title"><span class="name">Get Involved</span></span><span class="arrow" aria-hidden="true"></span></span></a>
										<div class="dj-subwrap  single_column subcols1" style="">
											<div class="dj-subwrap-in" style="width:330px;">
												<div class="dj-subcol" style="width:330px">
													<ul class="dj-submenu" role="menu" aria-label="Get Involved">
														<li class="itemid1133 first" role="none"><a href="https://www.sane.org/get-involved/support-sane" role="menuitem"><span class="title"><span class="name">See all</span></span></a></li>
														<li class="itemid2055" role="none"><a href="https://donate.sane.org" role="menuitem"><span class="title"><span class="name">Donate now</span></span></a></li>
														<li class="itemid1438" role="none"><a href="https://www.sane.org/monthlygiving" role="menuitem"><span class="title"><span class="name">Donate Monthly</span></span></a></li>
														<li class="itemid2743" role="none"><a href="https://www.sane.org/get-involved/philanthropy" role="menuitem"><span class="title"><span class="name">Philanthropy</span></span></a></li>
														<li class="itemid1442" role="none"><a href="https://www.sane.org/get-involved/in-memoriam" role="menuitem"><span class="title"><span class="name">In memory</span></span></a></li>
														<li class="itemid1875" role="none"><a href="https://www.sane.org/get-involved/community-fundraising" role="menuitem"><span class="title"><span class="name">Fundraise for SANE</span></span></a></li>
														<li class="itemid1439" role="none"><a href="https://www.sane.org/get-involved/workplace-giving" role="menuitem"><span class="title"><span class="name">Workplace giving</span></span></a></li>
														<li class="itemid1440" role="none"><a href="https://www.sane.org/get-involved/bequests" role="menuitem"><span class="title"><span class="name">Leaving a gift in your will</span></span></a></li>
														<li class="itemid2356" role="none"><a href="https://www.sane.org/get-involved/advocacy" role="menuitem"><span class="title"><span class="name">Advocacy</span></span></a></li>
														<li class="itemid2618 alias" role="none"><a href="https://www.sane.org/get-involved/advocacy/stigmawatch" role="menuitem"><span class="title"><span class="name">StigmaWatch</span></span></a></li>
														<li class="itemid2622 alias" role="none"><a href="https://www.sane.org/shop" role="menuitem"><span class="title"><span class="name">SANE Shop</span></span></a></li>
													</ul>
												</div>
											</div>
										</div>
									</li>
									<li class="dj-up itemid2914 parent separator" role="none"><a class="dj-up_a  " aria-haspopup="true" aria-expanded="false" tabindex="0" role="menuitem"><span class="dj-drop"><span class="title"><span class="name">Research</span></span><span class="arrow" aria-hidden="true"></span></span></a>
										<div class="dj-subwrap  single_column subcols1" style="">
											<div class="dj-subwrap-in" style="width:330px;">
												<div class="dj-subcol" style="width:330px">
													<ul class="dj-submenu" role="menu" aria-label="Research">
														<li class="itemid1890 first" role="none"><a href="https://www.sane.org/research/adrc" role="menuitem"><span class="title"><span class="name">View all research projects</span></span></a></li>
														<li class="itemid1891" role="none"><a href="https://www.sane.org/research/current-adrc-projects" role="menuitem"><span class="title"><span class="name">Current ADRC Projects</span></span></a></li>
														<li class="itemid1892" role="none"><a href="https://www.sane.org/research/about-the-adrc" role="menuitem"><span class="title"><span class="name">About the Anne Deveson Research Centre</span></span></a></li>
														<li class="itemid1893" role="none"><a href="https://www.sane.org/research/anne-devesons-legacy" role="menuitem"><span class="title"><span class="name">Anne Deveson's Legacy</span></span></a></li>
														<li class="itemid2083" role="none"><a href="https://www.sane.org/research/publications" role="menuitem"><span class="title"><span class="name">Publications</span></span></a></li>
													</ul>
												</div>
											</div>
										</div>
									</li>
									<li class="dj-up itemid2889 parent separator" role="none"><a class="dj-up_a  " aria-haspopup="true" aria-expanded="false" tabindex="0" role="menuitem"><span class="dj-drop"><span class="title"><span class="name">About us</span></span><span class="arrow" aria-hidden="true"></span></span></a>
										<div class="dj-subwrap  single_column subcols1" style="">
											<div class="dj-subwrap-in" style="width:330px;">
												<div class="dj-subcol" style="width:330px">
													<ul class="dj-submenu" role="menu" aria-label="About us">
														<li class="itemid1153 first" role="none"><a href="https://www.sane.org/about-us/about-sane" role="menuitem"><span class="title"><span class="name">Learn about us</span></span></a></li>
														<li class="itemid2360 alias" role="none"><a href="https://www.sane.org/media-centre" role="menuitem"><span class="title"><span class="name">News and Media</span></span></a></li>
														<li class="itemid1873" role="none"><a href="https://www.sane.org/about-us/policies" role="menuitem"><span class="title"><span class="name">Policies</span></span></a></li>
														<li class="itemid1999" role="none"><a href="https://www.sane.org/about-us/vision-and-goals" role="menuitem"><span class="title"><span class="name">Vision and goals</span></span></a></li>
														<li class="itemid2741" role="none"><a href="https://www.sane.org/about-us/journey-to-reconciliation" role="menuitem"><span class="title"><span class="name">Journey to Reconciliation</span></span></a></li>
														<li class="itemid1586" role="none"><a href="https://www.sane.org/about-us/annual-reports-highlights" role="menuitem"><span class="title"><span class="name">Annual reports &amp; highlights</span></span></a></li>
														<li class="itemid2079" role="none"><a href="https://www.sane.org/about-us/board-members-and-patrons" role="menuitem"><span class="title"><span class="name">Board members and Patrons</span></span></a></li>
														<li class="itemid1945" role="none"><a href="https://www.sane.org/about-us/executive-team" role="menuitem"><span class="title"><span class="name">Executive team</span></span></a></li>
														<li class="itemid1886" role="none"><a href="https://www.sane.org/about-us/careers-at-sane" role="menuitem"><span class="title"><span class="name">Careers</span></span></a></li>
														<li class="itemid1426" role="none"><a href="https://www.sane.org/about-us/major-supporters" role="menuitem"><span class="title"><span class="name">Major Supporters</span></span></a></li>
													</ul>
												</div>
											</div>
										</div>
									</li>
									<li class="dj-up itemid2590 separator withmodule" role="menuitem">
										<div class="modules-wrap">
											<div class="moduletable">

												<div class="finder">
													<form id="mod-finder-searchform898" action="https://www.sane.org/search-results" method="get" class="form-search" role="search">
														<label for="mod-finder-searchword898" class="element-invisible finder">Submit</label><br /><input type="text" name="q" id="mod-finder-searchword898" class="search-query input-medium" size="20" value="" placeholder="search sane.org" /><button class="btn btn-primary hasTooltip  finder" type="submit" title="Go"><span class="icon-search icon-white"></span>Submit</button>
													</form>
												</div>
											</div>
										</div>
									</li>
									<li class="dj-up itemid2623" role="none"><a class="dj-up_a  " href="https://donate.sane.org/" role="menuitem"><span><span class="title"><span class="name">Donate</span></span></span></a></li>
								</ul>
								<div id="dj-megamenu836mobile" class="dj-megamenu-offcanvas dj-megamenu-offcanvas-override ">
									<a href="#" class="dj-mobile-open-btn" aria-label="Open mobile menu"><span class="fa-regular fa-bars" aria-hidden="true"></span></a>
									<aside id="dj-megamenu836offcanvas" class="dj-offcanvas dj-fa-0 dj-offcanvas-override dj-offcanvas-left " data-effect="3" aria-hidden="true" aria-label="YT - Header > MegaMenu">
										<div class="dj-offcanvas-top">
											<a href="#" class="dj-offcanvas-close-btn" aria-label="Close mobile menu"><span class="fa-regular fa-close" aria-hidden="true"></span></a>
										</div>
										<div class="dj-offcanvas-logo">
											<a href="https://www.sane.org/">
												<img src="https://stage.saneforums.org/html/@DE8946167D19C2250D5CC20B764572D4/assets/sane-australia-logo.svg" alt="SANE" />
											</a>
										</div>
										<div class="dj-offcanvas-modules">
											<div class="moduletable">
												<div class="finder">
													<form id="mod-finder-searchform84" action="https://www.sane.org/search-results" method="get" class="form-search" role="search">
														<label for="mod-finder-searchword84" class="element-invisible finder">Submit</label><br /><input type="text" name="q" id="mod-finder-searchword84" class="search-query input-medium" size="20" value="" placeholder="search sane.org" /><button class="btn btn-primary hasTooltip  finder" type="submit" title="Go"><span class="icon-search icon-white"></span>Submit</button>
													</form>
												</div>
											</div>
										</div>
										<div class="dj-offcanvas-content">
											<ul class="dj-mobile-nav dj-mobile-override " role="menubar">
												<li class="dj-mobileitem itemid-570" role="none"><a class="dj-up_a  " href="/" role="menuitem"><span class="title"><span class="name">Home</span></span></a></li>
												<li class="dj-mobileitem itemid-2886 divider deeper parent" role="none"><a class="dj-up_a  " aria-haspopup="true" aria-expanded="false" tabindex="0" role="menuitem"><span class="title"><span class="name">Get Support</span></span></a>
													<ul class="dj-mobile-nav-child">
														<li class="dj-mobileitem itemid-2604" role="none"><a class="dj-up_a  " href="https://www.sane.org/get-support/sane-support-services" role="menuitem"><span class="title"><span class="name">Explore all supports</span></span></a></li>
														<li class="dj-mobileitem itemid-2606 current active" role="none"><a class="dj-up_a  " href="https://saneforums.org" role="menuitem"><span class="title"><span class="name">Community Forums (24/7)</span></span></a></li>
														<li class="dj-mobileitem itemid-2834" role="none"><a class="dj-up_a  " href="https://www.sane.org/recovery-club" role="menuitem"><span class="title"><span class="name">RecoveryClub</span></span></a></li>
														<li class="dj-mobileitem itemid-2835" role="none"><a class="dj-up_a  " href="https://saneforums.org/t5/Events-and-updates/bd-p/le-forum-0007" role="menuitem"><span class="title"><span class="name">Mental Health Recovery Webinars</span></span></a></li>
														<li class="dj-mobileitem itemid-2909" role="none"><a class="dj-up_a  " href="https://www.sane.org/shoulder-to-shoulder" role="menuitem"><span class="title"><span class="name">Support for Veterans and families</span></span></a></li>
														<li class="dj-mobileitem itemid-2688" role="none" style="display: none;"><a class="dj-up_a  " href="https://saneforums.org/t5/Events-and-updates/bd-p/le-forum-0007" role="menuitem"><span class="title"><span class="name">Peer Group Chat</span></span></a></li>
													</ul>
												</li>
												<li class="dj-mobileitem itemid-2887 divider deeper parent" role="none"><a class="dj-up_a  " aria-haspopup="true" aria-expanded="false" tabindex="0" role="menuitem"><span class="title"><span class="name">Information &amp; Resources</span></span></a>
													<ul class="dj-mobile-nav-child">
														<li class="dj-mobileitem itemid-1975" role="none"><a class="dj-up_a  " href="https://www.sane.org/information-and-resources/explore-all-resources" role="menuitem"><span class="title"><span class="name">Explore all resources</span></span></a></li>
														<li class="dj-mobileitem itemid-1158 parent" role="none"><a class="dj-up_a  " href="https://www.sane.org/information-and-resources/facts-and-guides" role="menuitem"><span class="title"><span class="name">Factsheets &amp; Guides</span></span></a></li>
														<li class="dj-mobileitem itemid-1612" role="none"><a class="dj-up_a  " href="https://www.sane.org/information-and-resources/the-sane-blog" role="menuitem"><span class="title"><span class="name">The SANE Blog</span></span></a></li>
														<li class="dj-mobileitem itemid-1250 parent" role="none"><a class="dj-up_a  " href="https://www.sane.org/information-and-resources/people-like-us" role="menuitem"><span class="title"><span class="name">Real stories from people like you</span></span></a></li>
														<li class="dj-mobileitem itemid-2735" role="none"><a class="dj-up_a  " href="https://www.sane.org/information-and-resources/podcasts" role="menuitem"><span class="title"><span class="name">Podcasts</span></span></a></li>
														<li class="dj-mobileitem itemid-2253" role="none"><a class="dj-up_a  " href="https://betteroffwithyou.org.au/" role="menuitem"><span class="title"><span class="name">Better off with you</span></span></a></li>
														<li class="dj-mobileitem itemid-2254" role="none"><a class="dj-up_a  " href="https://www.sane.org/you-are-not-alone" role="menuitem"><span class="title"><span class="name">You are not alone</span></span></a></li>
													</ul>
												</li>
												<li class="dj-mobileitem itemid-2888 divider deeper parent" role="none"><a class="dj-up_a  " aria-haspopup="true" aria-expanded="false" tabindex="0" role="menuitem"><span class="title"><span class="name">Get Involved</span></span></a>
													<ul class="dj-mobile-nav-child">
														<li class="dj-mobileitem itemid-1133" role="none"><a class="dj-up_a  " href="https://www.sane.org/get-involved/support-sane" role="menuitem"><span class="title"><span class="name">See all</span></span></a></li>
														<li class="dj-mobileitem itemid-2055" role="none"><a class="dj-up_a  " href="https://donate.sane.org" role="menuitem"><span class="title"><span class="name">Donate now</span></span></a></li>
														<li class="dj-mobileitem itemid-1438" role="none"><a class="dj-up_a  " href="https://www.sane.org/monthlygiving" role="menuitem"><span class="title"><span class="name">Donate Monthly</span></span></a></li>
														<li class="dj-mobileitem itemid-2743" role="none"><a class="dj-up_a  " href="https://www.sane.org/get-involved/philanthropy" role="menuitem"><span class="title"><span class="name">Philanthropy</span></span></a></li>
														<li class="dj-mobileitem itemid-1442" role="none"><a class="dj-up_a  " href="https://www.sane.org/get-involved/in-memoriam" role="menuitem"><span class="title"><span class="name">In memory</span></span></a></li>
														<li class="dj-mobileitem itemid-1875" role="none"><a class="dj-up_a  " href="https://www.sane.org/get-involved/community-fundraising" role="menuitem"><span class="title"><span class="name">Fundraise for SANE</span></span></a></li>
														<li class="dj-mobileitem itemid-1439" role="none"><a class="dj-up_a  " href="https://www.sane.org/get-involved/workplace-giving" role="menuitem"><span class="title"><span class="name">Workplace giving</span></span></a></li>
														<li class="dj-mobileitem itemid-1440" role="none"><a class="dj-up_a  " href="https://www.sane.org/get-involved/bequests" role="menuitem"><span class="title"><span class="name">Leaving a gift in your will</span></span></a></li>
														<li class="dj-mobileitem itemid-2356 parent" role="none"><a class="dj-up_a  " href="https://www.sane.org/get-involved/advocacy" role="menuitem"><span class="title"><span class="name">Advocacy</span></span></a></li>
														<li class="dj-mobileitem itemid-2618" role="none"><a class="dj-up_a  " href="https://www.sane.org/get-involved/advocacy/stigmawatch" role="menuitem"><span class="title"><span class="name">StigmaWatch</span></span></a></li>
														<li class="dj-mobileitem itemid-2622" role="none"><a class="dj-up_a  " href="https://www.sane.org/shop" role="menuitem"><span class="title"><span class="name">SANE Shop</span></span></a></li>
													</ul>
												</li>											
												<li class="dj-mobileitem itemid-2914 divider deeper parent active" role="none"><a class="dj-up_a  " aria-haspopup="true" aria-expanded="false" tabindex="0" role="menuitem"><span class="title"><span class="name">Research</span></span><span class="toggler"></span></a>
													<ul class="dj-mobile-nav-child" style="display: block;">
														<li class="dj-mobileitem itemid-1890" role="none"><a class="dj-up_a  " href="https://www.sane.org/research/adrc" role="menuitem"><span class="title"><span class="name">View all research projects</span></span></a></li>
														<li class="dj-mobileitem itemid-1891" role="none"><a class="dj-up_a  " href="https://www.sane.org/research/current-adrc-projects" role="menuitem"><span class="title"><span class="name">Current ADRC Projects</span></span></a></li>
														<li class="dj-mobileitem itemid-1892" role="none"><a class="dj-up_a  " href="https://www.sane.org/research/about-the-adrc" role="menuitem"><span class="title"><span class="name">About the Anne Deveson Research Centre</span></span></a></li>
														<li class="dj-mobileitem itemid-1893" role="none"><a class="dj-up_a  " href="https://www.sane.org/research/anne-devesons-legacy" role="menuitem"><span class="title"><span class="name">Anne Deveson's Legacy</span></span></a></li>
														<li class="dj-mobileitem itemid-2083" role="none"><a class="dj-up_a  " href="https://www.sane.org/research/publications" role="menuitem"><span class="title"><span class="name">Publications</span></span></a></li>
													</ul>
												</li>												
												<li class="dj-mobileitem itemid-2889 divider deeper parent" role="none"><a class="dj-up_a  " aria-haspopup="true" aria-expanded="false" tabindex="0" role="menuitem"><span class="title"><span class="name">About us</span></span></a>
													<ul class="dj-mobile-nav-child">
														<li class="dj-mobileitem itemid-1153" role="none"><a class="dj-up_a  " href="https://www.sane.org/about-us/about-sane" role="menuitem"><span class="title"><span class="name">Learn about us</span></span></a></li>
														<li class="dj-mobileitem itemid-2360" role="none"><a class="dj-up_a  " href="https://www.sane.org/media-centre" role="menuitem"><span class="title"><span class="name">News and Media</span></span></a></li>
														<li class="dj-mobileitem itemid-1873 parent" role="none"><a class="dj-up_a  " href="https://www.sane.org/about-us/policies" role="menuitem"><span class="title"><span class="name">Policies</span></span></a></li>
														<li class="dj-mobileitem itemid-1999" role="none"><a class="dj-up_a  " href="https://www.sane.org/about-us/vision-and-goals" role="menuitem"><span class="title"><span class="name">Vision and goals</span></span></a></li>
														<li class="dj-mobileitem itemid-2741" role="none"><a class="dj-up_a  " href="https://www.sane.org/about-us/journey-to-reconciliation" role="menuitem"><span class="title"><span class="name">Journey to Reconciliation</span></span></a></li>
														<li class="dj-mobileitem itemid-1586" role="none"><a class="dj-up_a  " href="https://www.sane.org/about-us/annual-reports-highlights" role="menuitem"><span class="title"><span class="name">Annual reports &amp; highlights</span></span></a></li>
														<li class="dj-mobileitem itemid-2079" role="none"><a class="dj-up_a  " href="https://www.sane.org/about-us/board-members-and-patrons" role="menuitem"><span class="title"><span class="name">Board members and Patrons</span></span></a></li>
														<li class="dj-mobileitem itemid-1945" role="none"><a class="dj-up_a  " href="https://www.sane.org/about-us/executive-team" role="menuitem"><span class="title"><span class="name">Executive team</span></span></a></li>
														<li class="dj-mobileitem itemid-1886 parent" role="none"><a class="dj-up_a  " href="https://www.sane.org/about-us/careers-at-sane" role="menuitem"><span class="title"><span class="name">Careers</span></span></a></li>
														<li class="dj-mobileitem itemid-1426 parent" role="none"><a class="dj-up_a  " href="https://www.sane.org/about-us/major-supporters" role="menuitem"><span class="title"><span class="name">Major Supporters</span></span></a></li>
													</ul>
												</li>
												<li class="dj-mobileitem itemid-2590 divider dj-hideitem" role="menuitem"></li>
												<li class="dj-mobileitem itemid-2623 dj-hideitem" role="none"><a class="dj-up_a  " href="https://donate.sane.org/" role="menuitem"><span class="title"><span class="name">Donate</span></span></a></li>
											</ul>
										</div>
										<div class="dj-offcanvas-modules">
											<div class="moduletable">
												<div class="uk-margin-remove-last-child custom">
													<p><a href="https://donate.sane.org/" target="_self" class="uk-button uk-button-primary">Donate</a></p>
													<p><a href="https://www.sane.org/contact-us" target="_self" class="uk-button uk-button-default">Contact Us</a></p>
												</div>
											</div>
											<div class="moduletable">								
												<div class="uk-margin-remove-last-child custom">
													<ul>
														<li><i class="fa-solid fa-comments"></i>Community Forums <a href="https://saneforums.org/t5/user/userregistrationpage" target="_self">Sign up</a> or <a href="https://saneforums.org/t5/user/userloginpage" target="_self">Login</a></li>
														<li><i class="fa-solid fa-user"></i>RecoveryClub <a href="https://www.sane.org/recovery-club" target="_self">Register/refer</a> or <a href="https://portal.sane.org" target="_self">Login</a></li>
														<li><i class="fa-solid fa-user"></i>Guided Recovery <a href="https://www.sane.org/referral" target="_self">Health Professional Referrals</a> or <a href="https://portal.sane.org" target="_self">Login</a></li>
														<li><i class="fa-solid fa-message-lines"></i><a href="https://www.sane.org/about-us/policies/feedback-and-complaints-policy" target="_self">Feedback &amp; Complaints</a></li>
													</ul>
												</div>
											</div>
										</div>
									</aside>
								</div>
							</div>
						</div>
					</div>
				</nav>
			</div>
		</div>
	</div>
</header><span></span>
					
	
	<div class="MinimumWidthContainer">
		<div class="min-width-wrapper">
			<div class="min-width">		
				
						<div class="lia-content">
                            
							
							
							
		
	<div class="lia-quilt lia-quilt-community-page-colosl lia-quilt-layout-rc-layout-col2 lia-top-quilt">
	<div class="lia-quilt-row lia-quilt-row-wrapper">
		<div class="lia-quilt-column lia-quilt-column-16 lia-quilt-column-left lia-quilt-column-main">
			<div class="lia-quilt-column-alley lia-quilt-column-alley-left">
	
		
			


<div class="content-container" data-component="header" data-component-id="header-20251123111302997" style="position: relative; height: 280px; transition: height 0.3s ease-in-out;">
  <div class="web-component-wrapper">
      <rc-registration-panel members="47612" posts="1523" visitors="1400000"></rc-registration-panel>
<ul role="list" id="list_99f2e026577f12" class="lia-list-standard-inline UserNavigation lia-component-common-widget-user-navigation-combine">
	
				
	
		
			
		
			
		
			
		
			<li role="listitem"><a class="lia-link-navigation registration-link lia-panel-dialog-trigger lia-panel-dialog-trigger-event-click lia-js-data-dialogKey-626490369 lia-component-users-action-registration" rel="nofollow" id="registrationPageV2_99f2e026577f12" href="https://stage.saneforums.org/t5/user/userregistrationpage?dest_url=https%3A%2F%2Fstage.saneforums.org%2F">Sign up</a></li>
		
			<li aria-hidden="true"><span class="separator lia-component-common-widget-user-nav-separator-character">·</span></li>
		
			
		
			
		
			<li role="listitem"><a class="lia-link-navigation login-link lia-authentication-link lia-panel-dialog-trigger lia-panel-dialog-trigger-event-click lia-js-data-dialogKey-796124716 lia-component-users-action-login" rel="nofollow" id="loginPageV2_99f2e026577f12" href="https://stage.saneforums.org/t5/user/userloginpage?dest_url=https%3A%2F%2Fstage.saneforums.org%2F">Log in</a></li>
		
			
		
			<li aria-hidden="true"><span class="separator lia-component-common-widget-user-nav-separator-character">·</span></li>
		
			
		
			
		
			<li role="listitem"><a class="lia-link-navigation faq-link lia-component-help-action-faq" id="faqPage_99f2e026577f12" href="/t5/help/faqpage">Guidelines and technical support</a></li>
		
			
		
			
		
	
	

			
</ul>  </div>
</div>

<script>
  (function() {
    // Use the unique component ID to find the container
    const componentId = 'header-20251123111302997';
    const container = document.querySelector(`[data-component-id="header-20251123111302997"]`);
    const webComponent = container?.querySelector('rc-registration-panel, rc-community-header');

    if (!container || !webComponent) {
      console.warn('Header elements not found');
      return;
    }

    const findAnyHeight = (component) => [
      component.offsetHeight,
      component.shadowRoot?.querySelector('div')?.offsetHeight,
      component.getBoundingClientRect().height
    ]
    .concat(Array.from(component.children).map((child) => findAnyHeight(child)))
    .find((height) => height > 50);

    const updateHeight = () => {
      const webComponentHeight = findAnyHeight(webComponent);

      if (webComponentHeight > 50 && webComponentHeight < 5000) {
        // If the component has any height we know it has been loaded and remove the placeholder height
        container.style.height = 'auto';
        return true;
      }

      return false;
    };

    let attempts = 0;
    const maxAttempts = 20;
    const checkHeight = () => {
      attempts++;
      if (updateHeight() || attempts >= maxAttempts) {
        return;
      }
      setTimeout(checkHeight, 200);
    };

    setTimeout(checkHeight, 100);
  })();
</script>
		
			

<div class="content-container" data-component="tabbed-navigation" data-component-id="tabbed-nav-20251123111303026" style="position: relative; height: 80px; transition: height 0.3s ease-in-out;">
  <div class="web-component-wrapper">
    <ul class="rc-tabs">
        <li>
          <a
            href="/"
            class="rc-tabs__item--selected"
            onclick="
              event.preventDefault();
              window.dataLayer = window.dataLayer || [];
              window.dataLayer.push({
                event: 'customEvent',
                eventName: 'navigation_clicked',
                eventType: 'click',
                label: 'Discussions'
              });
              window.location.href = '/'
            "
          >
            <span class="rc-tabs__label">Discussions</span>
          </a>
        </li>
        <li>
          <a
            href="/t5/Events-and-Updates/bd-p/le-forum-0007"
            class="rc-tabs__item"
            onclick="
              event.preventDefault();
              window.dataLayer = window.dataLayer || [];
              window.dataLayer.push({
                event: 'customEvent',
                eventName: 'navigation_clicked',
                eventType: 'click',
                label: 'Events'
              });
              window.location.href = '/t5/Events-and-Updates/bd-p/le-forum-0007'
            "
          >
            <span class="rc-tabs__label">Events</span>
          </a>
        </li>
        <li>
          <a
            href="/t5/custom/page/page-id/Spaces"
            class="rc-tabs__item"
            onclick="
              event.preventDefault();
              window.dataLayer = window.dataLayer || [];
              window.dataLayer.push({
                event: 'customEvent',
                eventName: 'navigation_clicked',
                eventType: 'click',
                label: 'Spaces'
              });
              window.location.href = '/t5/custom/page/page-id/Spaces'
            "
          >
            <span class="rc-tabs__label">Spaces</span>
          </a>
        </li>
          </ul>
    </div>
</div>

<script>
  (function() {
    // Use the unique component ID to find the container
    const componentId = 'tabbed-nav-20251123111303026';
    const container = document.querySelector(`[data-component-id="tabbed-nav-20251123111303026"]`);
    const webComponent = container?.querySelector('ul.rc-tabs');

    if (!container || !webComponent) {
      console.warn('Tabbed navigation elements not found');
      return;
    }

    const findAnyHeight = (component) => [
      component.offsetHeight,
      component.shadowRoot?.querySelector('div')?.offsetHeight,
      component.getBoundingClientRect().height
    ]
    .concat(Array.from(component.children).map((child) => findAnyHeight(child)))
    .find((height) => height > 20);

    const updateHeight = () => {
      const webComponentHeight = findAnyHeight(webComponent);

      if (webComponentHeight > 20 && webComponentHeight < 5000) {
        // If the component has any height we know it has been loaded and remove the placeholder height
        container.style.height = 'auto';
        return true;
      }

      return false;
    };

    let attempts = 0;
    const maxAttempts = 20;
    const checkHeight = () => {
      attempts++;
      if (updateHeight() || attempts >= maxAttempts) {
        return;
      }
      setTimeout(checkHeight, 200);
    };

    setTimeout(checkHeight, 100);
  })();
</script>
		
			
	

	

		
			
        
        
	

	

    
		
			

    <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/431iFA87F497AE49B0FB/image-size/medium?v=v2&px=400" type="image/webp">
    <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/467i17E5B46965DC44F2/image-size/medium?v=v2&px=400" type="image/webp">
    <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/402iFED80FE5AB05C7D5/image-size/medium?v=v2&px=400" type="image/webp">
    <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/384iCD000741C66B5C65/image-size/medium?v=v2&px=400" type="image/webp">
    <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/385iBC388171A3029F8D/image-size/medium?v=v2&px=400" type="image/webp">
    <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/377i9EC25C50732CFB3F/image-size/medium?v=v2&px=400" type="image/webp">


<div class="content-container" data-component="featured" data-component-id="featured-20251123111303327" style="position: relative; height: 350px; transition: height 0.3s ease-in-out;">
  <rc-spotlight images='[{&quot;medium_href&quot;:&quot;/t5/image/serverpage/image-id/431iFA87F497AE49B0FB/image-size/medium?v=v2&amp;px=400&quot;,&quot;id&quot;:&quot;2641&quot;},{&quot;medium_href&quot;:&quot;/t5/image/serverpage/image-id/467i17E5B46965DC44F2/image-size/medium?v=v2&amp;px=400&quot;,&quot;id&quot;:&quot;2848&quot;},{&quot;medium_href&quot;:&quot;/t5/image/serverpage/image-id/402iFED80FE5AB05C7D5/image-size/medium?v=v2&amp;px=400&quot;,&quot;id&quot;:&quot;2625&quot;},{&quot;medium_href&quot;:&quot;/t5/image/serverpage/image-id/384iCD000741C66B5C65/image-size/medium?v=v2&amp;px=400&quot;,&quot;id&quot;:&quot;2437&quot;},{&quot;medium_href&quot;:&quot;/t5/image/serverpage/image-id/385iBC388171A3029F8D/image-size/medium?v=v2&amp;px=400&quot;,&quot;id&quot;:&quot;2435&quot;},{&quot;medium_href&quot;:&quot;/t5/image/serverpage/image-id/377i9EC25C50732CFB3F/image-size/medium?v=v2&amp;px=400&quot;,&quot;id&quot;:&quot;2284&quot;}]' items='[{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2641&quot;,&quot;view_href&quot;:&quot;/t5/Useful-resources/How-do-i-create-a-spotlight/td-p/2641&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/378&quot;,&quot;login&quot;:&quot;tyme&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Contributor&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;message&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;inline&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;favicon&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;print&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;}},&quot;subject&quot;:&quot;How do i create a spotlight?&quot;,&quot;body&quot;:&quot;&lt;P&gt;I&#39;ve got no idea, but let&#39;s give it a go&lt;/P&gt;\n&lt;P&gt;&amp;nbsp;&lt;/P&gt;\n&lt;P&gt;&lt;span class=\&quot;lia-inline-image-display-wrapper lia-image-align-center\&quot; image-alt=\&quot;Screenshot 2024-09-11 at 8.46.34 PM.png\&quot; style=\&quot;width: 616px;\&quot;&gt;&lt;img src=\&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/431iFA87F497AE49B0FB/image-size/large?v=v2&amp;amp;px=999\&quot; role=\&quot;button\&quot; title=\&quot;Screenshot 2024-09-11 at 8.46.34 PM.png\&quot; alt=\&quot;Screenshot 2024-09-11 at 8.46.34 PM.png\&quot; /&gt;&lt;/span&gt;&lt;/P&gt;\n&lt;P&gt;&amp;nbsp;&lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;le-forum-0005&quot;,&quot;href&quot;:&quot;/boards/le-forum-0005&quot;,&quot;view_href&quot;:&quot;/t5/Useful-resources/bd-p/le-forum-0005&quot;},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;messages_count&quot;:3,&quot;last_post_time&quot;:&quot;2024-10-08T05:59:04.247Z&quot;},&quot;post_time&quot;:&quot;2024-09-12T06:26:18.308Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:3}}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2848&quot;,&quot;view_href&quot;:&quot;/t5/Events-and-updates/Recording-Mental-Health-Webinar-9-The-Big-5-in-Mental-Health/td-p/2848&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/381&quot;,&quot;login&quot;:&quot;Colosl&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Administrator&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/profile/version/2?xdesc=1.0&quot;,&quot;message&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/message/version/2?xdesc=1.0&quot;,&quot;inline&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/inline/version/2?xdesc=1.0&quot;,&quot;favicon&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/favicon/version/2?xdesc=1.0&quot;,&quot;print&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/print/version/2?xdesc=1.0&quot;}},&quot;subject&quot;:&quot;Recording // Mental Health Webinar 9 // The Big 5 in Mental Health&quot;,&quot;body&quot;:&quot;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast=\&quot;none\&quot;&gt;Mental health recovery webinar: The Big 5 in Mental Health&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props=\&quot;{&amp;quot;335559739&amp;quot;:0}\&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;\n&lt;P&gt;&lt;SPAN data-contrast=\&quot;auto\&quot;&gt;️&lt;/SPAN&gt;&lt;SPAN data-contrast=\&quot;none\&quot;&gt;Featuring: Professor Nick Titov – The Big 5 with Mindspot&lt;/SPAN&gt;&lt;SPAN data-ccp-props=\&quot;{&amp;quot;335559739&amp;quot;:0}\&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;\n&lt;P&gt;&lt;SPAN data-ccp-props=\&quot;{&amp;quot;335559739&amp;quot;:0}\&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;\n&lt;P&gt;&lt;SPAN data-contrast=\&quot;none\&quot;&gt;We all agree that our mental health is as important as our physical health. Unfortunately, most people are not aware of the things we can do to support our mental health, or how often we should do them. Research involving more than 20,000 Australians has identified five key actions we can do each day, the Big 5, which are strongly linked to mental health.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props=\&quot;{&amp;quot;335559739&amp;quot;:0}\&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;\n&lt;P&gt;&lt;SPAN data-contrast=\&quot;none\&quot;&gt;This presentation summarises the research evidence for the Big 5 and provides simple examples of how we can apply the Big 5 in our daily lives.&lt;/SPAN&gt;&lt;SPAN data-ccp-props=\&quot;{&amp;quot;335559739&amp;quot;:0}\&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;\n&lt;P&gt;&amp;nbsp;&lt;/P&gt;\n&lt;P&gt;&lt;SPAN data-contrast=\&quot;none\&quot;&gt;Includes a 20-minute Q&amp;amp;A.&lt;/SPAN&gt;&lt;SPAN data-ccp-props=\&quot;{&amp;quot;335559739&amp;quot;:0}\&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;\n&lt;P&gt;&lt;SPAN data-ccp-props=\&quot;{&amp;quot;335559739&amp;quot;:0}\&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;\n&lt;P&gt;&lt;STRONG&gt;&lt;SPAN data-contrast=\&quot;none\&quot;&gt;About Professor Nick Titov&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-ccp-props=\&quot;{&amp;quot;335559739&amp;quot;:0}\&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;\n&lt;P&gt;&lt;SPAN data-contrast=\&quot;none\&quot;&gt;Nick Titov is a Professor of Psychology at Macquarie University, Australia. He has been involved in more than 100 clinical trials of psychological interventions across five countries. Nick has developed and led several digital mental health services which have deployed the interventions tested in trials into routine clinical care. He is the Founding Executive Director of the Australian MindSpot and MindSpot GP Clinics. MindSpot delivers psychological assessments and treatment via telephone and internet to more than 30,000 Australians each year. His current research interests include identifying the everyday actions people can take to support their own mental health.&lt;/SPAN&gt;&lt;SPAN data-ccp-props=\&quot;{&amp;quot;335559739&amp;quot;:0}\&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;\n&lt;P&gt;&amp;nbsp;&lt;/P&gt;\n&lt;P&gt;&lt;SPAN data-ccp-props=\&quot;{&amp;quot;335559739&amp;quot;:0}\&quot;&gt;&lt;div class=\&quot;video-embed-center video-embed\&quot;&gt;&lt;iframe class=\&quot;embedly-embed\&quot; src=\&quot;https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FD83HiRwq7XM%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DD83HiRwq7XM&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FD83HiRwq7XM%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube\&quot; width=\&quot;600\&quot; height=\&quot;338\&quot; scrolling=\&quot;no\&quot; title=\&quot;The Big 5 for Mental Health\&quot; frameborder=\&quot;0\&quot; allow=\&quot;autoplay; fullscreen; encrypted-media; picture-in-picture;\&quot; allowfullscreen=\&quot;true\&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/SPAN&gt;&lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;le-forum-0007&quot;,&quot;href&quot;:&quot;/boards/le-forum-0007&quot;,&quot;view_href&quot;:&quot;/t5/Events-and-updates/bd-p/le-forum-0007&quot;},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;messages_count&quot;:1,&quot;last_post_time&quot;:&quot;2025-04-01T02:09:31.633Z&quot;},&quot;post_time&quot;:&quot;2025-04-01T02:09:31.633Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:0}}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2861&quot;,&quot;view_href&quot;:&quot;/t5/Friends-Family-and-Carers/Testing-sponsored-posting/td-p/2861&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/415&quot;,&quot;login&quot;:&quot;MrZ&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Contributor&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;message&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;inline&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;favicon&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;print&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;}},&quot;subject&quot;:&quot;Testing sponsored posting&quot;,&quot;body&quot;:&quot;&lt;P&gt;Test&lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;friends-families-carers-hubforum-board&quot;,&quot;href&quot;:&quot;/boards/friends-families-carers-hubforum-board&quot;,&quot;view_href&quot;:&quot;/t5/Friends-Family-and-Carers/bd-p/friends-families-carers-hubforum-board&quot;},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;messages_count&quot;:1,&quot;last_post_time&quot;:&quot;2025-04-07T22:54:27.503Z&quot;},&quot;post_time&quot;:&quot;2025-04-07T22:54:27.503Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:2}}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2625&quot;,&quot;view_href&quot;:&quot;/t5/Social-space/New-forums-layout-mentions/td-p/2625&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/85&quot;,&quot;login&quot;:&quot;marvin&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Senior Contributor&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/61iC4FA4A9E222D24C8/image-dimensions/150x150?v=v2&quot;,&quot;message&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/61iC4FA4A9E222D24C8/image-dimensions/60x60/image-coordinates/82%2C0%2C261%2C179?v=v2&quot;,&quot;inline&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/61iC4FA4A9E222D24C8/image-dimensions/16x16?v=v2&quot;,&quot;favicon&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/61iC4FA4A9E222D24C8/image-dimensions/16x16?v=v2&quot;,&quot;print&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/61iC4FA4A9E222D24C8/image-dimensions/150x150?v=v2&quot;}},&quot;subject&quot;:&quot;New forums layout mentions&quot;,&quot;body&quot;:&quot;&lt;P&gt;let&#39;s see if we can create a new thread and mention old mate&amp;nbsp;&lt;a href=\&quot;https://stage.saneforums.org/t5/user/viewprofilepage/user-id/29\&quot;&gt;@zaphod&lt;/a&gt;&amp;nbsp;&lt;/P&gt;\n&lt;P&gt;&amp;nbsp;&lt;/P&gt;\n&lt;P&gt;And let&#39;s add an image and see if that shows up in the Spotlight&lt;/P&gt;\n&lt;P&gt;&amp;nbsp;&lt;/P&gt;\n&lt;P&gt;&lt;span class=\&quot;lia-inline-image-display-wrapper lia-image-align-center\&quot; image-alt=\&quot;resources-header.jpg\&quot; style=\&quot;width: 999px;\&quot;&gt;&lt;img src=\&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/402iFED80FE5AB05C7D5/image-size/large?v=v2&amp;amp;px=999\&quot; role=\&quot;button\&quot; title=\&quot;resources-header.jpg\&quot; alt=\&quot;resources-header.jpg\&quot; /&gt;&lt;/span&gt;&lt;/P&gt;\n&lt;P&gt;&amp;nbsp;&lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;le-forum-0003&quot;,&quot;href&quot;:&quot;/boards/le-forum-0003&quot;,&quot;view_href&quot;:&quot;/t5/Social-space/bd-p/le-forum-0003&quot;},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;messages_count&quot;:6,&quot;last_post_time&quot;:&quot;2024-09-17T08:29:18.467Z&quot;},&quot;post_time&quot;:&quot;2024-09-11T07:42:12.743Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:4}}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2437&quot;,&quot;view_href&quot;:&quot;/t5/Recovery-Club/I-discovered-I-like-puzzles/td-p/2437&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/362&quot;,&quot;login&quot;:&quot;sunflowers12&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Moderator&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/385iBC388171A3029F8D/image-dimensions/150x150?v=v2&quot;,&quot;message&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/385iBC388171A3029F8D/image-dimensions/60x60?v=v2&quot;,&quot;inline&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/385iBC388171A3029F8D/image-dimensions/16x16?v=v2&quot;,&quot;favicon&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/385iBC388171A3029F8D/image-dimensions/16x16?v=v2&quot;,&quot;print&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/385iBC388171A3029F8D/image-dimensions/150x150?v=v2&quot;}},&quot;subject&quot;:&quot;I discovered I like puzzles&quot;,&quot;body&quot;:&quot;&lt;P&gt;I have been liking putting together puzzles.&lt;/P&gt;\n&lt;P&gt;&lt;a href=\&quot;https://stage.saneforums.org/t5/user/viewprofilepage/user-id/362\&quot;&gt;@sunflowers12&lt;/a&gt;&amp;nbsp;&lt;/P&gt;\n&lt;P&gt;&amp;nbsp;&lt;/P&gt;\n&lt;P&gt;&lt;span class=\&quot;lia-inline-image-display-wrapper lia-image-align-inline\&quot; image-alt=\&quot;Jigsaw.jpg\&quot; style=\&quot;width: 400px;\&quot;&gt;&lt;img src=\&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/384iCD000741C66B5C65/image-size/medium?v=v2&amp;amp;px=400\&quot; role=\&quot;button\&quot; title=\&quot;Jigsaw.jpg\&quot; alt=\&quot;Jigsaw.jpg\&quot; /&gt;&lt;/span&gt;&lt;/P&gt;\n&lt;P&gt; &lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;le-forum-0002&quot;,&quot;href&quot;:&quot;/boards/le-forum-0002&quot;,&quot;view_href&quot;:&quot;/t5/Recovery-Club/bd-p/le-forum-0002&quot;},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;messages_count&quot;:3,&quot;last_post_time&quot;:&quot;2024-10-08T03:43:42.243Z&quot;},&quot;post_time&quot;:&quot;2024-07-03T00:43:17.608Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:2}}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2435&quot;,&quot;view_href&quot;:&quot;/t5/Recovery-Club/I-am-looking-after-myself/td-p/2435&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/362&quot;,&quot;login&quot;:&quot;sunflowers12&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Moderator&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/385iBC388171A3029F8D/image-dimensions/150x150?v=v2&quot;,&quot;message&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/385iBC388171A3029F8D/image-dimensions/60x60?v=v2&quot;,&quot;inline&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/385iBC388171A3029F8D/image-dimensions/16x16?v=v2&quot;,&quot;favicon&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/385iBC388171A3029F8D/image-dimensions/16x16?v=v2&quot;,&quot;print&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/385iBC388171A3029F8D/image-dimensions/150x150?v=v2&quot;}},&quot;subject&quot;:&quot;I am looking after myself&quot;,&quot;body&quot;:&quot;&lt;P&gt;&lt;span class=\&quot;lia-inline-image-display-wrapper lia-image-align-inline\&quot; image-alt=\&quot;Orange Flower (1).jpg\&quot; style=\&quot;width: 400px;\&quot;&gt;&lt;img src=\&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/385iBC388171A3029F8D/image-size/medium?v=v2&amp;amp;px=400\&quot; role=\&quot;button\&quot; title=\&quot;Orange Flower (1).jpg\&quot; alt=\&quot;Orange Flower (1).jpg\&quot; /&gt;&lt;/span&gt;&lt;/P&gt;\n&lt;P&gt; &lt;/P&gt;\n&lt;P&gt;I am looking after myself (test post 03/07/24)&lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;le-forum-0002&quot;,&quot;href&quot;:&quot;/boards/le-forum-0002&quot;,&quot;view_href&quot;:&quot;/t5/Recovery-Club/bd-p/le-forum-0002&quot;},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;messages_count&quot;:15,&quot;last_post_time&quot;:&quot;2024-09-10T04:36:12.575Z&quot;},&quot;post_time&quot;:&quot;2024-07-03T00:36:30.695Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:2}}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2284&quot;,&quot;view_href&quot;:&quot;/t5/Useful-resources/photo-2/td-p/2284&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/215&quot;,&quot;login&quot;:&quot;member-test1&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Senior Contributor&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/robofactory/avatar-theme/candy/avatar-collection/robots/avatar-display-size/profile/version/2?xdesc=1.0&quot;,&quot;message&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/robofactory/avatar-theme/candy/avatar-collection/robots/avatar-display-size/message/version/2?xdesc=1.0&quot;,&quot;inline&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/robofactory/avatar-theme/candy/avatar-collection/robots/avatar-display-size/inline/version/2?xdesc=1.0&quot;,&quot;favicon&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/robofactory/avatar-theme/candy/avatar-collection/robots/avatar-display-size/favicon/version/2?xdesc=1.0&quot;,&quot;print&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/robofactory/avatar-theme/candy/avatar-collection/robots/avatar-display-size/print/version/2?xdesc=1.0&quot;}},&quot;subject&quot;:&quot;photo 2&quot;,&quot;body&quot;:&quot;&lt;P&gt;&lt;span class=\&quot;lia-inline-image-display-wrapper lia-image-align-inline\&quot; image-alt=\&quot;Screen Shot 2022-08-24 at 1.37.14 pm.png\&quot; style=\&quot;width: 400px;\&quot;&gt;&lt;img src=\&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/377i9EC25C50732CFB3F/image-size/medium?v=v2&amp;amp;px=400\&quot; role=\&quot;button\&quot; title=\&quot;Screen Shot 2022-08-24 at 1.37.14 pm.png\&quot; alt=\&quot;Screen Shot 2022-08-24 at 1.37.14 pm.png\&quot; /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;le-forum-0005&quot;,&quot;href&quot;:&quot;/boards/le-forum-0005&quot;,&quot;view_href&quot;:&quot;/t5/Useful-resources/bd-p/le-forum-0005&quot;},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;messages_count&quot;:7,&quot;last_post_time&quot;:&quot;2024-09-13T05:17:15.861Z&quot;},&quot;post_time&quot;:&quot;2022-08-25T01:50:08.694Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:0}}}]' spaces='[{&quot;type&quot;:&quot;node&quot;,&quot;view_href&quot;:&quot;/t5/Shoulder-to-Shoulder-Veterans/gh-p/VeteransForum&quot;,&quot;title&quot;:&quot;Shoulder to Shoulder: Veterans&quot;,&quot;description&quot;:&quot;Talk openly with other Veterans, seek advice, and access resources to support your mental health and wellbeing.&quot;,&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;medium_href&quot;:&quot;/t5/image/serverpage/image-id/475iE6FD1DB05219AADA/image-size/medium?v=v2&amp;px=400&quot;}},{&quot;type&quot;:&quot;node&quot;,&quot;view_href&quot;:&quot;/t5/Shoulder-to-Shoulder-Veteran/gh-p/veterans-supporters&quot;,&quot;title&quot;:&quot;Shoulder to Shoulder: Veteran Families&quot;,&quot;description&quot;:&quot;Share experiences, seek advice, learn what’s worked for others, and find resources to support you and your loved one.&quot;,&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;medium_href&quot;:&quot;/t5/image/serverpage/image-id/476i992672E845CDCD7F/image-size/medium?v=v2&amp;px=400&quot;}}]' posts='[{&quot;type&quot;:&quot;message&quot;,&quot;subject&quot;:&quot;VeteransForum&quot;,&quot;search_snippet&quot;:&quot;Open Arms,Phoenix Australia&quot;},{&quot;type&quot;:&quot;message&quot;,&quot;subject&quot;:&quot;veterans-supporters&quot;,&quot;search_snippet&quot;:&quot;Open Arms,Phoenix Australia&quot;}]' joomla='{&quot;links&quot;:{&quot;self&quot;:&quot;https:\/\/resources.saneforums.org\/api\/index.php\/v1\/content\/articles?filter[search]=content:SaneForums&quot;},&quot;data&quot;:[{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;14&quot;,&quot;attributes&quot;:{&quot;id&quot;:14,&quot;asset_id&quot;:168,&quot;title&quot;:&quot;Thirrili &quot;,&quot;alias&quot;:&quot;thirrili&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-06-06 05:48:50&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-06-06 06:27:20&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-06-06 05:48:50&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:6,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;YarningSpaceforum-board&lt;\/p&gt;\r\n&lt;p&gt;YarningSpaceoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;1&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/thirrili.com.au\/&quot;,&quot;sponsor-image&quot;:&quot;images\/Thirrili.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;\&quot;,\&quot;field38\&quot;:\&quot;\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;&lt;span data-teams=\&quot;true\&quot;&gt;Emotional and practical support to families impacted by a loss from suicide or other fatal traumatic incidents&lt;\/span&gt;&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/thirrili.com.au\\\/postvention-response-service\\\/\&quot;,\&quot;field7\&quot;:\&quot;Postvention response service\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;&quot;,&quot;sponsor-intro&quot;:&quot;&quot;,&quot;sponsor-spaces&quot;:&quot;&quot;,&quot;sponsor-features&quot;:&quot;&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;13&quot;,&quot;attributes&quot;:{&quot;id&quot;:13,&quot;asset_id&quot;:167,&quot;title&quot;:&quot;WellMob&quot;,&quot;alias&quot;:&quot;wellmob&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-06-06 05:24:03&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-06-06 07:09:05&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-06-06 05:24:03&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:8,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;YarningSpaceforum-board&lt;\/p&gt;\r\n&lt;p&gt;YarningSpaceoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;2&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/wellmob.org.au\/&quot;,&quot;sponsor-image&quot;:&quot;images\/Leafy.png&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;\&quot;,\&quot;field38\&quot;:\&quot;\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;&lt;span data-teams=\&quot;true\&quot;&gt;Social, emotional and cultural wellbeing online resources for Aboriginal and Torres Strait Islander People.&amp;nbsp;&lt;\/span&gt;&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/\&quot;,\&quot;field7\&quot;:\&quot;SEWB online resources\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/mind\\\/\&quot;,\&quot;field7\&quot;:\&quot;Mind\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/body\\\/\&quot;,\&quot;field7\&quot;:\&quot;Body\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row2\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/our-mob\\\/\&quot;,\&quot;field7\&quot;:\&quot;Our Mob\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row3\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/culture\\\/\&quot;,\&quot;field7\&quot;:\&quot;Culture\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row4\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/keeping-safe\\\/\&quot;,\&quot;field7\&quot;:\&quot;Keeping Safe\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;v1&quot;,&quot;sponsor-intro&quot;:&quot;&quot;,&quot;sponsor-spaces&quot;:&quot;&quot;,&quot;sponsor-features&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field26\&quot;:\&quot;&lt;p&gt;Join in a space designed for, and governed by, members of the Aboriginal and Torres Strait Islander community. By proceeding, you confirm you identify as:&lt;\\\/p&gt;\\r\\n&lt;ul&gt;\\r\\n&lt;li&gt;&lt;span style=\\\&quot;background-color: inherit; color: inherit; font-family: inherit; font-size: 1rem; caret-color: auto;\\\&quot;&gt;Being of Aboriginal and\\\/or Torres Strait Islander descent&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;span style=\\\&quot;background-color: inherit; color: inherit; font-family: inherit; font-size: 1rem; caret-color: auto;\\\&quot;&gt;An Aboriginal and\\\/or Torres Strait Islander person&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;span style=\\\&quot;background-color: inherit; color: inherit; font-family: inherit; font-size: 1rem; caret-color: auto;\\\&quot;&gt;A person accepted as such by the community in which you live, or formally lived&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;\\\/ul&gt;\&quot;}}&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;12&quot;,&quot;attributes&quot;:{&quot;id&quot;:12,&quot;asset_id&quot;:166,&quot;title&quot;:&quot;Phoenix Australia &quot;,&quot;alias&quot;:&quot;phoenix-australia-families&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-04-15 05:46:59&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-05-12 00:04:44&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-04-15 05:46:59&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:10,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;veterans-supporters&lt;\/p&gt;\r\n&lt;p&gt;veterans-supportersforum-board&lt;\/p&gt;\r\n&lt;p&gt;veterans-supportersoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;1&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/www.phoenixaustralia.org&quot;,&quot;sponsor-image&quot;:&quot;images\/Phoenix_Australia_Logo.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;\&quot;,\&quot;field38\&quot;:\&quot;\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;Phoenix is the Australian National Centre of Excellence in Posttraumatic Mental Health.&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/your-recovery\\\/helping-others\\\/\&quot;,\&quot;field7\&quot;:\&quot;Support services\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/Helping-a-friend-or-family-member-after-a-traumatic-event.pdf\&quot;,\&quot;field7\&quot;:\&quot;Helping a friend or family member after a traumatic event\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/your-recovery\\\/effects-of-trauma-life-relationships\\\/\&quot;,\&quot;field7\&quot;:\&quot;Effects of trauma on life and relationships\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;&quot;,&quot;sponsor-intro&quot;:&quot;&quot;,&quot;sponsor-spaces&quot;:&quot;&quot;,&quot;sponsor-features&quot;:&quot;&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;11&quot;,&quot;attributes&quot;:{&quot;id&quot;:11,&quot;asset_id&quot;:165,&quot;title&quot;:&quot;Open Arms&quot;,&quot;alias&quot;:&quot;open-arms-families&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-04-15 05:24:07&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-05-12 00:04:57&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-04-15 05:24:07&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:20,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;veterans-supporters&lt;\/p&gt;\r\n&lt;p&gt;veterans-supportersforum-board&lt;\/p&gt;\r\n&lt;p&gt;veterans-supportersoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;2&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/www.openarms.gov.au&quot;,&quot;sponsor-image&quot;:&quot;images\/open_arms_logo.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;#512479\&quot;,\&quot;field38\&quot;:\&quot;#f39000\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;Open Arms&amp;nbsp;is Australia\u2019s leading provider of mental health assessment and counselling for Australian veterans and their families.&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.defence.gov.au\\\/adf-members-families\\\/crisis-support\\\/helplines\\\/all-hours-support-line\&quot;,\&quot;field7\&quot;:\&quot;24\\\/7 support line\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/get-support\\\/counselling\&quot;,\&quot;field7\&quot;:\&quot;Counselling\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/get-support\\\/getting-help-someone-else\&quot;,\&quot;field7\&quot;:\&quot;Getting help for someone else\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2019-12\\\/supporting_your_partner.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Coping with trauma in military family\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row2\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2019-12\\\/when_your_parent_is_having_problems.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: When your parent is having problems\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;v4&quot;,&quot;sponsor-intro&quot;:&quot;&lt;p&gt;&lt;span class=\&quot;TextRun SCXW114981032 BCX8\&quot; lang=\&quot;EN-US\&quot; data-contrast=\&quot;none\&quot; xml:lang=\&quot;EN-US\&quot;&gt;&lt;span class=\&quot;NormalTextRun SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt;Welcome to the &lt;\/span&gt;&lt;span class=\&quot;NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt;Shoulder to Shoulder&lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt; community! If &lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt;you\u2019re&lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt; the partner, parent, adult child, or carer of a Veteran, you\u2019re welcome here!&amp;nbsp;&lt;\/span&gt;&lt;\/span&gt;&lt;span class=\&quot;EOP SCXW114981032 BCX8\&quot; data-ccp-props=\&quot;{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:240}\&quot;&gt;&lt;\/span&gt;&lt;\/p&gt;&quot;,&quot;sponsor-spaces&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/saneforums.org\\\/t5\\\/Shoulder-to-Shoulder-Veterans\\\/gh-p\\\/VeteransForum\&quot;,\&quot;field7\&quot;:\&quot;Shoulder-to-Shoulder: Veterans\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;images\\\/Veterans_Families_Space_Image-1200x540.png\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;}}}&quot;,&quot;sponsor-features&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field26\&quot;:\&quot;&lt;ul&gt;\\r\\n&lt;li class=\\\&quot;x_p3\\\&quot; style=\\\&quot;list-style-type: none;\\\&quot; data-olk-copy-source=\\\&quot;MessageBody\\\&quot;&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Introduce yourself&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 we\\u2019d love to hear from you!&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Got a question?&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; Ask away \\u2013 someone here may have gone through something similar.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Explore the space&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 join an existing discussion or start your own!&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Not ready to talk?&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; That\\u2019s okay \\u2013 there\\u2019s plenty to read, and you can still show support for other posts.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Attend events&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 we hold regular community webinars. Stay tuned for updates.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Take it at your own pace&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 come back whenever you like.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Keep conversations respectful&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 this is a supportive space for everyone.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li class=\\\&quot;x_p3\\\&quot; style=\\\&quot;list-style-type: none;\\\&quot; data-olk-copy-source=\\\&quot;MessageBody\\\&quot;&gt;&lt;\\\/li&gt;\\r\\n&lt;\\\/ul&gt;\&quot;}}&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;10&quot;,&quot;attributes&quot;:{&quot;id&quot;:10,&quot;asset_id&quot;:164,&quot;title&quot;:&quot;Phoenix Australia&quot;,&quot;alias&quot;:&quot;phoenix-australia-veterans&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-04-14 03:40:34&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-11-06 23:29:00&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-04-14 03:40:34&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:22,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Veterans Support&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;VeteransForumforum-board&lt;\/p&gt;\r\n&lt;p&gt;VeteransForumoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;1&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/www.phoenixaustralia.org&quot;,&quot;sponsor-image&quot;:&quot;images\/Phoenix_Australia_Logo.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;\&quot;,\&quot;field38\&quot;:\&quot;\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;Phoenix is the Australian National Centre of Excellence in Posttraumatic Mental Health.&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/your-recovery\\\/\&quot;,\&quot;field7\&quot;:\&quot;Recovery services\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/Mental-Health-and-Wellbeing-after-Military-Service.pdf\&quot;,\&quot;field7\&quot;:\&quot;Mental health and wellbeing after military service \&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/your-recovery\\\/effects-of-trauma-life-relationships\\\/\&quot;,\&quot;field7\&quot;:\&quot;Effects of trauma on life and relationships\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;&quot;,&quot;sponsor-intro&quot;:&quot;&quot;,&quot;sponsor-spaces&quot;:&quot;&quot;,&quot;sponsor-features&quot;:&quot;&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;9&quot;,&quot;attributes&quot;:{&quot;id&quot;:9,&quot;asset_id&quot;:163,&quot;title&quot;:&quot;Open Arms&quot;,&quot;alias&quot;:&quot;open-arms-veteran&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-04-14 02:56:39&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-05-12 00:05:09&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-04-14 02:56:39&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:31,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;VeteransForumforum-board&lt;\/p&gt;\r\n&lt;p&gt;VeteransForumoccasion-board&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;2&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/www.openarms.gov.au&quot;,&quot;sponsor-image&quot;:&quot;images\/open_arms_logo.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;#512479\&quot;,\&quot;field38\&quot;:\&quot;#f39000\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;Open Arms&amp;nbsp;is Australia\u2019s leading provider of mental health assessment and counselling for Australian veterans and their families.&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field45\&quot;:\&quot;\&quot;}}&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.defence.gov.au\\\/adf-members-families\\\/crisis-support\\\/helplines\\\/all-hours-support-line\&quot;,\&quot;field7\&quot;:\&quot;24\\\/7 support line\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/get-support\&quot;,\&quot;field7\&quot;:\&quot;Support services\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/get-support\\\/self-help-tools\&quot;,\&quot;field7\&quot;:\&quot;Self help tools\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-02\\\/factsheet_effects_of_mental_health_concerns.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Effects on mental health concerns\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row2\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-06\\\/depression_patient_handout.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Understanding depression \&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row3\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-06\\\/gad_patient_handout_updated.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Understanding general anxiety disorder (GAD)\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row4\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-06\\\/alcohol_drugs_patient.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Understanding alcohol and other drug use\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row5\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-06\\\/gambling_patient_handout.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Understanding gambling\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;v3&quot;,&quot;sponsor-intro&quot;:&quot;&lt;p&gt;&lt;span class=\&quot;TextRun SCXW134808040 BCX8\&quot; lang=\&quot;EN-US\&quot; data-contrast=\&quot;none\&quot; xml:lang=\&quot;EN-US\&quot;&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt;Welcome to the &lt;\/span&gt;&lt;span class=\&quot;NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW134808040 BCX8\&quot;&gt;Shoulder to Shoulder&lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt; community! &lt;\/span&gt;&lt;\/span&gt;&lt;span class=\&quot;TextRun SCXW134808040 BCX8\&quot; lang=\&quot;EN-AU\&quot; data-contrast=\&quot;auto\&quot; xml:lang=\&quot;EN-AU\&quot;&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt;A space where you can connect and talk openly with other Veterans. Whether &lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt;you\u2019re&lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt; still serving, recently transitioned, or left the service years ago, you\u2019re welcome here!&lt;\/span&gt;&lt;\/span&gt;&lt;span class=\&quot;EOP SCXW134808040 BCX8\&quot; data-ccp-props=\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\&quot;&gt;&lt;\/span&gt;&lt;\/p&gt;&quot;,&quot;sponsor-spaces&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/saneforums.org\\\/t5\\\/Shoulder-to-Shoulder-Veteran\\\/gh-p\\\/veterans-supporters\&quot;,\&quot;field7\&quot;:\&quot;Shoulder-to-Shoulder: Veteran Families \&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;images\\\/Veterans_Family_Space_Image.png\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;}}}&quot;,&quot;sponsor-features&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field26\&quot;:\&quot;&lt;ul&gt;\\r\\n&lt;li class=\\\&quot;x_p1\\\&quot; style=\\\&quot;list-style-type: none;\\\&quot;&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Introduce yourself&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 we\\u2019d love to hear from you!&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Got a question?&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; Ask away \\u2013 someone here may have gone through something similar.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Explore the space&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 join an existing discussion or start your own!&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Not ready to talk?&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; That\\u2019s okay \\u2013 there\\u2019s plenty to read, and you can still show support for other posts.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Attend events&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 we hold regular community webinars. Stay tuned for updates.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Take it at your own pace&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 come back whenever you like.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Respect is key&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 this is a supportive space for everyone.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li class=\\\&quot;x_p1\\\&quot; style=\\\&quot;list-style-type: none;\\\&quot;&gt;&lt;\\\/li&gt;\\r\\n&lt;\\\/ul&gt;\&quot;}}&quot;,&quot;panel-descriptions&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field14\&quot;:\&quot;Resources\&quot;,\&quot;field24\&quot;:\&quot;&lt;p&gt;Resources from trusted partners for the veteran community&amp;nbsp;&lt;\\\/p&gt;\&quot;},\&quot;row1\&quot;:{\&quot;field14\&quot;:\&quot;Services\&quot;,\&quot;field24\&quot;:\&quot;&lt;p&gt;Services offered by trusted partners for the veteran community&amp;nbsp;&lt;\\\/p&gt;\&quot;}}&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}}],&quot;meta&quot;:{&quot;total-pages&quot;:1}}'></rc-spotlight>
</div>

<script>
  (function() {
    // Use the unique component ID to find the container
    const componentId = 'featured-20251123111303327';
    const container = document.querySelector(`[data-component-id="featured-20251123111303327"]`);
    const webComponent = container?.querySelector('rc-spotlight');

    if (!container || !webComponent) {
      console.warn('Featured elements not found');
      return;
    }

    const findAnyHeight = (component) => [
      component.offsetHeight,
      component.shadowRoot?.querySelector('div')?.offsetHeight,
      component.getBoundingClientRect().height
    ]
    .concat(Array.from(component.children).map((child) => findAnyHeight(child)))
    .find((height) => height > 50);

    const updateHeight = () => {
      const webComponentHeight = findAnyHeight(webComponent);

      if (webComponentHeight > 50 && webComponentHeight < 5000) {
        // If the component has any height we know it has been loaded and remove the placeholder height
        container.style.height = 'auto';
        return true;
      }

      return false;
    };

    let attempts = 0;
    const maxAttempts = 20;
    const checkHeight = () => {
      attempts++;
      if (updateHeight() || attempts >= maxAttempts) {
        return;
      }
      setTimeout(checkHeight, 200);
    };

    setTimeout(checkHeight, 100);
  })();
</script>

		
			




      <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/423iC57BC378ED8FB8BC/image-size/small?v=v2&px=200" type="image/webp">
      <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/416i1F9DCF79EEDB85D6/image-size/small?v=v2&px=200" type="image/webp">
      <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/442i8368C51A3924CA34/image-size/small?v=v2&px=200" type="image/webp">
      <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/423iC57BC378ED8FB8BC/image-size/small?v=v2&px=200" type="image/webp">
      <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/407i0B60B531432DF9F0/image-size/small?v=v2&px=200" type="image/webp">
      <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/410i3F630CC81185EE64/image-size/small?v=v2&px=200" type="image/webp">
      <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/416i1F9DCF79EEDB85D6/image-size/small?v=v2&px=200" type="image/webp">
      <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/410i3F630CC81185EE64/image-size/small?v=v2&px=200" type="image/webp">
      <link rel="preload" fetchpriority="high" as="image" href="/t5/image/serverpage/image-id/408iD8004277146A1596/image-size/small?v=v2&px=200" type="image/webp">


<div class="content-container" data-component="post-feed" data-component-id="post-feed-20251123111303552" style="position: relative; height: 1505px; transition: height 0.3s ease-in-out;">
  <rc-post-feed authenticated="false" board="" occasionBoard="" grouphub="" joomla='{&quot;links&quot;:{&quot;self&quot;:&quot;https:\/\/resources.saneforums.org\/api\/index.php\/v1\/content\/articles?filter[search]=content:SaneForums&quot;},&quot;data&quot;:[{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;14&quot;,&quot;attributes&quot;:{&quot;id&quot;:14,&quot;asset_id&quot;:168,&quot;title&quot;:&quot;Thirrili &quot;,&quot;alias&quot;:&quot;thirrili&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-06-06 05:48:50&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-06-06 06:27:20&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-06-06 05:48:50&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:6,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;YarningSpaceforum-board&lt;\/p&gt;\r\n&lt;p&gt;YarningSpaceoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;1&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/thirrili.com.au\/&quot;,&quot;sponsor-image&quot;:&quot;images\/Thirrili.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;\&quot;,\&quot;field38\&quot;:\&quot;\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;&lt;span data-teams=\&quot;true\&quot;&gt;Emotional and practical support to families impacted by a loss from suicide or other fatal traumatic incidents&lt;\/span&gt;&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/thirrili.com.au\\\/postvention-response-service\\\/\&quot;,\&quot;field7\&quot;:\&quot;Postvention response service\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;&quot;,&quot;sponsor-intro&quot;:&quot;&quot;,&quot;sponsor-spaces&quot;:&quot;&quot;,&quot;sponsor-features&quot;:&quot;&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;13&quot;,&quot;attributes&quot;:{&quot;id&quot;:13,&quot;asset_id&quot;:167,&quot;title&quot;:&quot;WellMob&quot;,&quot;alias&quot;:&quot;wellmob&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-06-06 05:24:03&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-06-06 07:09:05&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-06-06 05:24:03&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:8,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;YarningSpaceforum-board&lt;\/p&gt;\r\n&lt;p&gt;YarningSpaceoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;2&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/wellmob.org.au\/&quot;,&quot;sponsor-image&quot;:&quot;images\/Leafy.png&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;\&quot;,\&quot;field38\&quot;:\&quot;\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;&lt;span data-teams=\&quot;true\&quot;&gt;Social, emotional and cultural wellbeing online resources for Aboriginal and Torres Strait Islander People.&amp;nbsp;&lt;\/span&gt;&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/\&quot;,\&quot;field7\&quot;:\&quot;SEWB online resources\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/mind\\\/\&quot;,\&quot;field7\&quot;:\&quot;Mind\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/body\\\/\&quot;,\&quot;field7\&quot;:\&quot;Body\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row2\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/our-mob\\\/\&quot;,\&quot;field7\&quot;:\&quot;Our Mob\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row3\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/culture\\\/\&quot;,\&quot;field7\&quot;:\&quot;Culture\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row4\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/keeping-safe\\\/\&quot;,\&quot;field7\&quot;:\&quot;Keeping Safe\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;v1&quot;,&quot;sponsor-intro&quot;:&quot;&quot;,&quot;sponsor-spaces&quot;:&quot;&quot;,&quot;sponsor-features&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field26\&quot;:\&quot;&lt;p&gt;Join in a space designed for, and governed by, members of the Aboriginal and Torres Strait Islander community. By proceeding, you confirm you identify as:&lt;\\\/p&gt;\\r\\n&lt;ul&gt;\\r\\n&lt;li&gt;&lt;span style=\\\&quot;background-color: inherit; color: inherit; font-family: inherit; font-size: 1rem; caret-color: auto;\\\&quot;&gt;Being of Aboriginal and\\\/or Torres Strait Islander descent&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;span style=\\\&quot;background-color: inherit; color: inherit; font-family: inherit; font-size: 1rem; caret-color: auto;\\\&quot;&gt;An Aboriginal and\\\/or Torres Strait Islander person&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;span style=\\\&quot;background-color: inherit; color: inherit; font-family: inherit; font-size: 1rem; caret-color: auto;\\\&quot;&gt;A person accepted as such by the community in which you live, or formally lived&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;\\\/ul&gt;\&quot;}}&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;12&quot;,&quot;attributes&quot;:{&quot;id&quot;:12,&quot;asset_id&quot;:166,&quot;title&quot;:&quot;Phoenix Australia &quot;,&quot;alias&quot;:&quot;phoenix-australia-families&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-04-15 05:46:59&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-05-12 00:04:44&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-04-15 05:46:59&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:10,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;veterans-supporters&lt;\/p&gt;\r\n&lt;p&gt;veterans-supportersforum-board&lt;\/p&gt;\r\n&lt;p&gt;veterans-supportersoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;1&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/www.phoenixaustralia.org&quot;,&quot;sponsor-image&quot;:&quot;images\/Phoenix_Australia_Logo.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;\&quot;,\&quot;field38\&quot;:\&quot;\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;Phoenix is the Australian National Centre of Excellence in Posttraumatic Mental Health.&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/your-recovery\\\/helping-others\\\/\&quot;,\&quot;field7\&quot;:\&quot;Support services\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/Helping-a-friend-or-family-member-after-a-traumatic-event.pdf\&quot;,\&quot;field7\&quot;:\&quot;Helping a friend or family member after a traumatic event\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/your-recovery\\\/effects-of-trauma-life-relationships\\\/\&quot;,\&quot;field7\&quot;:\&quot;Effects of trauma on life and relationships\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;&quot;,&quot;sponsor-intro&quot;:&quot;&quot;,&quot;sponsor-spaces&quot;:&quot;&quot;,&quot;sponsor-features&quot;:&quot;&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;11&quot;,&quot;attributes&quot;:{&quot;id&quot;:11,&quot;asset_id&quot;:165,&quot;title&quot;:&quot;Open Arms&quot;,&quot;alias&quot;:&quot;open-arms-families&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-04-15 05:24:07&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-05-12 00:04:57&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-04-15 05:24:07&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:20,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;veterans-supporters&lt;\/p&gt;\r\n&lt;p&gt;veterans-supportersforum-board&lt;\/p&gt;\r\n&lt;p&gt;veterans-supportersoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;2&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/www.openarms.gov.au&quot;,&quot;sponsor-image&quot;:&quot;images\/open_arms_logo.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;#512479\&quot;,\&quot;field38\&quot;:\&quot;#f39000\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;Open Arms&amp;nbsp;is Australia\u2019s leading provider of mental health assessment and counselling for Australian veterans and their families.&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.defence.gov.au\\\/adf-members-families\\\/crisis-support\\\/helplines\\\/all-hours-support-line\&quot;,\&quot;field7\&quot;:\&quot;24\\\/7 support line\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/get-support\\\/counselling\&quot;,\&quot;field7\&quot;:\&quot;Counselling\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/get-support\\\/getting-help-someone-else\&quot;,\&quot;field7\&quot;:\&quot;Getting help for someone else\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2019-12\\\/supporting_your_partner.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Coping with trauma in military family\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row2\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2019-12\\\/when_your_parent_is_having_problems.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: When your parent is having problems\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;v4&quot;,&quot;sponsor-intro&quot;:&quot;&lt;p&gt;&lt;span class=\&quot;TextRun SCXW114981032 BCX8\&quot; lang=\&quot;EN-US\&quot; data-contrast=\&quot;none\&quot; xml:lang=\&quot;EN-US\&quot;&gt;&lt;span class=\&quot;NormalTextRun SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt;Welcome to the &lt;\/span&gt;&lt;span class=\&quot;NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt;Shoulder to Shoulder&lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt; community! If &lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt;you\u2019re&lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt; the partner, parent, adult child, or carer of a Veteran, you\u2019re welcome here!&amp;nbsp;&lt;\/span&gt;&lt;\/span&gt;&lt;span class=\&quot;EOP SCXW114981032 BCX8\&quot; data-ccp-props=\&quot;{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:240}\&quot;&gt;&lt;\/span&gt;&lt;\/p&gt;&quot;,&quot;sponsor-spaces&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/saneforums.org\\\/t5\\\/Shoulder-to-Shoulder-Veterans\\\/gh-p\\\/VeteransForum\&quot;,\&quot;field7\&quot;:\&quot;Shoulder-to-Shoulder: Veterans\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;images\\\/Veterans_Families_Space_Image-1200x540.png\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;}}}&quot;,&quot;sponsor-features&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field26\&quot;:\&quot;&lt;ul&gt;\\r\\n&lt;li class=\\\&quot;x_p3\\\&quot; style=\\\&quot;list-style-type: none;\\\&quot; data-olk-copy-source=\\\&quot;MessageBody\\\&quot;&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Introduce yourself&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 we\\u2019d love to hear from you!&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Got a question?&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; Ask away \\u2013 someone here may have gone through something similar.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Explore the space&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 join an existing discussion or start your own!&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Not ready to talk?&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; That\\u2019s okay \\u2013 there\\u2019s plenty to read, and you can still show support for other posts.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Attend events&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 we hold regular community webinars. Stay tuned for updates.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Take it at your own pace&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 come back whenever you like.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Keep conversations respectful&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 this is a supportive space for everyone.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li class=\\\&quot;x_p3\\\&quot; style=\\\&quot;list-style-type: none;\\\&quot; data-olk-copy-source=\\\&quot;MessageBody\\\&quot;&gt;&lt;\\\/li&gt;\\r\\n&lt;\\\/ul&gt;\&quot;}}&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;10&quot;,&quot;attributes&quot;:{&quot;id&quot;:10,&quot;asset_id&quot;:164,&quot;title&quot;:&quot;Phoenix Australia&quot;,&quot;alias&quot;:&quot;phoenix-australia-veterans&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-04-14 03:40:34&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-11-06 23:29:00&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-04-14 03:40:34&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:22,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Veterans Support&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;VeteransForumforum-board&lt;\/p&gt;\r\n&lt;p&gt;VeteransForumoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;1&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/www.phoenixaustralia.org&quot;,&quot;sponsor-image&quot;:&quot;images\/Phoenix_Australia_Logo.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;\&quot;,\&quot;field38\&quot;:\&quot;\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;Phoenix is the Australian National Centre of Excellence in Posttraumatic Mental Health.&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/your-recovery\\\/\&quot;,\&quot;field7\&quot;:\&quot;Recovery services\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/Mental-Health-and-Wellbeing-after-Military-Service.pdf\&quot;,\&quot;field7\&quot;:\&quot;Mental health and wellbeing after military service \&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/your-recovery\\\/effects-of-trauma-life-relationships\\\/\&quot;,\&quot;field7\&quot;:\&quot;Effects of trauma on life and relationships\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;&quot;,&quot;sponsor-intro&quot;:&quot;&quot;,&quot;sponsor-spaces&quot;:&quot;&quot;,&quot;sponsor-features&quot;:&quot;&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;9&quot;,&quot;attributes&quot;:{&quot;id&quot;:9,&quot;asset_id&quot;:163,&quot;title&quot;:&quot;Open Arms&quot;,&quot;alias&quot;:&quot;open-arms-veteran&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-04-14 02:56:39&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-05-12 00:05:09&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-04-14 02:56:39&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:31,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;VeteransForumforum-board&lt;\/p&gt;\r\n&lt;p&gt;VeteransForumoccasion-board&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;2&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/www.openarms.gov.au&quot;,&quot;sponsor-image&quot;:&quot;images\/open_arms_logo.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;#512479\&quot;,\&quot;field38\&quot;:\&quot;#f39000\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;Open Arms&amp;nbsp;is Australia\u2019s leading provider of mental health assessment and counselling for Australian veterans and their families.&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field45\&quot;:\&quot;\&quot;}}&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.defence.gov.au\\\/adf-members-families\\\/crisis-support\\\/helplines\\\/all-hours-support-line\&quot;,\&quot;field7\&quot;:\&quot;24\\\/7 support line\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/get-support\&quot;,\&quot;field7\&quot;:\&quot;Support services\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/get-support\\\/self-help-tools\&quot;,\&quot;field7\&quot;:\&quot;Self help tools\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-02\\\/factsheet_effects_of_mental_health_concerns.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Effects on mental health concerns\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row2\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-06\\\/depression_patient_handout.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Understanding depression \&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row3\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-06\\\/gad_patient_handout_updated.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Understanding general anxiety disorder (GAD)\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row4\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-06\\\/alcohol_drugs_patient.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Understanding alcohol and other drug use\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row5\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-06\\\/gambling_patient_handout.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Understanding gambling\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;v3&quot;,&quot;sponsor-intro&quot;:&quot;&lt;p&gt;&lt;span class=\&quot;TextRun SCXW134808040 BCX8\&quot; lang=\&quot;EN-US\&quot; data-contrast=\&quot;none\&quot; xml:lang=\&quot;EN-US\&quot;&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt;Welcome to the &lt;\/span&gt;&lt;span class=\&quot;NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW134808040 BCX8\&quot;&gt;Shoulder to Shoulder&lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt; community! &lt;\/span&gt;&lt;\/span&gt;&lt;span class=\&quot;TextRun SCXW134808040 BCX8\&quot; lang=\&quot;EN-AU\&quot; data-contrast=\&quot;auto\&quot; xml:lang=\&quot;EN-AU\&quot;&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt;A space where you can connect and talk openly with other Veterans. Whether &lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt;you\u2019re&lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt; still serving, recently transitioned, or left the service years ago, you\u2019re welcome here!&lt;\/span&gt;&lt;\/span&gt;&lt;span class=\&quot;EOP SCXW134808040 BCX8\&quot; data-ccp-props=\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\&quot;&gt;&lt;\/span&gt;&lt;\/p&gt;&quot;,&quot;sponsor-spaces&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/saneforums.org\\\/t5\\\/Shoulder-to-Shoulder-Veteran\\\/gh-p\\\/veterans-supporters\&quot;,\&quot;field7\&quot;:\&quot;Shoulder-to-Shoulder: Veteran Families \&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;images\\\/Veterans_Family_Space_Image.png\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;}}}&quot;,&quot;sponsor-features&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field26\&quot;:\&quot;&lt;ul&gt;\\r\\n&lt;li class=\\\&quot;x_p1\\\&quot; style=\\\&quot;list-style-type: none;\\\&quot;&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Introduce yourself&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 we\\u2019d love to hear from you!&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Got a question?&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; Ask away \\u2013 someone here may have gone through something similar.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Explore the space&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 join an existing discussion or start your own!&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Not ready to talk?&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; That\\u2019s okay \\u2013 there\\u2019s plenty to read, and you can still show support for other posts.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Attend events&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 we hold regular community webinars. Stay tuned for updates.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Take it at your own pace&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 come back whenever you like.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Respect is key&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 this is a supportive space for everyone.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li class=\\\&quot;x_p1\\\&quot; style=\\\&quot;list-style-type: none;\\\&quot;&gt;&lt;\\\/li&gt;\\r\\n&lt;\\\/ul&gt;\&quot;}}&quot;,&quot;panel-descriptions&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field14\&quot;:\&quot;Resources\&quot;,\&quot;field24\&quot;:\&quot;&lt;p&gt;Resources from trusted partners for the veteran community&amp;nbsp;&lt;\\\/p&gt;\&quot;},\&quot;row1\&quot;:{\&quot;field14\&quot;:\&quot;Services\&quot;,\&quot;field24\&quot;:\&quot;&lt;p&gt;Services offered by trusted partners for the veteran community&amp;nbsp;&lt;\\\/p&gt;\&quot;}}&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}}],&quot;meta&quot;:{&quot;total-pages&quot;:1}}' messages='[{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2987&quot;,&quot;view_href&quot;:&quot;/t5/Welcome-and-getting-started/Hello-World/td-p/2987&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/419&quot;,&quot;login&quot;:&quot;PickleRock&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Administrator&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/150x150/image-coordinates/1%2C0%2C185%2C184?v=v2&quot;,&quot;message&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/60x60?v=v2&quot;,&quot;inline&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/16x16?v=v2&quot;,&quot;favicon&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/16x16?v=v2&quot;,&quot;print&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/150x150?v=v2&quot;}},&quot;subject&quot;:&quot;Hello World&quot;,&quot;body&quot;:&quot;&lt;P&gt;Proxy post&lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;le-forum-0012&quot;,&quot;view_href&quot;:&quot;/t5/Welcome-and-getting-started/bd-p/le-forum-0012&quot;,&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;small_href&quot;:&quot;/t5/image/serverpage/image-id/423iC57BC378ED8FB8BC/image-size/small?v=v2&amp;px=200&quot;},&quot;title&quot;:&quot;Welcome and getting started&quot;,&quot;parent&quot;:{&quot;type&quot;:&quot;node&quot;,&quot;id&quot;:&quot;category:lived-experience-forum&quot;,&quot;view_href&quot;:&quot;/t5/Community/ct-p/lived-experience-forum&quot;,&quot;title&quot;:&quot;Community&quot;}},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;style&quot;:&quot;forum&quot;,&quot;messages_count&quot;:30,&quot;last_post_time&quot;:&quot;2025-11-21T02:18:29.126Z&quot;},&quot;post_time&quot;:&quot;2025-11-10T05:34:56.008Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:0}},&quot;user_context&quot;:{&quot;type&quot;:&quot;user_context&quot;,&quot;kudo&quot;:false,&quot;read&quot;:false,&quot;can_reply&quot;:false,&quot;can_kudo&quot;:false,&quot;can_delete&quot;:false,&quot;is_subscribed&quot;:false,&quot;can_accept_solution&quot;:false,&quot;can_reject_solution&quot;:false,&quot;can_edit&quot;:false,&quot;can_tag&quot;:false,&quot;can_nominate&quot;:false,&quot;can_approve&quot;:false,&quot;can_reject&quot;:false,&quot;can_promote&quot;:false}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2982&quot;,&quot;view_href&quot;:&quot;/t5/Social-space/Smokey-on-a-chair/td-p/2982&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/396&quot;,&quot;login&quot;:&quot;Smokey&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Casual Contributor&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/452i883037A4DED0E7B9/image-dimensions/150x150/image-coordinates/0%2C0%2C400%2C400?v=v2&quot;,&quot;message&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/452i883037A4DED0E7B9/image-dimensions/60x60/image-coordinates/0%2C0%2C400%2C400?v=v2&quot;,&quot;inline&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/452i883037A4DED0E7B9/image-dimensions/16x16?v=v2&quot;,&quot;favicon&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/452i883037A4DED0E7B9/image-dimensions/16x16?v=v2&quot;,&quot;print&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/452i883037A4DED0E7B9/image-dimensions/150x150?v=v2&quot;}},&quot;subject&quot;:&quot;Smokey on a chair&quot;,&quot;body&quot;:&quot;&lt;P&gt;Just testing image uploads following the Khoros 25.10 update&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class=\&quot;lia-inline-image-display-wrapper lia-image-align-inline\&quot; image-alt=\&quot;Smokey on a chair\&quot;&gt;&lt;img src=\&quot;https://stage.saneforums.org/skins/images/4FABAEC7EA3A1E3C973D0EFCC38FBC64/responsive_peak/images/image_unmoderated.gif\&quot; alt=\&quot;Smokey on a chair\&quot; /&gt;&lt;/span&gt;&lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;le-forum-0003&quot;,&quot;view_href&quot;:&quot;/t5/Social-space/bd-p/le-forum-0003&quot;,&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;small_href&quot;:&quot;/t5/image/serverpage/image-id/416i1F9DCF79EEDB85D6/image-size/small?v=v2&amp;px=200&quot;},&quot;title&quot;:&quot;Social space&quot;,&quot;parent&quot;:{&quot;type&quot;:&quot;node&quot;,&quot;id&quot;:&quot;category:lived-experience-forum&quot;,&quot;view_href&quot;:&quot;/t5/Community/ct-p/lived-experience-forum&quot;,&quot;title&quot;:&quot;Community&quot;}},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;style&quot;:&quot;forum&quot;,&quot;messages_count&quot;:2,&quot;last_post_time&quot;:&quot;2025-10-30T02:07:02.934Z&quot;},&quot;post_time&quot;:&quot;2025-10-29T05:26:37.223Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:0}},&quot;user_context&quot;:{&quot;type&quot;:&quot;user_context&quot;,&quot;kudo&quot;:false,&quot;read&quot;:false,&quot;can_reply&quot;:false,&quot;can_kudo&quot;:false,&quot;can_delete&quot;:false,&quot;is_subscribed&quot;:false,&quot;can_accept_solution&quot;:false,&quot;can_reject_solution&quot;:false,&quot;can_edit&quot;:false,&quot;can_tag&quot;:false,&quot;can_nominate&quot;:false,&quot;can_approve&quot;:false,&quot;can_reject&quot;:false,&quot;can_promote&quot;:false}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2980&quot;,&quot;view_href&quot;:&quot;/t5/Our-stories/Testing-trigger-warnings/td-p/2980&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/418&quot;,&quot;login&quot;:&quot;MrZ2&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Community Manager&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;message&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;inline&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;favicon&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;print&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;}},&quot;subject&quot;:&quot;Testing trigger warnings&quot;,&quot;body&quot;:&quot;&lt;P&gt;This part should be visible&amp;nbsp;&lt;/P&gt;\n&lt;P&gt;&amp;nbsp;&lt;/P&gt;\n&lt;div class=\&quot;lia-spoiler-container\&quot;&gt;&lt;a class=\&quot;lia-spoiler-link\&quot; href=\&quot;#\&quot; rel=\&quot;nofollow noopener noreferrer\&quot;&gt;Content/trigger warning&lt;/a&gt;&lt;noscript&gt; (Highlight to read)&lt;/noscript&gt;&lt;div class=\&quot;lia-spoiler-border\&quot;&gt;&lt;div class=\&quot;lia-spoiler-content\&quot;&gt;This part should not be visible&lt;/div&gt;&lt;noscript&gt;&lt;div class=\&quot;lia-spoiler-noscript-container\&quot;&gt;&lt;div class=\&quot;lia-spoiler-noscript-content\&quot;&gt;This part should not be visible&lt;/div&gt;&lt;/div&gt;&lt;/noscript&gt;&lt;/div&gt;&lt;/div&gt;\n&lt;P&gt;This part should be visible&amp;nbsp;&lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;le-forum-0001&quot;,&quot;view_href&quot;:&quot;/t5/Our-stories/bd-p/le-forum-0001&quot;,&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;small_href&quot;:&quot;/t5/image/serverpage/image-id/442i8368C51A3924CA34/image-size/small?v=v2&amp;px=200&quot;},&quot;title&quot;:&quot;Our stories&quot;,&quot;parent&quot;:{&quot;type&quot;:&quot;node&quot;,&quot;id&quot;:&quot;category:lived-experience-forum&quot;,&quot;view_href&quot;:&quot;/t5/Community/ct-p/lived-experience-forum&quot;,&quot;title&quot;:&quot;Community&quot;}},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;style&quot;:&quot;forum&quot;,&quot;messages_count&quot;:3,&quot;last_post_time&quot;:&quot;2025-10-29T23:23:32.470Z&quot;},&quot;post_time&quot;:&quot;2025-08-31T22:48:16.222Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:0}},&quot;user_context&quot;:{&quot;type&quot;:&quot;user_context&quot;,&quot;kudo&quot;:false,&quot;read&quot;:false,&quot;can_reply&quot;:false,&quot;can_kudo&quot;:false,&quot;can_delete&quot;:false,&quot;is_subscribed&quot;:false,&quot;can_accept_solution&quot;:false,&quot;can_reject_solution&quot;:false,&quot;can_edit&quot;:false,&quot;can_tag&quot;:false,&quot;can_nominate&quot;:false,&quot;can_approve&quot;:false,&quot;can_reject&quot;:false,&quot;can_promote&quot;:false}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2979&quot;,&quot;view_href&quot;:&quot;/t5/Welcome-and-getting-started/TW-test/td-p/2979&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/419&quot;,&quot;login&quot;:&quot;PickleRock&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Administrator&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/150x150/image-coordinates/1%2C0%2C185%2C184?v=v2&quot;,&quot;message&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/60x60?v=v2&quot;,&quot;inline&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/16x16?v=v2&quot;,&quot;favicon&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/16x16?v=v2&quot;,&quot;print&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/150x150?v=v2&quot;}},&quot;subject&quot;:&quot;TW test&quot;,&quot;body&quot;:&quot;&lt;P&gt;aaaa&lt;BR /&gt;&lt;BR /&gt;ddddd&lt;BR /&gt;&lt;BR /&gt;ddd. vvvv. cccc. dddd.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;TW- trigger warning&lt;/P&gt;\n&lt;div class=\&quot;lia-spoiler-container\&quot;&gt;&lt;a class=\&quot;lia-spoiler-link\&quot; href=\&quot;#\&quot; rel=\&quot;nofollow noopener noreferrer\&quot;&gt;Content/trigger warning&lt;/a&gt;&lt;noscript&gt; (Highlight to read)&lt;/noscript&gt;&lt;div class=\&quot;lia-spoiler-border\&quot;&gt;&lt;div class=\&quot;lia-spoiler-content\&quot;&gt;Tri&lt;EM&gt;gg&lt;/EM&gt;er w&lt;STRONG&gt;arning Fair enough&amp;nbsp;&lt;BR /&gt;yep &amp;lt;image&amp;gt;&lt;/STRONG&gt;&lt;/div&gt;&lt;noscript&gt;&lt;div class=\&quot;lia-spoiler-noscript-container\&quot;&gt;&lt;div class=\&quot;lia-spoiler-noscript-content\&quot;&gt;Trigger warning Fair enough&amp;nbsp;yep &amp;lt;image&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;/noscript&gt;&lt;/div&gt;&lt;/div&gt;\n&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;aaaaaa&lt;/STRONG&gt;&lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;le-forum-0012&quot;,&quot;view_href&quot;:&quot;/t5/Welcome-and-getting-started/bd-p/le-forum-0012&quot;,&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;small_href&quot;:&quot;/t5/image/serverpage/image-id/423iC57BC378ED8FB8BC/image-size/small?v=v2&amp;px=200&quot;},&quot;title&quot;:&quot;Welcome and getting started&quot;,&quot;parent&quot;:{&quot;type&quot;:&quot;node&quot;,&quot;id&quot;:&quot;category:lived-experience-forum&quot;,&quot;view_href&quot;:&quot;/t5/Community/ct-p/lived-experience-forum&quot;,&quot;title&quot;:&quot;Community&quot;}},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;style&quot;:&quot;forum&quot;,&quot;messages_count&quot;:2,&quot;last_post_time&quot;:&quot;2025-11-12T03:53:40.423Z&quot;},&quot;post_time&quot;:&quot;2025-08-27T00:23:03.629Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:0}},&quot;user_context&quot;:{&quot;type&quot;:&quot;user_context&quot;,&quot;kudo&quot;:false,&quot;read&quot;:false,&quot;can_reply&quot;:false,&quot;can_kudo&quot;:false,&quot;can_delete&quot;:false,&quot;is_subscribed&quot;:false,&quot;can_accept_solution&quot;:false,&quot;can_reject_solution&quot;:false,&quot;can_edit&quot;:false,&quot;can_tag&quot;:false,&quot;can_nominate&quot;:false,&quot;can_approve&quot;:false,&quot;can_reject&quot;:false,&quot;can_promote&quot;:false}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2978&quot;,&quot;view_href&quot;:&quot;/t5/Advocating-for-change/Mauris-rutrum-malesuada-diam/td-p/2978&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/381&quot;,&quot;login&quot;:&quot;Colosl&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Administrator&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/profile/version/2?xdesc=1.0&quot;,&quot;message&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/message/version/2?xdesc=1.0&quot;,&quot;inline&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/inline/version/2?xdesc=1.0&quot;,&quot;favicon&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/favicon/version/2?xdesc=1.0&quot;,&quot;print&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/print/version/2?xdesc=1.0&quot;}},&quot;subject&quot;:&quot;Mauris rutrum malesuada diam&quot;,&quot;body&quot;:&quot;&lt;P&gt;&lt;SPAN&gt;Quisque aliquet sem quis finibus tincidunt. Mauris rutrum malesuada diam, et suscipit libero ullamcorper at. Curabitur commodo dui a ipsum vestibulum gravida. &lt;/SPAN&gt;&lt;/P&gt;\n&lt;div class=\&quot;lia-spoiler-container\&quot;&gt;&lt;a class=\&quot;lia-spoiler-link\&quot; href=\&quot;#\&quot; rel=\&quot;nofollow noopener noreferrer\&quot;&gt;Content/trigger warning&lt;/a&gt;&lt;noscript&gt; (Highlight to read)&lt;/noscript&gt;&lt;div class=\&quot;lia-spoiler-border\&quot;&gt;&lt;div class=\&quot;lia-spoiler-content\&quot;&gt;Proin vitae ante sit amet neque bibendum vehicula a sit amet orci. Suspendisse ac scelerisque turpis.&lt;/div&gt;&lt;noscript&gt;&lt;div class=\&quot;lia-spoiler-noscript-container\&quot;&gt;&lt;div class=\&quot;lia-spoiler-noscript-content\&quot;&gt;Proin vitae ante sit amet neque bibendum vehicula a sit amet orci. Suspendisse ac scelerisque turpis.&lt;/div&gt;&lt;/div&gt;&lt;/noscript&gt;&lt;/div&gt;&lt;/div&gt;\n&lt;P&gt;Cras iaculis urna vitae mollis hendrerit. Aenean sed massa metus. Donec eget quam sed velit vehicula pellentesque quis at metus. Phasellus maximus risus quis ex viverra, nec malesuada tortor posuere. Nulla a leo ac arcu tristique blandit. Nullam ac consequat quam. Praesent id scelerisque nulla. Quisque accumsan sagittis dictum. Sed rhoncus ex sit amet nisl vulputate, et sodales lacus vehicula.&lt;/P&gt;\n&lt;P&gt;&amp;nbsp;&lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;advocating-for-change&quot;,&quot;view_href&quot;:&quot;/t5/Advocating-for-change/bd-p/advocating-for-change&quot;,&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;small_href&quot;:&quot;/t5/image/serverpage/image-id/407i0B60B531432DF9F0/image-size/small?v=v2&amp;px=200&quot;},&quot;title&quot;:&quot;Advocating for change&quot;,&quot;parent&quot;:{&quot;type&quot;:&quot;node&quot;,&quot;id&quot;:&quot;category:lived-experience-forum&quot;,&quot;view_href&quot;:&quot;/t5/Community/ct-p/lived-experience-forum&quot;,&quot;title&quot;:&quot;Community&quot;}},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;style&quot;:&quot;forum&quot;,&quot;messages_count&quot;:1,&quot;last_post_time&quot;:&quot;2025-08-25T04:09:48.528Z&quot;},&quot;post_time&quot;:&quot;2025-08-25T04:09:48.528Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:1}},&quot;user_context&quot;:{&quot;type&quot;:&quot;user_context&quot;,&quot;kudo&quot;:false,&quot;read&quot;:false,&quot;can_reply&quot;:false,&quot;can_kudo&quot;:false,&quot;can_delete&quot;:false,&quot;is_subscribed&quot;:false,&quot;can_accept_solution&quot;:false,&quot;can_reject_solution&quot;:false,&quot;can_edit&quot;:false,&quot;can_tag&quot;:false,&quot;can_nominate&quot;:false,&quot;can_approve&quot;:false,&quot;can_reject&quot;:false,&quot;can_promote&quot;:false}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2959&quot;,&quot;view_href&quot;:&quot;/t5/Friends-Family-and-Carers/Re-Test/td-p/2959&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/419&quot;,&quot;login&quot;:&quot;PickleRock&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Administrator&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/150x150/image-coordinates/1%2C0%2C185%2C184?v=v2&quot;,&quot;message&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/60x60?v=v2&quot;,&quot;inline&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/16x16?v=v2&quot;,&quot;favicon&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/16x16?v=v2&quot;,&quot;print&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/150x150?v=v2&quot;}},&quot;subject&quot;:&quot;Re: Test&quot;,&quot;body&quot;:&quot;&lt;P&gt;a&lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;friends-families-carers-hubforum-board&quot;,&quot;view_href&quot;:&quot;/t5/Friends-Family-and-Carers/bd-p/friends-families-carers-hubforum-board&quot;,&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;small_href&quot;:&quot;/t5/image/serverpage/image-id/410i3F630CC81185EE64/image-size/small?v=v2&amp;px=200&quot;},&quot;title&quot;:&quot;Friends, Family and Carers&quot;,&quot;parent&quot;:{&quot;type&quot;:&quot;node&quot;,&quot;id&quot;:&quot;grouphub:friends-families-carers-hub&quot;,&quot;view_href&quot;:&quot;/t5/Friends-Family-and-Carers/gh-p/friends-families-carers-hub&quot;,&quot;title&quot;:&quot;Friends, Family and Carers&quot;}},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;style&quot;:&quot;forum&quot;,&quot;messages_count&quot;:8,&quot;last_post_time&quot;:&quot;2025-11-12T04:08:24.047Z&quot;},&quot;post_time&quot;:&quot;2025-08-11T02:41:47.465Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:1}},&quot;user_context&quot;:{&quot;type&quot;:&quot;user_context&quot;,&quot;kudo&quot;:false,&quot;read&quot;:false,&quot;can_reply&quot;:false,&quot;can_kudo&quot;:false,&quot;can_delete&quot;:false,&quot;is_subscribed&quot;:false,&quot;can_accept_solution&quot;:false,&quot;can_reject_solution&quot;:false,&quot;can_edit&quot;:false,&quot;can_tag&quot;:false,&quot;can_nominate&quot;:false,&quot;can_approve&quot;:false,&quot;can_reject&quot;:false,&quot;can_promote&quot;:false}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2946&quot;,&quot;view_href&quot;:&quot;/t5/Welcome-getting-started/Re-Test/td-p/2946&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/419&quot;,&quot;login&quot;:&quot;PickleRock&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Administrator&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/150x150/image-coordinates/1%2C0%2C185%2C184?v=v2&quot;,&quot;message&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/60x60?v=v2&quot;,&quot;inline&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/16x16?v=v2&quot;,&quot;favicon&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/16x16?v=v2&quot;,&quot;print&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/485i786A8AF79BFDA56A/image-dimensions/150x150?v=v2&quot;}},&quot;subject&quot;:&quot;Re: Test&quot;,&quot;body&quot;:&quot;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;forum-010&quot;,&quot;view_href&quot;:&quot;/t5/Welcome-getting-started/bd-p/forum-010&quot;,&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;},&quot;title&quot;:&quot;Welcome &amp; getting started&quot;,&quot;parent&quot;:{&quot;type&quot;:&quot;node&quot;,&quot;id&quot;:&quot;category:carers-forum&quot;,&quot;view_href&quot;:&quot;/t5/Friends-Family-Carers-Forum/ct-p/carers-forum&quot;,&quot;title&quot;:&quot;Friends, Family &amp; Carers Forum&quot;}},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;style&quot;:&quot;forum&quot;,&quot;messages_count&quot;:1,&quot;last_post_time&quot;:&quot;2025-08-11T02:21:09.488Z&quot;},&quot;post_time&quot;:&quot;2025-08-11T02:21:09.488Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:0}},&quot;user_context&quot;:{&quot;type&quot;:&quot;user_context&quot;,&quot;kudo&quot;:false,&quot;read&quot;:false,&quot;can_reply&quot;:false,&quot;can_kudo&quot;:false,&quot;can_delete&quot;:false,&quot;is_subscribed&quot;:false,&quot;can_accept_solution&quot;:false,&quot;can_reject_solution&quot;:false,&quot;can_edit&quot;:false,&quot;can_tag&quot;:false,&quot;can_nominate&quot;:false,&quot;can_approve&quot;:false,&quot;can_reject&quot;:false,&quot;can_promote&quot;:false}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2943&quot;,&quot;view_href&quot;:&quot;/t5/Social-space/test/td-p/2943&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/415&quot;,&quot;login&quot;:&quot;MrZ&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Contributor&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;message&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;inline&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;favicon&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;print&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;}},&quot;subject&quot;:&quot;test&quot;,&quot;body&quot;:&quot;&lt;P&gt;Shit&lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;le-forum-0003&quot;,&quot;view_href&quot;:&quot;/t5/Social-space/bd-p/le-forum-0003&quot;,&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;small_href&quot;:&quot;/t5/image/serverpage/image-id/416i1F9DCF79EEDB85D6/image-size/small?v=v2&amp;px=200&quot;},&quot;title&quot;:&quot;Social space&quot;,&quot;parent&quot;:{&quot;type&quot;:&quot;node&quot;,&quot;id&quot;:&quot;category:lived-experience-forum&quot;,&quot;view_href&quot;:&quot;/t5/Community/ct-p/lived-experience-forum&quot;,&quot;title&quot;:&quot;Community&quot;}},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;style&quot;:&quot;forum&quot;,&quot;messages_count&quot;:1,&quot;last_post_time&quot;:&quot;2025-08-07T22:28:44.052Z&quot;},&quot;post_time&quot;:&quot;2025-08-07T22:28:44.052Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:0}},&quot;user_context&quot;:{&quot;type&quot;:&quot;user_context&quot;,&quot;kudo&quot;:false,&quot;read&quot;:false,&quot;can_reply&quot;:false,&quot;can_kudo&quot;:false,&quot;can_delete&quot;:false,&quot;is_subscribed&quot;:false,&quot;can_accept_solution&quot;:false,&quot;can_reject_solution&quot;:false,&quot;can_edit&quot;:false,&quot;can_tag&quot;:false,&quot;can_nominate&quot;:false,&quot;can_approve&quot;:false,&quot;can_reject&quot;:false,&quot;can_promote&quot;:false}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2942&quot;,&quot;view_href&quot;:&quot;/t5/Friends-Family-and-Carers/Spoiler-test/td-p/2942&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/415&quot;,&quot;login&quot;:&quot;MrZ&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Contributor&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;message&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;inline&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;favicon&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;,&quot;print&quot;:&quot;https://stage-host.saneforums.org/html/assets/default-avatar.png&quot;}},&quot;subject&quot;:&quot;Spoiler test&quot;,&quot;body&quot;:&quot;&lt;div class=\&quot;lia-spoiler-container\&quot;&gt;&lt;a class=\&quot;lia-spoiler-link\&quot; href=\&quot;#\&quot; rel=\&quot;nofollow noopener noreferrer\&quot;&gt;Content/trigger warning&lt;/a&gt;&lt;noscript&gt; (Highlight to read)&lt;/noscript&gt;&lt;div class=\&quot;lia-spoiler-border\&quot;&gt;&lt;div class=\&quot;lia-spoiler-content\&quot;&gt;Testing spoiler tag on home page&amp;nbsp;&lt;/div&gt;&lt;noscript&gt;&lt;div class=\&quot;lia-spoiler-noscript-container\&quot;&gt;&lt;div class=\&quot;lia-spoiler-noscript-content\&quot;&gt;Testing spoiler tag on home page&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;/noscript&gt;&lt;/div&gt;&lt;/div&gt;\n&lt;P&gt;Some content&amp;nbsp;&lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;friends-families-carers-hubforum-board&quot;,&quot;view_href&quot;:&quot;/t5/Friends-Family-and-Carers/bd-p/friends-families-carers-hubforum-board&quot;,&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;small_href&quot;:&quot;/t5/image/serverpage/image-id/410i3F630CC81185EE64/image-size/small?v=v2&amp;px=200&quot;},&quot;title&quot;:&quot;Friends, Family and Carers&quot;,&quot;parent&quot;:{&quot;type&quot;:&quot;node&quot;,&quot;id&quot;:&quot;grouphub:friends-families-carers-hub&quot;,&quot;view_href&quot;:&quot;/t5/Friends-Family-and-Carers/gh-p/friends-families-carers-hub&quot;,&quot;title&quot;:&quot;Friends, Family and Carers&quot;}},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;style&quot;:&quot;forum&quot;,&quot;messages_count&quot;:1,&quot;last_post_time&quot;:&quot;2025-08-07T22:24:07.964Z&quot;},&quot;post_time&quot;:&quot;2025-08-07T22:24:07.964Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:1}},&quot;user_context&quot;:{&quot;type&quot;:&quot;user_context&quot;,&quot;kudo&quot;:false,&quot;read&quot;:false,&quot;can_reply&quot;:false,&quot;can_kudo&quot;:false,&quot;can_delete&quot;:false,&quot;is_subscribed&quot;:false,&quot;can_accept_solution&quot;:false,&quot;can_reject_solution&quot;:false,&quot;can_edit&quot;:false,&quot;can_tag&quot;:false,&quot;can_nominate&quot;:false,&quot;can_approve&quot;:false,&quot;can_reject&quot;:false,&quot;can_promote&quot;:false}},{&quot;type&quot;:&quot;message&quot;,&quot;id&quot;:&quot;2940&quot;,&quot;view_href&quot;:&quot;/t5/Employment-education-and/test-image-post/td-p/2940&quot;,&quot;author&quot;:{&quot;type&quot;:&quot;user&quot;,&quot;view_href&quot;:&quot;/t5/user/viewprofilepage/user-id/381&quot;,&quot;login&quot;:&quot;Colosl&quot;,&quot;rank&quot;:{&quot;type&quot;:&quot;rank&quot;,&quot;name&quot;:&quot;Administrator&quot;},&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;profile&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/profile/version/2?xdesc=1.0&quot;,&quot;message&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/message/version/2?xdesc=1.0&quot;,&quot;inline&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/inline/version/2?xdesc=1.0&quot;,&quot;favicon&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/favicon/version/2?xdesc=1.0&quot;,&quot;print&quot;:&quot;https://stage.saneforums.org/t5/image/serverpage/avatar-name/monkey/avatar-theme/candy/avatar-collection/animals/avatar-display-size/print/version/2?xdesc=1.0&quot;}},&quot;subject&quot;:&quot;test image post&quot;,&quot;body&quot;:&quot;&lt;P&gt;This is a image test post&lt;/P&gt;\n&lt;P&gt;&amp;nbsp;&lt;/P&gt;\n&lt;P&gt;&lt;span class=\&quot;lia-inline-image-display-wrapper lia-image-align-inline\&quot; image-alt=\&quot;This might be private?\&quot; style=\&quot;width: 275px;\&quot;&gt;&lt;img src=\&quot;https://stage.saneforums.org/t5/image/serverpage/image-id/483iCD33B1A22F9CB877/image-size/large?v=v2&amp;amp;px=999\&quot; role=\&quot;button\&quot; title=\&quot;this-file-name-has-PII-data.jpg\&quot; alt=\&quot;This might be private?\&quot; /&gt;&lt;span class=\&quot;lia-inline-image-caption\&quot; onclick=\&quot;event.preventDefault();\&quot;&gt;This might be private?&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&quot;,&quot;teaser&quot;:&quot;&quot;,&quot;board&quot;:{&quot;type&quot;:&quot;board&quot;,&quot;id&quot;:&quot;employment-education-training&quot;,&quot;view_href&quot;:&quot;/t5/Employment-education-and/bd-p/employment-education-training&quot;,&quot;avatar&quot;:{&quot;type&quot;:&quot;avatar&quot;,&quot;small_href&quot;:&quot;/t5/image/serverpage/image-id/408iD8004277146A1596/image-size/small?v=v2&amp;px=200&quot;},&quot;title&quot;:&quot;Employment, education and training&quot;,&quot;parent&quot;:{&quot;type&quot;:&quot;node&quot;,&quot;id&quot;:&quot;category:lived-experience-forum&quot;,&quot;view_href&quot;:&quot;/t5/Community/ct-p/lived-experience-forum&quot;,&quot;title&quot;:&quot;Community&quot;}},&quot;conversation&quot;:{&quot;type&quot;:&quot;conversation&quot;,&quot;style&quot;:&quot;forum&quot;,&quot;messages_count&quot;:1,&quot;last_post_time&quot;:&quot;2025-07-17T02:24:23.245Z&quot;},&quot;post_time&quot;:&quot;2025-07-17T02:24:23.245Z&quot;,&quot;kudos&quot;:{&quot;sum&quot;:{&quot;weight&quot;:0}},&quot;user_context&quot;:{&quot;type&quot;:&quot;user_context&quot;,&quot;kudo&quot;:false,&quot;read&quot;:false,&quot;can_reply&quot;:false,&quot;can_kudo&quot;:false,&quot;can_delete&quot;:false,&quot;is_subscribed&quot;:false,&quot;can_accept_solution&quot;:false,&quot;can_reject_solution&quot;:false,&quot;can_edit&quot;:false,&quot;can_tag&quot;:false,&quot;can_nominate&quot;:false,&quot;can_approve&quot;:false,&quot;can_reject&quot;:false,&quot;can_promote&quot;:false}}]'></rc-post-feed>
</div>

<script>
  (function() {
    // Use the unique component ID to find the container
    const componentId = 'post-feed-20251123111303552';
    const container = document.querySelector(`[data-component-id="post-feed-20251123111303552"]`);
    const webComponent = container?.querySelector('rc-post-feed');

    if (!container || !webComponent) {
      console.warn('Post feed elements not found');
      return;
    }

    const findAnyHeight = (component) => [
      component.offsetHeight,
      component.shadowRoot?.querySelector('div')?.offsetHeight,
      component.getBoundingClientRect().height
    ]
    .concat(Array.from(component.children).map((child) => findAnyHeight(child)))
    .find((height) => height > 50);

    const updateHeight = () => {
      const webComponentHeight = findAnyHeight(webComponent);

      if (webComponentHeight > 50 && webComponentHeight < 5000) {
        // If the component has any height we know it has been loaded and remove the placeholder height
        container.style.height = 'auto';
        return true;
      }

      return false;
    };

    let attempts = 0;
    const maxAttempts = 20;
    const checkHeight = () => {
      attempts++;
      if (updateHeight() || attempts >= maxAttempts) {
        return;
      }
      setTimeout(checkHeight, 200);
    };

    setTimeout(checkHeight, 100);
  })();
</script>
		
	
	
</div>
		</div><div class="lia-quilt-column lia-quilt-column-08 lia-quilt-column-right lia-quilt-column-aside">
			<div class="lia-quilt-column-alley lia-quilt-column-alley-right">
	
		
			
		
			
		
			
<div class="content-container" data-component="favourites" data-component-id="favourites-20251123111303556" style="position: relative; height: 115px; transition: height 0.3s ease-in-out;">
  <rc-favourites
    authenticated="false"
    items='[]'
    title="Favourites"></rc-favourites>
</div>

<script>
  (function() {
    // Use the unique component ID to find the container
    const componentId = 'favourites-20251123111303556';
    const container = document.querySelector(`[data-component-id="favourites-20251123111303556"]`);
    const webComponent = container?.querySelector('rc-favourites');

    if (!container || !webComponent) {
      console.warn('Favourites elements not found');
      return;
    }

    const findAnyHeight = (component) => [
      component.offsetHeight,
      component.shadowRoot?.querySelector('div')?.offsetHeight,
      component.getBoundingClientRect().height
    ]
    .concat(Array.from(component.children).map((child) => findAnyHeight(child)))
    .find((height) => height > 50);

    const updateHeight = () => {
      const webComponentHeight = findAnyHeight(webComponent);

      if (webComponentHeight > 50 && webComponentHeight < 5000) {
        // If the component has any height we know it has been loaded and remove the placeholder height
        container.style.height = 'auto';
        return true;
      }

      return false;
    };

    let attempts = 0;
    const maxAttempts = 20;
    const checkHeight = () => {
      attempts++;
      if (updateHeight() || attempts >= maxAttempts) {
        return;
      }
      setTimeout(checkHeight, 200);
    };

    setTimeout(checkHeight, 100);
  })();
</script>

		
			
<div class="content-container" data-component="resources" data-component-id="resources-20251123111303556" style="position: relative; height: 440px; transition: height 0.3s ease-in-out;">
  <rc-spaces-tiles
      name='SANE Forums'
      ignoreUrls='["https://stage.saneforums.org/", "https://www.saneforums.org/", "https://stage.saneforums.org/t5/Events-and-updates/bd-p/le-forum-0007", "https://saneforums.org/t5/Events-and-updates/bd-p/le-forum-0007", "https://stage.saneforums.org/t5/custom/page/page-id/Spaces", "https://saneforums.org/t5/custom/page/page-id/Spaces"]'
      joomla='{&quot;links&quot;:{&quot;self&quot;:&quot;https:\/\/resources.saneforums.org\/api\/index.php\/v1\/content\/articles?filter[search]=content:SaneForums&quot;},&quot;data&quot;:[{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;14&quot;,&quot;attributes&quot;:{&quot;id&quot;:14,&quot;asset_id&quot;:168,&quot;title&quot;:&quot;Thirrili &quot;,&quot;alias&quot;:&quot;thirrili&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-06-06 05:48:50&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-06-06 06:27:20&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-06-06 05:48:50&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:6,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;YarningSpaceforum-board&lt;\/p&gt;\r\n&lt;p&gt;YarningSpaceoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;1&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/thirrili.com.au\/&quot;,&quot;sponsor-image&quot;:&quot;images\/Thirrili.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;\&quot;,\&quot;field38\&quot;:\&quot;\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;&lt;span data-teams=\&quot;true\&quot;&gt;Emotional and practical support to families impacted by a loss from suicide or other fatal traumatic incidents&lt;\/span&gt;&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/thirrili.com.au\\\/postvention-response-service\\\/\&quot;,\&quot;field7\&quot;:\&quot;Postvention response service\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;&quot;,&quot;sponsor-intro&quot;:&quot;&quot;,&quot;sponsor-spaces&quot;:&quot;&quot;,&quot;sponsor-features&quot;:&quot;&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;13&quot;,&quot;attributes&quot;:{&quot;id&quot;:13,&quot;asset_id&quot;:167,&quot;title&quot;:&quot;WellMob&quot;,&quot;alias&quot;:&quot;wellmob&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-06-06 05:24:03&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-06-06 07:09:05&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-06-06 05:24:03&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:8,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;YarningSpaceforum-board&lt;\/p&gt;\r\n&lt;p&gt;YarningSpaceoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;2&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/wellmob.org.au\/&quot;,&quot;sponsor-image&quot;:&quot;images\/Leafy.png&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;\&quot;,\&quot;field38\&quot;:\&quot;\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;&lt;span data-teams=\&quot;true\&quot;&gt;Social, emotional and cultural wellbeing online resources for Aboriginal and Torres Strait Islander People.&amp;nbsp;&lt;\/span&gt;&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/\&quot;,\&quot;field7\&quot;:\&quot;SEWB online resources\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/mind\\\/\&quot;,\&quot;field7\&quot;:\&quot;Mind\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/body\\\/\&quot;,\&quot;field7\&quot;:\&quot;Body\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row2\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/our-mob\\\/\&quot;,\&quot;field7\&quot;:\&quot;Our Mob\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row3\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/culture\\\/\&quot;,\&quot;field7\&quot;:\&quot;Culture\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row4\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/wellmob.org.au\\\/e-health-topics\\\/keeping-safe\\\/\&quot;,\&quot;field7\&quot;:\&quot;Keeping Safe\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;v1&quot;,&quot;sponsor-intro&quot;:&quot;&quot;,&quot;sponsor-spaces&quot;:&quot;&quot;,&quot;sponsor-features&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field26\&quot;:\&quot;&lt;p&gt;Join in a space designed for, and governed by, members of the Aboriginal and Torres Strait Islander community. By proceeding, you confirm you identify as:&lt;\\\/p&gt;\\r\\n&lt;ul&gt;\\r\\n&lt;li&gt;&lt;span style=\\\&quot;background-color: inherit; color: inherit; font-family: inherit; font-size: 1rem; caret-color: auto;\\\&quot;&gt;Being of Aboriginal and\\\/or Torres Strait Islander descent&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;span style=\\\&quot;background-color: inherit; color: inherit; font-family: inherit; font-size: 1rem; caret-color: auto;\\\&quot;&gt;An Aboriginal and\\\/or Torres Strait Islander person&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;span style=\\\&quot;background-color: inherit; color: inherit; font-family: inherit; font-size: 1rem; caret-color: auto;\\\&quot;&gt;A person accepted as such by the community in which you live, or formally lived&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;\\\/ul&gt;\&quot;}}&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;12&quot;,&quot;attributes&quot;:{&quot;id&quot;:12,&quot;asset_id&quot;:166,&quot;title&quot;:&quot;Phoenix Australia &quot;,&quot;alias&quot;:&quot;phoenix-australia-families&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-04-15 05:46:59&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-05-12 00:04:44&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-04-15 05:46:59&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:10,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;veterans-supporters&lt;\/p&gt;\r\n&lt;p&gt;veterans-supportersforum-board&lt;\/p&gt;\r\n&lt;p&gt;veterans-supportersoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;1&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/www.phoenixaustralia.org&quot;,&quot;sponsor-image&quot;:&quot;images\/Phoenix_Australia_Logo.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;\&quot;,\&quot;field38\&quot;:\&quot;\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;Phoenix is the Australian National Centre of Excellence in Posttraumatic Mental Health.&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/your-recovery\\\/helping-others\\\/\&quot;,\&quot;field7\&quot;:\&quot;Support services\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/Helping-a-friend-or-family-member-after-a-traumatic-event.pdf\&quot;,\&quot;field7\&quot;:\&quot;Helping a friend or family member after a traumatic event\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/your-recovery\\\/effects-of-trauma-life-relationships\\\/\&quot;,\&quot;field7\&quot;:\&quot;Effects of trauma on life and relationships\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;&quot;,&quot;sponsor-intro&quot;:&quot;&quot;,&quot;sponsor-spaces&quot;:&quot;&quot;,&quot;sponsor-features&quot;:&quot;&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;11&quot;,&quot;attributes&quot;:{&quot;id&quot;:11,&quot;asset_id&quot;:165,&quot;title&quot;:&quot;Open Arms&quot;,&quot;alias&quot;:&quot;open-arms-families&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-04-15 05:24:07&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-05-12 00:04:57&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-04-15 05:24:07&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:20,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;veterans-supporters&lt;\/p&gt;\r\n&lt;p&gt;veterans-supportersforum-board&lt;\/p&gt;\r\n&lt;p&gt;veterans-supportersoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;2&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/www.openarms.gov.au&quot;,&quot;sponsor-image&quot;:&quot;images\/open_arms_logo.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;#512479\&quot;,\&quot;field38\&quot;:\&quot;#f39000\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;Open Arms&amp;nbsp;is Australia\u2019s leading provider of mental health assessment and counselling for Australian veterans and their families.&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.defence.gov.au\\\/adf-members-families\\\/crisis-support\\\/helplines\\\/all-hours-support-line\&quot;,\&quot;field7\&quot;:\&quot;24\\\/7 support line\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/get-support\\\/counselling\&quot;,\&quot;field7\&quot;:\&quot;Counselling\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/get-support\\\/getting-help-someone-else\&quot;,\&quot;field7\&quot;:\&quot;Getting help for someone else\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2019-12\\\/supporting_your_partner.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Coping with trauma in military family\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row2\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2019-12\\\/when_your_parent_is_having_problems.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: When your parent is having problems\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;v4&quot;,&quot;sponsor-intro&quot;:&quot;&lt;p&gt;&lt;span class=\&quot;TextRun SCXW114981032 BCX8\&quot; lang=\&quot;EN-US\&quot; data-contrast=\&quot;none\&quot; xml:lang=\&quot;EN-US\&quot;&gt;&lt;span class=\&quot;NormalTextRun SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt;Welcome to the &lt;\/span&gt;&lt;span class=\&quot;NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt;Shoulder to Shoulder&lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt; community! If &lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt;you\u2019re&lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW114981032 BCX8\&quot; data-ccp-parastyle=\&quot;xmsonormal\&quot;&gt; the partner, parent, adult child, or carer of a Veteran, you\u2019re welcome here!&amp;nbsp;&lt;\/span&gt;&lt;\/span&gt;&lt;span class=\&quot;EOP SCXW114981032 BCX8\&quot; data-ccp-props=\&quot;{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;335559738&amp;quot;:0,&amp;quot;335559739&amp;quot;:240}\&quot;&gt;&lt;\/span&gt;&lt;\/p&gt;&quot;,&quot;sponsor-spaces&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/saneforums.org\\\/t5\\\/Shoulder-to-Shoulder-Veterans\\\/gh-p\\\/VeteransForum\&quot;,\&quot;field7\&quot;:\&quot;Shoulder-to-Shoulder: Veterans\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;images\\\/Veterans_Families_Space_Image-1200x540.png\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;}}}&quot;,&quot;sponsor-features&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field26\&quot;:\&quot;&lt;ul&gt;\\r\\n&lt;li class=\\\&quot;x_p3\\\&quot; style=\\\&quot;list-style-type: none;\\\&quot; data-olk-copy-source=\\\&quot;MessageBody\\\&quot;&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Introduce yourself&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 we\\u2019d love to hear from you!&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Got a question?&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; Ask away \\u2013 someone here may have gone through something similar.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Explore the space&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 join an existing discussion or start your own!&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Not ready to talk?&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; That\\u2019s okay \\u2013 there\\u2019s plenty to read, and you can still show support for other posts.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Attend events&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 we hold regular community webinars. Stay tuned for updates.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Take it at your own pace&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 come back whenever you like.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Keep conversations respectful&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 this is a supportive space for everyone.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li class=\\\&quot;x_p3\\\&quot; style=\\\&quot;list-style-type: none;\\\&quot; data-olk-copy-source=\\\&quot;MessageBody\\\&quot;&gt;&lt;\\\/li&gt;\\r\\n&lt;\\\/ul&gt;\&quot;}}&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;10&quot;,&quot;attributes&quot;:{&quot;id&quot;:10,&quot;asset_id&quot;:164,&quot;title&quot;:&quot;Phoenix Australia&quot;,&quot;alias&quot;:&quot;phoenix-australia-veterans&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-04-14 03:40:34&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-11-06 23:29:00&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-04-14 03:40:34&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:22,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Veterans Support&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;VeteransForumforum-board&lt;\/p&gt;\r\n&lt;p&gt;VeteransForumoccasion-board&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;1&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/www.phoenixaustralia.org&quot;,&quot;sponsor-image&quot;:&quot;images\/Phoenix_Australia_Logo.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;\&quot;,\&quot;field38\&quot;:\&quot;\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;Phoenix is the Australian National Centre of Excellence in Posttraumatic Mental Health.&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/your-recovery\\\/\&quot;,\&quot;field7\&quot;:\&quot;Recovery services\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/Mental-Health-and-Wellbeing-after-Military-Service.pdf\&quot;,\&quot;field7\&quot;:\&quot;Mental health and wellbeing after military service \&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.phoenixaustralia.org\\\/your-recovery\\\/effects-of-trauma-life-relationships\\\/\&quot;,\&quot;field7\&quot;:\&quot;Effects of trauma on life and relationships\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;&quot;,&quot;sponsor-intro&quot;:&quot;&quot;,&quot;sponsor-spaces&quot;:&quot;&quot;,&quot;sponsor-features&quot;:&quot;&quot;,&quot;panel-descriptions&quot;:&quot;&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}},{&quot;type&quot;:&quot;articles&quot;,&quot;id&quot;:&quot;9&quot;,&quot;attributes&quot;:{&quot;id&quot;:9,&quot;asset_id&quot;:163,&quot;title&quot;:&quot;Open Arms&quot;,&quot;alias&quot;:&quot;open-arms-veteran&quot;,&quot;state&quot;:1,&quot;access&quot;:1,&quot;created&quot;:&quot;2025-04-14 02:56:39&quot;,&quot;created_by&quot;:167,&quot;created_by_alias&quot;:&quot;&quot;,&quot;modified&quot;:&quot;2025-05-12 00:05:09&quot;,&quot;featured&quot;:0,&quot;language&quot;:&quot;*&quot;,&quot;hits&quot;:0,&quot;publish_up&quot;:&quot;2025-04-14 02:56:39&quot;,&quot;publish_down&quot;:null,&quot;note&quot;:&quot;&quot;,&quot;images&quot;:{&quot;image_intro&quot;:&quot;&quot;,&quot;image_intro_alt&quot;:&quot;&quot;,&quot;float_intro&quot;:&quot;&quot;,&quot;image_intro_caption&quot;:&quot;&quot;,&quot;image_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_alt&quot;:&quot;&quot;,&quot;float_fulltext&quot;:&quot;&quot;,&quot;image_fulltext_caption&quot;:&quot;&quot;},&quot;metakey&quot;:&quot;&quot;,&quot;metadesc&quot;:&quot;&quot;,&quot;metadata&quot;:{&quot;robots&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;rights&quot;:&quot;&quot;},&quot;version&quot;:31,&quot;featured_up&quot;:null,&quot;featured_down&quot;:null,&quot;typeAlias&quot;:&quot;com_content.article&quot;,&quot;text&quot;:&quot;&lt;p&gt;ID List:&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Main Page&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;SaneForums&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&lt;strong&gt;Events &amp;amp; Updates&lt;\/strong&gt;&lt;\/p&gt;\r\n&lt;p&gt;le-forum-0007&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt;\r\n&lt;p&gt;VeteransForumforum-board&lt;\/p&gt;\r\n&lt;p&gt;VeteransForumoccasion-board&lt;\/p&gt;\r\n&lt;p&gt;&amp;nbsp;&lt;\/p&gt; &quot;,&quot;sponsor-rank&quot;:&quot;2&quot;,&quot;sponsor-url&quot;:&quot;https:\/\/www.openarms.gov.au&quot;,&quot;sponsor-image&quot;:&quot;images\/open_arms_logo.jpg&quot;,&quot;sponsor-colors&quot;:&quot;{\&quot;field37\&quot;:\&quot;#512479\&quot;,\&quot;field38\&quot;:\&quot;#f39000\&quot;,\&quot;field39\&quot;:\&quot;\&quot;}&quot;,&quot;article-field&quot;:&quot;&quot;,&quot;sponsor-description&quot;:&quot;&lt;p&gt;Open Arms&amp;nbsp;is Australia\u2019s leading provider of mental health assessment and counselling for Australian veterans and their families.&lt;\/p&gt;&quot;,&quot;admin-list&quot;:&quot;&quot;,&quot;related-discussions&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field45\&quot;:\&quot;\&quot;}}&quot;,&quot;services&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.defence.gov.au\\\/adf-members-families\\\/crisis-support\\\/helplines\\\/all-hours-support-line\&quot;,\&quot;field7\&quot;:\&quot;24\\\/7 support line\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/get-support\&quot;,\&quot;field7\&quot;:\&quot;Support services\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;resources&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/get-support\\\/self-help-tools\&quot;,\&quot;field7\&quot;:\&quot;Self help tools\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row1\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-02\\\/factsheet_effects_of_mental_health_concerns.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Effects on mental health concerns\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row2\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-06\\\/depression_patient_handout.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Understanding depression \&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row3\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-06\\\/gad_patient_handout_updated.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Understanding general anxiety disorder (GAD)\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row4\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-06\\\/alcohol_drugs_patient.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Understanding alcohol and other drug use\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;},\&quot;row5\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/www.openarms.gov.au\\\/sites\\\/default\\\/files\\\/2020-06\\\/gambling_patient_handout.pdf\&quot;,\&quot;field7\&quot;:\&quot;Fact sheet: Understanding gambling\&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;},\&quot;field44\&quot;:\&quot;\&quot;}}&quot;,&quot;guidelines-and-technical-support&quot;:&quot;&quot;,&quot;crisis-support&quot;:&quot;&quot;,&quot;welcome-message-version&quot;:&quot;v3&quot;,&quot;sponsor-intro&quot;:&quot;&lt;p&gt;&lt;span class=\&quot;TextRun SCXW134808040 BCX8\&quot; lang=\&quot;EN-US\&quot; data-contrast=\&quot;none\&quot; xml:lang=\&quot;EN-US\&quot;&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt;Welcome to the &lt;\/span&gt;&lt;span class=\&quot;NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW134808040 BCX8\&quot;&gt;Shoulder to Shoulder&lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt; community! &lt;\/span&gt;&lt;\/span&gt;&lt;span class=\&quot;TextRun SCXW134808040 BCX8\&quot; lang=\&quot;EN-AU\&quot; data-contrast=\&quot;auto\&quot; xml:lang=\&quot;EN-AU\&quot;&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt;A space where you can connect and talk openly with other Veterans. Whether &lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt;you\u2019re&lt;\/span&gt;&lt;span class=\&quot;NormalTextRun SCXW134808040 BCX8\&quot;&gt; still serving, recently transitioned, or left the service years ago, you\u2019re welcome here!&lt;\/span&gt;&lt;\/span&gt;&lt;span class=\&quot;EOP SCXW134808040 BCX8\&quot; data-ccp-props=\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\&quot;&gt;&lt;\/span&gt;&lt;\/p&gt;&quot;,&quot;sponsor-spaces&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field6\&quot;:\&quot;https:\\\/\\\/saneforums.org\\\/t5\\\/Shoulder-to-Shoulder-Veteran\\\/gh-p\\\/veterans-supporters\&quot;,\&quot;field7\&quot;:\&quot;Shoulder-to-Shoulder: Veteran Families \&quot;,\&quot;field23\&quot;:{\&quot;media_src\&quot;:\&quot;images\\\/Veterans_Family_Space_Image.png\&quot;,\&quot;media_text\&quot;:\&quot;\&quot;}}}&quot;,&quot;sponsor-features&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field26\&quot;:\&quot;&lt;ul&gt;\\r\\n&lt;li class=\\\&quot;x_p1\\\&quot; style=\\\&quot;list-style-type: none;\\\&quot;&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Introduce yourself&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 we\\u2019d love to hear from you!&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Got a question?&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; Ask away \\u2013 someone here may have gone through something similar.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Explore the space&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 join an existing discussion or start your own!&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Not ready to talk?&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; That\\u2019s okay \\u2013 there\\u2019s plenty to read, and you can still show support for other posts.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Attend events&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 we hold regular community webinars. Stay tuned for updates.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Take it at your own pace&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 come back whenever you like.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li&gt;&lt;strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt;Respect is key&lt;\\\/span&gt;&lt;\\\/strong&gt;&lt;span data-contrast=\\\&quot;auto\\\&quot;&gt; \\u2013 this is a supportive space for everyone.&lt;\\\/span&gt;&lt;span data-ccp-props=\\\&quot;{&amp;quot;134233117&amp;quot;:true,&amp;quot;134233118&amp;quot;:true}\\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/li&gt;\\r\\n&lt;li class=\\\&quot;x_p1\\\&quot; style=\\\&quot;list-style-type: none;\\\&quot;&gt;&lt;\\\/li&gt;\\r\\n&lt;\\\/ul&gt;\&quot;}}&quot;,&quot;panel-descriptions&quot;:&quot;{\&quot;row0\&quot;:{\&quot;field14\&quot;:\&quot;Resources\&quot;,\&quot;field24\&quot;:\&quot;&lt;p&gt;Resources from trusted partners for the veteran community&amp;nbsp;&lt;\\\/p&gt;\&quot;},\&quot;row1\&quot;:{\&quot;field14\&quot;:\&quot;Services\&quot;,\&quot;field24\&quot;:\&quot;&lt;p&gt;Services offered by trusted partners for the veteran community&amp;nbsp;&lt;\\\/p&gt;\&quot;}}&quot;,&quot;tags&quot;:[]},&quot;relationships&quot;:{&quot;category&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;categories&quot;,&quot;id&quot;:&quot;8&quot;}},&quot;created_by&quot;:{&quot;data&quot;:{&quot;type&quot;:&quot;users&quot;,&quot;id&quot;:&quot;167&quot;}}}}],&quot;meta&quot;:{&quot;total-pages&quot;:1}}'
      tiles='[
          {
              "icon": "fa-regular fa-hand-holding-heart",
              "title": "Services",
              "resources": []
          },
          {
              "icon": "fa-regular fa-circle-info",
              "title": "Resources",
              "resources": [
                  {
                      "href": "https://www.sane.org/information-and-resources/facts-and-guides/what-is-mental-illness",
                      "text": "What are complex mental health issues?"
                  }, {
                      "href": "https://www.sane.org/information-and-resources/facts-and-guides/facts-mental-health-issues",
                      "text": "The facts about mental health issues"
                  }, {
                      "href": "https://www.sane.org/information-and-resources/facts-and-guides/treatments-for-mental-illness",
                      "text": "Treatments for mental health issues"
                  }, {
                      "href": "/t5/help/faqpage/title/mental-health-acronyms-abbreviations",
                      "text": "Common acronyms & abbreviations"
                  }, {
                      "href": "https://www.sane.org/information-and-resources/facts-and-guides/families-friends-carers",
                      "text": "Families, friends & carers"
                  }
              ]
          },
          {
              "icon": "fa-regular fa-map",
              "title": "Guidelines and technical support",
              "resources": [
                  {
                      "href": "https://www.sane.org/technical-feedback",
                      "text": "Report a technical issue"
                  }, {
                      "href": "/t5/help/faqpage",
                      "text": "Community Guidelines"
                  }
              ]
          },
          {
              "icon": "fa-regular fa-life-ring",
              "description": "SANE services are not designed for crisis support. If you require immediate support, please contact one of the service providers below.",
              "title": "Crisis support",
              "resources": [
                  {
                      "href": "https://www.triplezero.gov.au",
                      "text": "000 Emergency, police & ambulance (24 Hrs)"
                  }, {
                      "href": "https://www.lifeline.org.au/131114/",
                      "text": "Connect with a lifeline crisis supporter (24 Hrs) 13 11 14"
                  }, {
                      "href": "https://www.suicidecallbackservice.org.au/",
                      "text": "Suicide callback service (24 Hrs) 1300 659 467"
                  }, {
                      "href": "https://kidshelpline.com.au/",
                      "text": "Kids helpline (24 Hrs) 1800 55 1800"
                  }, {
                      "href": "https://www.13yarn.org.au/",
                      "text": "13 YARN 13 92 76"
                  }
              ]
          }
      ]'
  ></rc-spaces-tiles>
</div>

<script>
  (function() {
    // Use the unique component ID to find the container
    const componentId = 'resources-20251123111303556';
    const container = document.querySelector(`[data-component-id="resources-20251123111303556"]`);
    const webComponent = container?.querySelector('rc-spaces-tiles');

    if (!container || !webComponent) {
      console.warn('Resources elements not found');
      return;
    }

    const findAnyHeight = (component) => [
      component.offsetHeight,
      component.shadowRoot?.querySelector('div')?.offsetHeight,
      component.getBoundingClientRect().height
    ]
    .concat(Array.from(component.children).map((child) => findAnyHeight(child)))
    .find((height) => height > 50);

    const updateHeight = () => {
      const webComponentHeight = findAnyHeight(webComponent);

      if (webComponentHeight > 50 && webComponentHeight < 5000) {
        // If the component has any height we know it has been loaded and remove the placeholder height
        container.style.height = 'auto';
        return true;
      }

      return false;
    };

    let attempts = 0;
    const maxAttempts = 20;
    const checkHeight = () => {
      attempts++;
      if (updateHeight() || attempts >= maxAttempts) {
        return;
      }
      setTimeout(checkHeight, 200);
    };

    setTimeout(checkHeight, 100);
  })();
</script>
		
			
<div class="content-container" data-component="active-users" data-component-id="active-users-20251123111303556" style="position: relative; height: 75px; transition: height 0.3s ease-in-out;">
  <rc-active-users></rc-active-users>
</div>

<script>
  (function() {
    // Use the unique component ID to find the container
    const componentId = 'active-users-20251123111303556';
    const container = document.querySelector(`[data-component-id="active-users-20251123111303556"]`);
    const webComponent = container?.querySelector('rc-active-users');

    if (!container || !webComponent) {
      console.warn('Active users elements not found');
      return;
    }

    const findAnyHeight = (component) => [
      component.offsetHeight,
      component.shadowRoot?.querySelector('div')?.offsetHeight,
      component.getBoundingClientRect().height
    ]
    .concat(Array.from(component.children).map((child) => findAnyHeight(child)))
    .find((height) => height > 50);

    const updateHeight = () => {
      const webComponentHeight = findAnyHeight(webComponent);

      if (webComponentHeight > 50 && webComponentHeight < 5000) {
        // If the component has any height we know it has been loaded and remove the placeholder height
        container.style.height = 'auto';
        return true;
      }

      return false;
    };

    let attempts = 0;
    const maxAttempts = 20;
    const checkHeight = () => {
      attempts++;
      if (updateHeight() || attempts >= maxAttempts) {
        return;
      }
      setTimeout(checkHeight, 200);
    };

    setTimeout(checkHeight, 100);
  })();
</script>

		
	
	
</div>
		</div>
	</div>
</div>
	

	
						</div>
					
			</div>								
		</div>
	</div>

				<section class="common-forum-footer">
  <div class="common-forum-footer-content-wrap">
    <ul class="common-forum-footer-links">
      <li class="common-forum-footer-link"><a href="/t5/custom/page/page-id/sane-forums-terms-conditions">Terms &amp; Conditions</a></li>
      <li class="common-forum-footer-link"><a href="https://www.sane.org/privacy" target="_blank">Privacy</a></li>
      <li class="common-forum-footer-link"><a href="/t5/help/faqpage#community-guidelines">Community Guidelines</a></li>
      <li class="common-forum-footer-link"><a href="https://www.sane.org/about-us/policies/feedback-and-complaints-policy">Feedback</a></li>
      <li class="common-forum-footer-link"><a href="/t5/Sitemap/ct-p/sitemap">Sitemap</a></li>
    </ul>
    <p class="common-forum-footer-text">If you need urgent assistance, see <a href="/t5/Need-Help-Now/ct-p/need-help-now" target="_blank">Need help now</a><br> For mental health information, support, and referrals, contact <a href="https://www.sane.org/get-support" title="Visit SANE Support Services">SANE Support Services</a><br>SANE Forums is published by <a href="https://www.sane.org" title="Visit the SANE Australia website">SANE</a> with funding from the Australian Government Department of Health <br> SANE - ABN <a href="#" class="common-forum-footer-text common-forum-footer-abn">92 006 533 606</a> <br>PO Box 1226, Carlton VIC 3053</p>
  </div>
</section>

<button id="quick-exit"><i class="fa-solid fa-xmark"></i><span>Quick Exit</span></button>
<script>
    function quickExit() {
        let newWindow = 'https://www.weatherzone.com.au/';
        let replaceURL = 'http://google.com';
        window.open(newWindow);  // Open New Tab
        window.location.replace(replaceURL);  // Replaces Current Page
    }
    
    document.querySelector('#quick-exit').addEventListener('click', quickExit);
    document.body.addEventListener('keyup', (e) => e.keyCode == '27' ? quickExit() : null);
</script><div class="sane-footer sane-footer--desktop sane-footer--top uk-section-secondary uk-section">
	<div class="uk-container">
		<div class="tm-grid-expand uk-grid-margin uk-grid" uk-grid="">
			<div class="uk-grid-item-match uk-flex-middle uk-width-expand@m uk-first-column">
				<div class="uk-panel uk-width-1-1">
					<div class="uk-panel">
						<ul class="uk-subnav">
							<li class="item-2718"><a href="https://www.sane.org/get-support/sane-support-services"> Get Support</a></li>
							<li class="item-2719"><a href="https://www.sane.org/information-and-resources/explore-all-resources"> Information &amp; Resources</a></li>
							<li class="item-2720"><a href="https://www.sane.org/research/adrc"> Research</a></li>
							<li class="item-2721"><a href="https://www.sane.org/get-involved/support-sane"> Get Involved</a></li>
							<li class="item-2722"><a href="https://www.sane.org/about-us/about-sane"> About us</a></li>
							<li class="item-2595"><a href="https://www.sane.org/contact-us"> Contact us</a></li>
							<li class="item-2596"><a href="https://www.sane.org/privacy"> Privacy</a></li>
							<li class="item-2597"><a href="https://www.sane.org/about-us/policies/feedback-and-complaints-policy"> Feedback and complaints</a></li>
						</ul>
					</div>
				</div>
			</div>
			<div class="uk-grid-item-match uk-flex-middle uk-width-auto@m">
				<div class="uk-panel uk-width-1-1">
					<div class="sane-top uk-margin">
						<div class="uk-child-width-expand uk-grid-small uk-flex-inline uk-flex-middle uk-grid" uk-grid="">
							<div class="uk-first-column">
								<a href="#" uk-totop="" uk-scroll="" aria-label="Back to top" class="uk-icon uk-totop"><svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15">
										<polygon points="1 6.17 2.28 7.39 6.59 3.3 6.59 15 8.41 15 8.41 3.3 12.72 7.39 14 6.17 7.5 0 1 6.17" fill="#000"></polygon>
									</svg></a>
							</div>
							<div class="uk-flex-first uk-width-auto">
								<div class="el-title">Back to top</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
<div class="sane-footer sane-footer--desktop uk-section-secondary uk-section">
	<div class="uk-container">
		<div class="tm-grid-expand uk-child-width-1-1 uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
			<div class="uk-width-1-1 uk-first-column">
				<div class="uk-margin-medium">
					<a class="el-link" href="/"><img src="https://stage.saneforums.org/html/@A8E49C5D9E36B7BCBE3383A1E8050DF2/assets/sane-australia-logo--footer.svg" width="170" height="63" class="el-image" alt="SANE logo" loading="lazy"></a>
				</div>
			</div>
		</div>
		<div class="tm-grid-expand uk-grid-column-large uk-grid-margin" uk-grid>
			<div class="uk-width-1-2@m sane-footer--support">
				<div class="uk-margin-remove-vertical">
					<a class="el-link" href="https://www.safetyandquality.gov.au/standards/national-safety-and-quality-digital-mental-health-standards/accreditation-national-safety-and-quality-digital-mental-health-standards">
						<picture>
							<img src="https://stage.saneforums.org/html/@A977E8C36C7A7F2FCA1FC936EB877538/assets/NSQDMH-standards-accreditation-badge--July-2024.png" width="280" height="115" class="el-image" alt="Australian Commission on Safety and Quality in Health Care NSQDMH Accreditation logo" loading="lazy">
						</picture>
					</a>
				</div>
				<div class="uk-panel uk-text-secondary uk-margin-medium uk-width-large">
					<p>Help us push aside the stigma and discrimination surrounding complex mental health and change the way people talk about, and care for, mental illness.</p>
				</div>
				<div class="uk-margin-medium">
					<a class="el-content uk-button uk-button-default" href="https://donate.sane.org">
						Donate Now
					</a>
				</div>
				<div class="uk-margin-large">
					<div class="uk-child-width-auto uk-grid-small uk-flex-inline" uk-grid>
						<div>
							<a class="el-link uk-icon-button" href="https://www.facebook.com/saneaustralia" rel="noreferrer"><span uk-icon="icon: facebook; width: 26; height: 26;"></span></a>
						</div>
						<div>
							<a class="el-link uk-icon-button" href="https://www.instagram.com/saneaustralia/" rel="noreferrer"><span uk-icon="icon: instagram; width: 26; height: 26;"></span></a>
						</div>
						<div>
							<a class="el-link uk-icon-button" href="https://twitter.com/saneaustralia" rel="noreferrer"><span uk-icon="icon: twitter; width: 26; height: 26;"></span></a>
						</div>
						<div>
							<a class="el-link uk-icon-button" href="https://www.youtube.com/channel/UC8pd6CV_Os15usmXpTUk_sA" rel="noreferrer"><span uk-icon="icon: youtube; width: 26; height: 26;"></span></a>
						</div>
						<div>
							<a class="el-link uk-icon-button" href="https://www.linkedin.com/company/sane-australia/" rel="noreferrer"><span uk-icon="icon: linkedin; width: 26; height: 26;"></span></a>
						</div>
					</div>
				</div>
			</div>
			<div class="uk-width-1-2@m sane-footer__acknowledge">
			<div class="uk-margin-medium uk-margin-remove-top">
				<img src="https://stage.saneforums.org/html/@E2463DC6F1FFCF47B28CCCA2396C9AC5/assets/IHCA-certification-logo-inverse.svg" width="382" height="74" class="el-image" alt="National Standards for Mental Health Services - IHCA Certified" loading="lazy">    			
			</div>
			<div class="sane-flags uk-margin-medium">
					<div class="uk-child-width-1-4 uk-grid-column-small uk-grid-match" uk-grid>
						<div>
							<div class="el-item uk-panel uk-margin-remove-first-child">
								<img class="el-image" alt="Aboriginal flag" data-src="https://stage.saneforums.org/html/@D677C7426FFA92EE57FE86915DCE5BA5/assets/sane_v4-aboriginal-flag.webp" data-srcset="https://stage.saneforums.org/html/assets/sane_v4-aboriginal-flag.webp 50w" data-sizes="(min-width: 50px) 50px" data-width="50" data-height="32" uk-img>
							</div>
						</div>
						<div>
							<div class="el-item uk-panel uk-margin-remove-first-child">

								<img class="el-image" alt="Torres Strait Islander flag" data-src="https://stage.saneforums.org/html/@1F13E0F60E74635D4194329B3AE00B92/assets/sane_v4-torres-strait-islander-flag.webp" data-srcset="https://stage.saneforums.org/html/assets/sane_v4-torres-strait-islander-flag.webp 51w" data-sizes="(min-width: 51px) 51px" data-width="51" data-height="32" uk-img>
						</div>
						</div>
						<div>
							<div class="el-item uk-panel uk-margin-remove-first-child">
								<img class="el-image" alt="LGBT flag" data-src="https://stage.saneforums.org/html/@DD4D8BAEA00CF37EE70BBEEAE20E6E8C/assets/sane_v4-lgbtqi-flag.webp" data-srcset="https://stage.saneforums.org/html/assets/sane_v4-lgbtqi-flag.webp 51w" data-sizes="(min-width: 51px) 51px" data-width="51" data-height="32" uk-img>
							</div>
						</div>
						<div>
							<div class="el-item uk-panel uk-margin-remove-first-child">

								<img class="el-image" alt="Transgender flag" data-src="https://stage.saneforums.org/html/@29E01ACF4534A1C3C46A68BBCB26F66D/assets/sane_v4-transgender-flag.webp" data-srcset="https://stage.saneforums.org/html/assets/sane_v4-transgender-flag.webp 51w" data-sizes="(min-width: 51px) 51px" data-width="51" data-height="32" uk-img>
							</div>
						</div>
					</div>
				</div>
				<div class="uk-panel uk-text-primary uk-margin-medium">
					<p>SANE acknowledges the Traditional Owners of Country throughout Australia and recognises the continuing connection to lands, waters and communities. We pay our respect to Aboriginal and Torres Strait Islander cultures; and to Elders past and present.</p>
					<p>SANE values diversity. We are committed to providing a safe, culturally appropriate, and inclusive service for all people, regardless of their ethnicity, faith, disability, sexuality, or gender identity.</p>
				</div>
			</div>
		</div>
	</div>
</div>
<div class="sane-footer sane-footer--mobile sane-footer--top uk-section-secondary uk-section">
	<div class="uk-container">
		<div class="tm-grid-expand uk-child-width-1-1 uk-grid-margin" uk-grid>
			<div>
				<div class="sane-top uk-margin">
					<div class="uk-child-width-expand uk-grid-small uk-flex-inline uk-flex-middle" uk-grid>
						<div>
							<a href="#" uk-totop uk-scroll></a>
						</div>
						<div class="uk-flex-first uk-width-auto">
							<div class="el-title">Back to top</div>
						</div>
					</div>
				</div>
		</div>
		</div>
	</div>
</div>
<div class="sane-footer sane-footer--mobile uk-section-secondary uk-section">
	<div class="uk-container">
		<div class="tm-grid-expand uk-child-width-1-1 uk-grid-margin" uk-grid>
			<div>
				<div class="uk-panel">
					<ul class="uk-nav uk-nav-default">
						<li class="item-2718"><a href="https://www.sane.org/get-support/sane-support-services"> Get Support</a></li>
						<li class="item-2719"><a href="https://www.sane.org/information-and-resources/explore-all-resources"> Information &amp; Resources</a></li>
						<li class="item-2720"><a href="https://www.sane.org/research/adrc"> Research</a></li>
						<li class="item-2721"><a href="https://www.sane.org/get-involved/support-sane"> Get Involved</a></li>
						<li class="item-2722"><a href="https://www.sane.org/about-us/about-sane"> About us</a></li>
						<li class="item-2595"><a href="https://www.sane.org/contact-us"> Contact us</a></li>
						<li class="item-2596"><a href="https://www.sane.org/privacy"> Privacy</a></li>
						<li class="item-2597"><a href="https://www.sane.org/about-us/policies/feedback-and-complaints-policy"> Feedback and complaints</a></li>
					</ul>
				</div>
			</div>
		</div>
	</div>
</div>
<div class="sane-footer sane-footer--mobile sane-footer--support uk-section-secondary uk-section">
	<div class="uk-container">
		<div class="tm-grid-expand uk-child-width-1-1 uk-grid-margin" uk-grid>
			<div>
				<div class="uk-margin-large">
					<a class="el-link" href="https://www.sane.org"><img src="https://stage.saneforums.org/html/@A8E49C5D9E36B7BCBE3383A1E8050DF2/assets/sane-australia-logo--footer.svg" width="168" height="62" class="el-image" alt="SANE logo" loading="lazy"></a>						
				</div>
				<div class="uk-margin-large">
					<a class="el-link" href="https://www.safetyandquality.gov.au/standards/national-safety-and-quality-digital-mental-health-standards/accreditation-national-safety-and-quality-digital-mental-health-standards"><img src="https://stage.saneforums.org/html/@A977E8C36C7A7F2FCA1FC936EB877538/assets/NSQDMH-standards-accreditation-badge--July-2024.png" width="260" height="107" class="el-image" alt="Australian Commission on Safety and Quality in Health Care NSQDMH Accreditation logo" loading="lazy"></a>						
				</div>
				<div class="uk-panel uk-text-secondary uk-margin-small">
					<p>Help us push aside the stigma and discrimination surrounding complex mental health and change the way people talk about, and care for, mental illness.</p>
				</div>
				<div class="uk-margin-large">
					<a class="el-content uk-button uk-button-default" href="https://donate.sane.org">
						Donate Now
					</a>
				</div>
				<div class="uk-margin-xlarge">
					<div class="uk-child-width-auto uk-grid-small uk-flex-inline" uk-grid>
						<div>
							<a class="el-link uk-icon-button" href="https://www.facebook.com/saneaustralia" rel="noreferrer"><span uk-icon="icon: facebook; width: 26; height: 26;"></span></a>
						</div>
						<div>
							<a class="el-link uk-icon-button" href="https://www.instagram.com/saneaustralia/" rel="noreferrer"><span uk-icon="icon: instagram; width: 26; height: 26;"></span></a>
						</div>
						<div>
							<a class="el-link uk-icon-button" href="https://twitter.com/saneaustralia" rel="noreferrer"><span uk-icon="icon: twitter; width: 26; height: 26;"></span></a>
						</div>
						<div>
							<a class="el-link uk-icon-button" href="https://www.youtube.com/channel/UC8pd6CV_Os15usmXpTUk_sA" rel="noreferrer"><span uk-icon="icon: youtube; width: 26; height: 26;"></span></a>
						</div>
						<div>
							<a class="el-link uk-icon-button" href="https://www.linkedin.com/company/sane-australia/" rel="noreferrer"><span uk-icon="icon: linkedin; width: 26; height: 26;"></span></a>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
<div class="sane-footer sane-footer--mobile uk-section-secondary uk-section">
	<div class="uk-container">
		<div class="tm-grid-expand uk-child-width-1-1 uk-grid-margin" uk-grid>
			<div>
				<div class="uk-margin-xlarge uk-margin-remove-top">
					<img src="https://stage.saneforums.org/html/@E2463DC6F1FFCF47B28CCCA2396C9AC5/assets/IHCA-certification-logo-inverse.svg" width="400" height="79" class="el-image" alt="National Standards for Mental Health Services - IHCA Certified" loading="lazy">			
				</div>
				<div class="sane-flags uk-margin-medium">
					<div class="uk-child-width-1-4 uk-grid-column-small uk-grid-match" uk-grid>
						<div>
							<div class="el-item uk-panel uk-margin-remove-first-child">
								<img class="el-image" alt="Aboriginal flag" data-src="https://stage.saneforums.org/html/@D677C7426FFA92EE57FE86915DCE5BA5/assets/sane_v4-aboriginal-flag.webp" data-srcset="https://stage.saneforums.org/html/assets/sane_v4-aboriginal-flag.webp 50w" data-sizes="(min-width: 50px) 50px" data-width="50" data-height="32" uk-img>
							</div>
						</div>
						<div>
							<div class="el-item uk-panel uk-margin-remove-first-child">
				
								<img class="el-image" alt="Torres Strait Islander flag" data-src="https://stage.saneforums.org/html/@1F13E0F60E74635D4194329B3AE00B92/assets/sane_v4-torres-strait-islander-flag.webp" data-srcset="https://stage.saneforums.org/html/assets/sane_v4-torres-strait-islander-flag.webp 51w" data-sizes="(min-width: 51px) 51px" data-width="51" data-height="32" uk-img>
						</div>
						</div>
						<div>
							<div class="el-item uk-panel uk-margin-remove-first-child">
								<img class="el-image" alt="LGBT flag" data-src="https://stage.saneforums.org/html/@DD4D8BAEA00CF37EE70BBEEAE20E6E8C/assets/sane_v4-lgbtqi-flag.webp" data-srcset="https://stage.saneforums.org/html/assets/sane_v4-lgbtqi-flag.webp 51w" data-sizes="(min-width: 51px) 51px" data-width="51" data-height="32" uk-img>
							</div>
						</div>
						<div>
							<div class="el-item uk-panel uk-margin-remove-first-child">
				
								<img class="el-image" alt="Transgender flag" data-src="https://stage.saneforums.org/html/@29E01ACF4534A1C3C46A68BBCB26F66D/assets/sane_v4-transgender-flag.webp" data-srcset="https://stage.saneforums.org/html/assets/sane_v4-transgender-flag.webp 51w" data-sizes="(min-width: 51px) 51px" data-width="51" data-height="32" uk-img>
							</div>
						</div>
					</div>
				</div>
				<div class="uk-panel uk-text-primary uk-margin">
					<p>SANE acknowledges the Traditional Owners of Country throughout Australia and recognises the continuing connection to lands, waters and communities. We pay our respect to Aboriginal and Torres Strait Islander cultures; and to Elders past and present.</p>
					<p>SANE values diversity. We are committed to providing a safe, culturally appropriate, and inclusive service for all people, regardless of their ethnicity, faith, disability, sexuality, or gender identity.</p>
				</div>
			</div>
		</div>
	</div>
</div>
<div class="sane-footer uk-section-secondary uk-section">
	<div class="uk-container">
		<div class="tm-grid-expand uk-child-width-1-1 uk-grid-margin" uk-grid>
			<div>
				<div class="uk-panel uk-text-primary uk-margin">
					<p>SANE is a public company limited by guarantee and registered tax-exempt charity with DGR (Deductible Gift Recipient) status.</p>
					<p>Charity ABN 92 006 533 606. Donations of $2 or more are tax deductible. SANE, PO Box 1226, Carlton VIC 3053.</p>
				</div>
			</div>
		</div>
	</div>
</div>
			
		</center>
	</div>
	
	
	
	
	<script>
    jQuery(document).ready(function() {
        var value, searchword = jQuery('#mod-finder-searchword898');
    
            // Get the current value.
            value = searchword.val();
    
            // If the current value equals the default value, clear it.
            searchword.on('focus', function ()
            {
                var el = jQuery(this);
    
                if (el.val() === 'search sane.org')
                {
                    el.val('');
                }
            });
    
            // If the current value is empty, set the previous value.
            searchword.on('blur', function ()
            {
                var el = jQuery(this);
    
                if (!el.val())
                {
                    el.val(value);
                }
            });
    
            jQuery('#mod-finder-searchform898').on('submit', function (e)
            {
                e.stopPropagation();
                var advanced = jQuery('#mod-finder-advanced898');
    
                // Disable select boxes with no value selected.
                if (advanced.length)
                {
                    advanced.find('select').each(function (index, el)
                    {
                        var el = jQuery(el);
    
                        if (!el.val())
                        {
                            el.attr('disabled', 'disabled');
                        }
                    });
                }
            });
        var suggest = jQuery('#mod-finder-searchword898').autocomplete({
            serviceUrl: 'https://www.sane.org/component/finder/?task=suggestions.suggest&amp;format=json&amp;tmpl=component',
            paramName: 'q',
            minChars: 1,
            maxHeight: 400,
            width: 300,
            zIndex: 9999,
            deferRequestBy: 500
        });});
    jQuery(document).ready(function() {
        var value, searchword = jQuery('#mod-finder-searchword84');
    
            // Get the current value.
            value = searchword.val();
    
            // If the current value equals the default value, clear it.
            searchword.on('focus', function ()
            {
                var el = jQuery(this);
    
                if (el.val() === 'search sane.org')
                {
                    el.val('');
                }
            });
    
            // If the current value is empty, set the previous value.
            searchword.on('blur', function ()
            {
                var el = jQuery(this);
    
                if (!el.val())
                {
                    el.val(value);
                }
            });
    
            jQuery('#mod-finder-searchform84').on('submit', function (e)
            {
                e.stopPropagation();
                var advanced = jQuery('#mod-finder-advanced84');
    
                // Disable select boxes with no value selected.
                if (advanced.length)
                {
                    advanced.find('select').each(function (index, el)
                    {
                        var el = jQuery(el);
    
                        if (!el.val())
                        {
                            el.attr('disabled', 'disabled');
                        }
                    });
                }
            });
        var suggest = jQuery('#mod-finder-searchword84').autocomplete({
            serviceUrl: 'https://www.sane.org/component/finder/?task=suggestions.suggest&amp;format=json&amp;tmpl=component',
            paramName: 'q',
            minChars: 1,
            maxHeight: 400,
            width: 300,
            zIndex: 9999,
            deferRequestBy: 500
        });});
</script>


	
	
	<script type="text/javascript">
	new Image().src = "/beacon/24687492488_1763896383558.gif";
</script>
<script type="text/javascript" src="/t5/scripts/8016E4FC3B23A5110FC1769E8A07C73D/lia-scripts-common-min.js"></script><script type="text/javascript" src="/t5/scripts/BE866FC9990EA56B0A5CF819C893DAEA/lia-scripts-body-min.js"></script><script language="javascript" type="text/javascript">
<!--
LITHIUM.Sandbox.restore();
LITHIUM.jQuery.fn.cssData.defaults = {"dataPrefix":"lia-js-data","pairDelimeter":"-","prefixDelimeter":"-"};
  ;(function() {
    var urlParams = new URLSearchParams(window.location.search);
    var partnerParam = urlParams.get('partner');

    if (partnerParam) {
      // Decode the URL-encoded partner value
      var decodedPartner = decodeURIComponent(partnerParam);
      // expire 400 days from now (max allowed by the cookie)
      var expiryDate = new Date(Date.now() + 400 * 24 * 60 * 60 * 1000).toUTCString();
      document.cookie = 'partner=' + decodedPartner + '; path=/; expires=' + expiryDate;
    }
  })();

  ;(function($){
    var currentPartner = window.location.host;

    if(currentPartner !== 'stage.saneforums.org' && currentPartner !== 'partner-stage.saneforums.org' && currentPartner !== 'saneforums.org') {

      $('link[rel="canonical"]').attr('href', 'https://saneforums.org'+ window.location.pathname);
    }

  })(LITHIUM.jQuery);

    var mainContent = document.querySelector('.lia-content');
    mainContent.setAttribute("id", "main");

LITHIUM.CommunityJsonObject.User.policies['forums.action.message-view.batch-messages.allow'] = false;
LITHIUM.AjaxSupport.defaultAjaxFeedbackHtml = "<div class=\"lia-inline-ajax-feedback lia-component-common-widget-ajax-feedback\">\n\t\t\t<div class=\"AjaxFeedback\" id=\"ajaxFeedback_99f2e02665d4e3\"><\/div>\n\t\t\t\n\t\n\n\t\n\n\t\t<\/div>";
LITHIUM.AjaxSupport.defaultAjaxErrorHtml = "<span id=\"feedback-errorfeedback_99f2e026c575c7\"> <\/span>\n\n\t\n\t\t<div class=\"InfoMessage lia-panel-feedback-inline-alert lia-component-common-widget-feedback\" id=\"feedback_99f2e026c575c7\">\n\t\t\t<div role=\"alert\" class=\"lia-text\">\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t<p ng-non-bindable=\"\" tabindex=\"0\">\n\t\t\t\t\t\tSorry, unable to complete the action you requested.\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\n\t\t\t\t\n\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\n\t\t<\/div>";
LITHIUM.AjaxSupport({"ajaxOptionsParam":{"event":"LITHIUM:lightboxRenderComponent","parameters":{"componentParams":"{\n  \"triggerSelector\" : {\n    \"value\" : \"#registrationPageV2_99f2e026577f12\",\n    \"class\" : \"lithium.util.css.CssSelector\"\n  }\n}","componentId":"authentication.widget.registration-dialog-content"},"trackableEvent":true},"tokenId":"ajax","elementSelector":"#registrationPageV2_99f2e026577f12","action":"lightboxRenderComponent","feedbackSelector":false,"url":"https://stage.saneforums.org/t5/community/page.registrationpagev2:lightboxrendercomponent?t:cp=authentication/contributions/actions","ajaxErrorEventName":"LITHIUM:ajaxError","token":""});
LITHIUM.Dialog.options['626490369'] = {"contentContext":"authentication.widget.registration-dialog-content","dialogOptions":{"trackable":true,"resizable":true,"autoOpen":false,"minWidth":710,"dialogClass":"lia-content lia-panel-dialog lia-panel-dialog-modeless-advanced","title":"","minHeight":399,"draggable":true,"maxHeight":600,"width":710,"position":["center","center"],"modal":false,"maxWidth":710},"contentType":"ajax"};
LITHIUM.Dialog({
  "closeImageIconURL" : "https://stage.saneforums.org/skins/images/ADA43DEDFA81781BA47D9978617BE4AB/responsive_peak/images/button_dialog_close.svg",
  "activecastFullscreen" : false,
  "dialogTitleHeadingLevel" : "2",
  "dropdownMenuSelector" : ".lia-menu-navigation-wrapper",
  "accessibility" : false,
  "triggerSelector" : ".lia-panel-dialog-trigger-event-click",
  "ajaxEvent" : "LITHIUM:lightboxRenderComponent",
  "focusOnDialogTriggerWhenClosed" : false,
  "closeEvent" : "LITHIUM:lightboxCloseEvent",
  "defaultAriaLabel" : "",
  "dropdownMenuOpenerSelector" : ".lia-js-menu-opener",
  "buttonDialogCloseAlt" : "Close",
  "dialogContentCssClass" : "lia-panel-dialog-content",
  "triggerEvent" : "click",
  "dialogKey" : "dialogKey"
});
LITHIUM.Form.resetFieldForFocusFound();
LITHIUM.AjaxSupport({"ajaxOptionsParam":{"event":"LITHIUM:lightboxRenderComponent","parameters":{"componentParams":"{\n  \"triggerSelector\" : {\n    \"value\" : \"#loginPageV2_99f2e026577f12\",\n    \"class\" : \"lithium.util.css.CssSelector\"\n  }\n}","componentId":"authentication.widget.login-dialog-content"},"trackableEvent":true},"tokenId":"ajax","elementSelector":"#loginPageV2_99f2e026577f12","action":"lightboxRenderComponent","feedbackSelector":false,"url":"https://stage.saneforums.org/t5/community/page.loginpagev2:lightboxrendercomponent?t:cp=authentication/contributions/actions","ajaxErrorEventName":"LITHIUM:ajaxError","token":""});
LITHIUM.Dialog.options['796124716'] = {"contentContext":"authentication.widget.login-dialog-content","dialogOptions":{"trackable":true,"resizable":true,"autoOpen":false,"minWidth":710,"dialogClass":"lia-content lia-panel-dialog lia-panel-dialog-modeless-advanced","title":"","minHeight":200,"fitInWindow":true,"draggable":true,"maxHeight":600,"width":710,"position":["center","center"],"modal":false,"maxWidth":710},"contentType":"ajax"};
LITHIUM.UserNavigationCombine({"selectors":{"userDropDownPanelSelectorRel":".user-navigation-settings-drop-down","userLinkSelectorRel":".user-navigation-settings-dropdown-link"},"events":{"userLinkEvent":"click"},"misc":{"toggleOnClick":false}});
LITHIUM.InformationBox({"updateFeedbackEvent":"LITHIUM:updateAjaxFeedback","componentSelector":"#pageInformation","feedbackSelector":".InfoMessage"});
LITHIUM.InformationBox({"updateFeedbackEvent":"LITHIUM:updateAjaxFeedback","componentSelector":"#informationbox","feedbackSelector":".InfoMessage"});
LITHIUM.PartialRenderProxy({"limuirsComponentRenderedEvent":"LITHIUM:limuirsComponentRendered","relayEvent":"LITHIUM:partialRenderProxyRelay","listenerEvent":"LITHIUM:partialRenderProxy"});
LITHIUM.AjaxSupport({"ajaxOptionsParam":{"event":"LITHIUM:partialRenderProxyRelay","parameters":{"javascript.ignore_combine_and_minify":"true"}},"tokenId":"ajax","elementSelector":document,"action":"partialRenderProxyRelay","feedbackSelector":false,"url":"https://stage.saneforums.org/t5/community/page.liabase.basebody.partialrenderproxy:partialrenderproxyrelay","ajaxErrorEventName":"LITHIUM:ajaxError","token":""});
LITHIUM.Auth.API_URL = "/t5/util/authcheckpage";
LITHIUM.Auth.LOGIN_URL_TMPL = "https://stage.saneforums.org/t5/user/userloginpage?dest_url=#{destUrl}";
LITHIUM.Auth.KEEP_ALIVE_URL = "/t5/status/blankpage?keepalive";
LITHIUM.Auth.KEEP_ALIVE_TIME = 180000;
LITHIUM.Auth.CHECK_SESSION_TOKEN = 'ovB5OJprZq8c_-1';
LITHIUM.AjaxSupport.useTickets = true;
LITHIUM.Loader.runJsAttached();
// -->
</script></body>
</html>