<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
try
{
	// Adding addtional data in case it is required by client code
	var wnSiteConfigGeneral = {
		"baseUrl": "www.wcax.com",
		"contentDomain": "https://content.worldnow.com",
		"feedsApiDomain": "https://api.worldnow.com",
		"affiliateName": "WCAX",
		"affiliateNumber": "183",
		"staticFarmImagePrefix": "https://WCAX.images.worldnow.com",
		"enableCommentsWidget":	"false",
		"cacheVersionBuster" : "7.15.0-5"
	};
}
catch (e) {}

if (typeof wng_pageInfo === 'undefined') {
	var wng_pageInfo = {}; 
}

 
if (typeof wn === 'undefined') {
	document.write('&lt;li' + 'nk rel="stylesheet" type="text/css" href="' + wnSiteConfigGeneral.contentDomain + '/global/css/_pub/off-platform.min.css?ver=' + wnSiteConfigGeneral.cacheVersionBuster + '"&gt;&lt;\/li' + 'nk&gt;');
  	document.write('&lt;scr' + 'ipt id="wnSDK" type="text/javascript" src="' + wnSiteConfigGeneral.contentDomain + '/global/js/_pub/'+ wnSiteConfigGeneral.affiliateName.toLowerCase() +'.config.js?ver=' + wnSiteConfigGeneral.cacheVersionBuster + '"&gt;&lt;\/scr' + 'ipt&gt;');
	document.write('&lt;scr' + 'ipt id="wnAffiliateConfig" type="text/javascript" src="' + wnSiteConfigGeneral.staticFarmImagePrefix + '/interface/js/wnaffiliateconfig.js?ver=' + wnSiteConfigGeneral.cacheVersionBuster + '"&gt;&lt;\/scr' + 'ipt&gt;');
  	document.write('&lt;scr' + 'ipt id="wnOffPlatform" type="text/javascript" src="' + wnSiteConfigGeneral.contentDomain + '/global/js/_pub/off-platform.min.js?ver=' + wnSiteConfigGeneral.cacheVersionBuster + '"&gt;&lt;\/scr' + 'ipt&gt;');
}
  
/* 
* Embed player. 
*/
var wnEmbedPickUpList = wnEmbedPickUpList || [];
var wnEmbedQS = "";
var wnScriptsOnPage = document.getElementsByTagName('script');
for (var i = 0, l = wnScriptsOnPage.length; i &lt; l; i++) {
  if (wnScriptsOnPage[i].src.toLowerCase().indexOf("/wnvideo.js?") &gt; -1 &amp;&amp; wnScriptsOnPage[i].src.indexOf("_EMBEDDEDscript") &gt; -1) {
      wnEmbedQS = "&amp;" + wnScriptsOnPage[i].src.replace(/^[^\?]+\??/, '');
      if (typeof wn !== 'undefined') {
    	  wnEmbedPlayer(wnEmbedQS);
      } else {
    	  wnEmbedPickUpList.push(wnEmbedQS);
	      }
  }
}	
 
    
var wnWidgetsIsProducerURL = new RegExp("://manage[A-Za-z0-9.]*\.worldnow.com");

if (wnWidgetsIsProducerURL.test(document.location.href) == false) {
// Third party reporting includes

}

</pre></body></html>