
<style>

.chat {    display: inline-block;    position: fixed;    right: 16px;    bottom: 16px;    z-index: 50000;    -webkit-transition: all 0.125s linear;    -moz-transition: all 0.125s linear;    -o-transition: all 0.125s linear;    transition: all 0.125s linear;    scale: .4; /* TIP: Edit the scale value to resize the chat button */}.chat .rev-btn {    height: 120px;    width: 120px;    border: 3px solid #ffffff;    background: #3B7BCE;    border-radius: 10rem;    cursor: pointer;    -webkit-transition: all 0.125s linear;    -moz-transition: all 0.125s linear;    -o-transition: all 0.125s linear;    transition: all 0.125s linear;}.chat:hover .rev-btn {    height: 126px;    width: 126px;}.chat .rev-btn svg {    outline: none;    transition: transform 0.15s linear;    fill: #ffffff;    transform: scale(2.5);    position: relative;    top: 3px;}.chat .rev-btn:focus {    outline: 2px dashed rgba(255, 255, 255, 0.25);}.chat:hover .rev-btn svg {    transform: scale(2.625);}.chat .sr-only {    height: 0px;    overflow: hidden;    position: absolute;    width: 0px;}.chat div {    position: relative;}.chat .rev-pendingMsgs {    position: absolute;    bottom: 10px;    right: -2px;    z-index: 50000;    font-family: sans-serif;    font-size: 0.875em;    font-weight: 600;    line-height: 1.625em;    display: inline-block;    background-color: white;    border-radius: 10em;    width: 1.5em;    height: 1.5em;    text-align: center;    -webkit-transition: all 0.125s linear;    -moz-transition: all 0.125s linear;    -o-transition: all 0.125s linear;    transition: all 0.125s linear;}.chat:hover .rev-pendingMsgs {    bottom: 10px;    right: -3px;}

</style>

<!-- Use a div to position the chat button using CSS" -->
<div class="chat">    
	<button class="rev-btn online" onclick="popOut()">        
		<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25">            
			<path fill="#fff"                
			d="M22.5 0A2.5 2.5 0 0125 2.5v15a2.5 2.5 0 01-2.5 2.5H5l-5 5V2.5C0 1.112 1.125 0 2.499 0H22.5M2.499 2.5v16.462L3.962 17.5H22.5v-15H2.499M5 6.25h15v2.5H5v-2.5m0 5h11.25v2.5H5v-2.5z" />        		</svg>    
	</button>    
	<div id="pendingMsgs" class="rev-pendingMsgs"></div>
</div>

<script>

var widget = sessionStorage.getItem("widget");
var pendingMsgs = document.getElementById("pendingMsgs");
var msgCount = sessionStorage.getItem("msgCount"); 

if (msgCount) {    
	pendingMsgs.innerText = msgCount; 
}

window.addEventListener(    
	"message",
	function (e) {
		var eventName = e.data.event;
	        console.log("Event Received : ", eventName);
	        switch (eventName) {
	        	case "pending_msgs":                
			pendingMsgs.innerText = e.data.pendingMsgs;                
			sessionStorage.setItem("msgCount", pendingMsgs.innerText);                
			console.log("sessionStorage ", sessionStorage);                
			break;            
		case "session_started":                
			break;            
		case "session_ended":                
			console.log("cause : ", e.data.cause);                
			break;            
		case "widget_beforeunload":                
			widget = null;                
			sessionStorage.removeItem("widget");                
			sessionStorage.removeItem("msgCount");                
			console.log("sessionStorage ", sessionStorage);                
			break;            
		case "widget_unload":                
			widget = null;                
			sessionStorage.removeItem("widget");                
			sessionStorage.removeItem("msgCount");                
			console.log("sessionStorage ", sessionStorage);                
			break;        
		}    
	},    
	false
);

function popOut() {    
	if (widget) {        
		window.open("", "RevEngWidget").focus();        
		console.log("Focus on window: RevEngWidget");    
	} else {        
		console.log("Opening a new session!");        
		widget = window.open(            
			"https://fch5hqg8.revation.com/widget/?im=hg-hello-baby%40uwp.org&group=FCH5HQG8",           
			"RevEngWidget",           
			"toolbar=no,scrollbars=no,resizable=no,top=500,left=500,width=300,height=600"       
		);        
		console.log("Setting sessionStorage widget = true");        
		sessionStorage.setItem("widget", true);    
	}    
	console.log("sessionStorage ", sessionStorage);
}

</script>



<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet type='text/xsl' href='/wp-content/plugins/google-sitemap-generator/sitemap.xsl'?><!-- sitemap-generator-url='http://www.arnebrachhold.de' sitemap-generator-version='4.1.21' -->
<!-- generated-on='April 4, 2026 11:57 pm' -->
<urlset xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd' xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>	<url>
		<loc>https://hellobabypgh.org/all-events/</loc>
		<lastmod>2020-06-23T22:29:50+00:00</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.6</priority>
	</url>
	<url>
		<loc>https://hellobabypgh.org/childcare-development/</loc>
		<lastmod>2021-06-25T21:20:41+00:00</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.6</priority>
	</url>
	<url>
		<loc>https://hellobabypgh.org/search-results/</loc>
		<lastmod>2020-03-19T11:45:27+00:00</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.6</priority>
	</url>
	<url>
		<loc>https://hellobabypgh.org/family-supports/</loc>
		<lastmod>2021-06-25T21:21:43+00:00</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.6</priority>
	</url>
	<url>
		<loc>https://hellobabypgh.org/essentials/</loc>
		<lastmod>2021-06-25T21:22:54+00:00</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.6</priority>
	</url>
	<url>
		<loc>https://hellobabypgh.org/health-safety/</loc>
		<lastmod>2021-08-18T20:07:06+00:00</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.6</priority>
	</url>
	<url>
		<loc>https://hellobabypgh.org/about/</loc>
		<lastmod>2024-03-27T06:05:22+00:00</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.6</priority>
	</url>
	<url>
		<loc>https://hellobabypgh.org/optout/</loc>
		<lastmod>2021-04-28T19:44:24+00:00</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.6</priority>
	</url>
	<url>
		<loc>https://hellobabypgh.org/optout-confirm/</loc>
		<lastmod>2021-04-28T19:55:30+00:00</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.6</priority>
	</url>
	<url>
		<loc>https://hellobabypgh.org/events-list/</loc>
		<lastmod>2021-04-28T19:41:17+00:00</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.6</priority>
	</url>
	<url>
		<loc>https://hellobabypgh.org/search/</loc>
		<lastmod>2020-09-17T21:56:00+00:00</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.6</priority>
	</url>
	<url>
		<loc>https://hellobabypgh.org/partner-toolkit/</loc>
		<lastmod>2021-04-28T20:11:53+00:00</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.6</priority>
	</url>
	<url>
		<loc>https://hellobabypgh.org/all-cats/</loc>
		<lastmod>2021-08-18T22:08:56+00:00</lastmod>
		<changefreq>weekly</changefreq>
		<priority>0.6</priority>
	</url>
</urlset><!-- Request ID: d575686aa4a093fccc1bc6c2cd39e877; Queries for sitemap: 5; Total queries: 28; Seconds: 0.01; Memory for sitemap: 1KB; Total memory: 2MB -->
