PRICING
function passVal(){
/*
store the location, in the local storage to populate in INNER HTML
return true
*/
var selectedLocation = document.getElementById("loc").value;
localStorage.setItem("loc",selectedLocation);
return true;
}
/*
call the local storage and set the location
stored in set ID, and populate using innerHTML
*/
locID = localStorage.getItem("loc");
document.getElementById('test').innerHTML = `
`;
(function () {
// Set tenant name here
var TENANT_NAME = 'elements';
var d = document;
var sA = ['polyfills', 'js'];
for (var i = 0; i < sA.length; i++) { var s = d.createElement('script'); s.src = 'https://' + TENANT_NAME + '.marianaiframes.com/' + sA[i]; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); } })();