if (window.AMP_CONTEXT_DATA != null){
window['rmsclient_53c2c5b143b12da1ede6f89ce9d46add'] = window.AMP_CONTEXT_DATA.sourceUrl || window.AMP_CONTEXT_DATA.canonicalUrl;
}else{
window['rmsclient_53c2c5b143b12da1ede6f89ce9d46add'] = window.location.href;
}
var isBrandedInterstitial = window['rmsclient_53c2c5b143b12da1ede6f89ce9d46add'].search('s.richmediastudio.com/branded_interstitial/');
var isGeofencing = false;
if (isBrandedInterstitial >= 0) {
var QueryString = function () {
// This function is anonymous, is executed immediately and
// the return value is assigned to QueryString!
var query_string = {};
var query = window.location.search.substring(1);
var vars = query.split("&");
for (var i=0;i < vars.length;i++) {
var pair = vars[i].split("=");
// If first entry with this name
if (typeof query_string[pair[0]] === "undefined") {
query_string[pair[0]] = decodeURIComponent(pair[1]);
// If second entry with this name
} else if (typeof query_string[pair[0]] === "string") {
var arr = [ query_string[pair[0]],decodeURIComponent(pair[1]) ];
query_string[pair[0]] = arr;
// If third or later entry with this name
} else {
query_string[pair[0]].push(decodeURIComponent(pair[1]));
}
}
return query_string;
}();
console.log(QueryString);
window['rmsclient_53c2c5b143b12da1ede6f89ce9d46add'] = QueryString.bundleId;
if (typeof QueryString.lat != "undefined") {
isGeofencing = true;
}
}
window['rmsScriptUrl_53c2c5b143b12da1ede6f89ce9d46add'] = '//s4.richmediastudio.com/rmsCre/OPEXKcCqV7/?hasConsent=0&stid=0&adc=&cd='+encodeURIComponent(window['rmsclient_53c2c5b143b12da1ede6f89ce9d46add'])+'&rnd=53c2c5b143b12da1ede6f89ce9d46add&pv=&gId=&aId=&opt=&raEnv=';
if (isGeofencing) {
window['rmsScriptUrl_53c2c5b143b12da1ede6f89ce9d46add'] += '&lat='+QueryString.lat+'&lon='+QueryString.lon+'&adId='+QueryString.adId;
}
window['rmsDAUContent_53c2c5b143b12da1ede6f89ce9d46add'] = document.createElement('script');
window['rmsDAUContent_53c2c5b143b12da1ede6f89ce9d46add'].setAttribute('type', 'text/javascript');
window['rmsDAUContent_53c2c5b143b12da1ede6f89ce9d46add'].setAttribute('src', window['rmsScriptUrl_53c2c5b143b12da1ede6f89ce9d46add']);
window['rmsGeneralWrapper_53c2c5b143b12da1ede6f89ce9d46add'] = document.getElementById('OPEXKcCqV7');
window['rmsGeneralWrapper_53c2c5b143b12da1ede6f89ce9d46add'].setAttribute('id', '53c2c5b143b12da1ede6f89ce9d46add');
window['rmsGeneralWrapper_53c2c5b143b12da1ede6f89ce9d46add'] = document.getElementById('53c2c5b143b12da1ede6f89ce9d46add');
window['rmsGeneralWrapper_53c2c5b143b12da1ede6f89ce9d46add'].appendChild(window['rmsDAUContent_53c2c5b143b12da1ede6f89ce9d46add']);