import wixLocation from 'wix-location';
$w.onReady(function () {
let utmParams = Object.keys(wixLocation.query).filter(key => key.indexOf("utm")===0).reduce((res, key) => [key + "=" + k[key],...res], []).join("&");
[...document.getElementsByTagName("a")].filter(el => el.href.indexOf("https://web.orangehealth.in/public/order") === 0).forEach(el => {
el.href += (el.href.indexOf("?") > 0 ? "&" : "?") + utm_params;
});
});