var counter = 1; // let actualresult; var pricedenominations = []; var popularcurrencies = []; var othercurrencies = []; var populargoldspotsprices = []; var othergoldspotprices = []; var popularsilverspotsprices = []; var othersilverspotprices = []; var popularcountries = []; var othercountries = []; var goldspotprices = []; var silverspotprices = []; var selectedDropdownValue = ""; var selectedCurr = ""; var calculatedGoldAndSilverCoins = []; var weight = "oz"; var userLang = ""; var weightchecked = "oz"; var a = 0; var goldspotpricetextgm = 0; var silverspotpricetextgm = 0; var ratiotextgm = 0; var goldspotpricetextoz = 0; var silverspotpricetextoz = 0; var ratiotextoz = 0; const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); const site_url = "https://silverandgoldaremoney.com"; // console.log("site_url: " + site_url);