");vwo_$('head').append(_vwo_sel);return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("HEAD")}}, C_722219_816_1_2_4:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","#RCBFORM > div:nth-of-type(1) > div:nth-of-type(1)"); vwo_debug*/(el=vwo_$("#RCBFORM > div:nth-of-type(1) > div:nth-of-type(1)")).vwoCss({display:"none !important"});})("#RCBFORM > div:nth-of-type(1) > div:nth-of-type(1)")}}, C_722219_816_1_2_3:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove",".root > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(24) > div:nth-of-type(1)"); vwo_debug*/(el=vwo_$(".root > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(24) > div:nth-of-type(1)")).vwoCss({display:"none !important"});})(".root > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(24) > div:nth-of-type(1)")}}, C_722219_816_1_2_2:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove",".footer"); vwo_debug*/(el=vwo_$(".footer")).vwoCss({display:"none !important"});})(".footer")}}, C_722219_816_1_2_1:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove",".header"); vwo_debug*/(el=vwo_$(".header")).vwoCss({display:"none !important"});})(".header")}}, C_722219_816_1_2_0:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove",".cmp-marquee-promotion"); vwo_debug*/(el=vwo_$(".cmp-marquee-promotion")).vwoCss({display:"none !important"});})(".cmp-marquee-promotion")}}, R_722219_963_1_2_36:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .cmp-announcement-widget-xf"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .cmp-announcement-widget-xf")).vwoRevertCss();})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .cmp-announcement-widget-xf")}}, C_722219_963_1_2_37:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove","html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .promotion-container"); vwo_debug*/(el=vwo_$("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .promotion-container")).vwoCss({display:"none !important"});})("html.vwo_p_s_b4e3c967173ff0c7334aa142c9f54d98 .promotion-container")}}, C_722219_998_1_2_0:{ fn:function(){return (function(x) { try{ var _vwo_sel = vwo_$(""); !vwo_$("head").find("#1736837447668").length && vwo_$('head').append(_vwo_sel); // Start variation JS void (function loadVariation(timeInFuture) { // Main Test object const test = { // Some test specific global letiables id: "EXP-1-Home", // Test init init: function () { // Add a test specific classname to the body element document.body.classList.add(test.id); // Below function calls order is important test.mainJS(); }, // Main JS mainJS: function () { const cookieName = "quotationData"; const dataPopulationCookieName = "data-population-cookie"; // Function to get cookie function getCookie(cname) { const name = cname + "="; const decodedCookie = decodeURIComponent(document.cookie); const cookies = decodedCookie.split(';'); for (const cookie of cookies) { const c = cookie.trim(); if (c.indexOf(name) === 0) { return c.substring(name.length); } } return ""; } // Utility function to Function to set cookie function setCookie(cname, cvalue, exmin) { const d = new Date(); d.setTime(d.getTime() + (exmin * 60 * 1000)); const expires = `expires=${d.toUTCString()}`; document.cookie = `${cname}=${cvalue}; ${expires}; path=/; domain=.greateasternlife.com`; }; // function to trigger GA events function gaEventTrigger(eventAction, eventLabel, eventSubCategory = '', eventJourneyCTA = '') { dataLayer.push({ event: "vwoEvent", eventDetails: { category: "[vwo] floating banner - ab test - expose", action: eventAction, label: eventLabel }, ...(eventSubCategory ? { contentSubcategory: eventSubCategory } : {}), ...(eventJourneyCTA ? { journeyCta: eventJourneyCTA } : {}) }); }; const existingCookie = getCookie(cookieName); const productData = existingCookie ? JSON.parse(existingCookie) : {}; const productLinks = { 'GREAT Protector Active': 'https://buy-uat-greateasternlife.adobecqms.net/sg/en/personal-accident-insurance/200201/get-quotation.html' } let productName = productData?.productJourney; let productRedirect = productLinks[productData?.productJourney]; const crossIcon = ` Group 22 Copy 12`; const createBanner = (productName) => (`
`); // Retrieve banner view count from localStorage or default to 0 let bannerViewCount = parseInt(localStorage.getItem('bannerViewCount') || '0', 10); // Check session storage for the 'viewInSession' flag, defaulting to 'show' const viewInSession = sessionStorage.getItem('viewInSession') || 'show'; // Update session storage if not already set if (viewInSession === 'show') { sessionStorage.setItem('viewInSession', 'show'); // Increment and update banner view count in localStorage bannerViewCount += 1; localStorage.setItem('bannerViewCount', bannerViewCount); } if ( productData && productData.productJourney && location.pathname === '/sg/en/personal-insurance.html' && !document.querySelector('.product-purchase-banner-section') && bannerViewCount <= 2 && viewInSession !== 'dont show' ) { // insert the banner document.querySelector('main .cmp-container > .aem-Grid').insertAdjacentHTML('beforeend', createBanner(productName)); // trigger impression event let eventLabel = (`[vwo_ce_rtg] resume orion journey floating banner - ${productName}`).toLowerCase(); let eventSubCategory = productName.toLowerCase(); gaEventTrigger('impression', eventLabel, eventSubCategory); // set banner view count to session & local storage sessionStorage.setItem('viewInSession', 'seen'); // function for click events function clickHander(event) { const { target } = event; //console.log('target: ', target); if (target.closest('.banner-icon-section svg')) { document.querySelector('.product-purchase-banner-section').classList.add('hide-banner'); sessionStorage.setItem('viewInSession', 'dont show'); // trigger click event to Close CTA let eventLabel = (`[vwo_ce_rtg] resume orion journey floating banner - ${productName}`).toLowerCase(); let eventSubCategory = productName.toLowerCase(); gaEventTrigger('close', eventLabel, eventSubCategory); } if (target.closest('.banner-button.new-button') && productRedirect) { // trigger click event to CTA let eventLabel = (`[vwo_ce_rtg] resume orion journey floating banner - ${productName} - Resume my purchase`).toLowerCase(); let eventSubCategory = productName.toLowerCase(); let eventJourneyCTA = ("vworf-" + productName).toLowerCase(); gaEventTrigger('click', eventLabel, eventSubCategory, eventJourneyCTA); setCookie(dataPopulationCookieName, "true", 15); window.location.href = productRedirect; } } // Add event listener on click event. document.body.addEventListener('click', clickHander); } }, }; // Return if the test ran already! if (document.querySelector(`.${test.id}`)) return; // Polling conditions if (document.querySelector('main .cmp-container > .aem-Grid')) { try { // Activate test test.init(); // Success log console.log('Vertis Digital: Home: EXP-1: V: 1:11'); } catch (error) { // Error log console.log(`Initialization Error:`, error); } } else { Date.now() < timeInFuture ? setTimeout(loadVariation.bind({}, timeInFuture), 25) : console.log("loadVariation timed out!"); } })(Date.now() + 60000); // End variation JS return vwo_$('head')[0] && vwo_$('head')[0].lastChild; } catch(e) {} })("HEAD")}}, R_722219_998_1_2_0:{ fn:function(){return (function(x) { try{ var el,ctx=vwo_$(x); /*vwo_debug log("Revert","addElement","body"); vwo_debug*/(el=vwo_$('[vwo-element-id="1736837447632"]')).remove(); var ctx=vwo_$(x),el; /*vwo_debug log("Revert","content",""); vwo_debug*/; el=vwo_$('[vwo-element-id="1736837447668"]'); el.revertContentOp().remove(); return vwo_$('head')[0] && vwo_$('head')[0].lastChild; } catch(e) {} })("HEAD")}}, ct_cbb73702f57faed15ee0829091863373:{ fn:function(executeTrigger, vwo_$, config) { (function() { if (!config || typeof config !== "object") { return; } if (window.vwo_$(config.sel).length > 0) { return executeTrigger(); } window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => { if (window.vwo_$(config.sel).length > 0) { executeTrigger(); } }); })() } }, ct_50797db9f8236bc7d9dca0f411851f4f:{ fn:function(executeTrigger, vwo_$, config) { (function() { if (!config || typeof config !== "object") { return; } if (window.vwo_$(config.sel).length > 0) { return executeTrigger(); } window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => { if (window.vwo_$(config.sel).length > 0) { executeTrigger(); } }); })() } }, C_722219_1005_1_2_0:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1739165695582').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{const plan=document.querySelector("#selectedPlan-Gold");plan.click(),console.log("plan selected");}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_1005_1_2_1:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1739165695586').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{var value;console.log("value check started");const elementlist=document.getElementsByClassName("cmp-button__button--primary");var myFunction=function(){document.querySelectorAll(".cmp-text.mb-2.color-gray-dark").forEach(e=>{const t=e.querySelector("p.font-14");if(t&&t.textContent.includes("Plan type:")){let e=t.textContent.replace("Plan type:","").trim();sendValue(value=e),console.log("value v1 check",value)}})};function sendValue(e){window.VWO=window.VWO||[],VWO.event=VWO.event||function(){VWO.push(["event"].concat([].slice.call(arguments)))},VWO.event("gtcPlanType",{gtcPlanType:e})}Array.from(elementlist).forEach((function(e){e.addEventListener("click",myFunction)}));}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_722219_1003_1_2_1:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove",".leo-py-md"); vwo_debug*/(el=vwo_$(".leo-py-md")).vwoCss({display:"none !important"});})(".leo-py-md")}}, R_722219_1003_1_2_1:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove",".leo-py-md"); vwo_debug*/(el=vwo_$(".leo-py-md")).vwoRevertCss();})(".leo-py-md")}}, C_722219_1003_1_2_2:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove",".main > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(7)"); vwo_debug*/(el=vwo_$(".main > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(7)")).vwoCss({display:"none !important"});})(".main > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(7)")}}, R_722219_1003_1_2_2:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove",".main > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(7)"); vwo_debug*/(el=vwo_$(".main > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(7)")).vwoRevertCss();})(".main > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(7)")}}, C_722219_1003_1_2_3:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove",".m-0 > div:nth-of-type(1) > div:nth-of-type(4)"); vwo_debug*/(el=ctx).vwoCss({display:"none !important"});})(".m-0 > div:nth-of-type(1) > div:nth-of-type(4)")}}, R_722219_1003_1_2_3:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove",".m-0 > div:nth-of-type(1) > div:nth-of-type(4)"); vwo_debug*/(el=ctx).vwoRevertCss();})(".m-0 > div:nth-of-type(1) > div:nth-of-type(4)")}}, C_722219_1003_1_2_4:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x); /*vwo_debug log("remove",".leo-download-links"); vwo_debug*/(el=ctx).vwoCss({display:"none !important"});})(".leo-download-links")}}, R_722219_1003_1_2_4:{ fn:function(log,nonce=''){return (function(x) { if(!vwo_$.fn.vwoRevertHtml){ return; }; var el,ctx=vwo_$(x); /*vwo_debug log("Revert","remove",".leo-download-links"); vwo_debug*/(el=ctx).vwoRevertCss();})(".leo-download-links")}}, C_722219_965_1_2_5:{ fn:function(log,nonce=''){return (function(x) { try{ var _vwo_sel = vwo_$("`); !vwo_$("head").find('#1730706741970').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)} try{}catch(e) {console.error(e)} try{if(document.documentElement.classList.contains("vwo_p_s_baf0439c6ee7eeb30695dbb63777c8a1")){var currentURL=window.location.href.split("?").pop(),clickURL="https://buy.greateasternlife.com/sg/en/personal-accident-insurance/200204/get-quotation.html?template=post&campCode=C8DISC";$("#eppbuynow").on("click",(function(){window.location.href=clickURL+"&"+currentURL}))}}catch(e) {console.error(e)} return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, ct997_11fd5df3bdf6d6f8b7b1bbf21173a0ed:{ fn:function(executeTrigger, vwo_$) { (function () { if (location.pathname !== '/sg/en/personal-accident-insurance/200201/get-quotation.html') return; const productsPurchasedCookieName = "personalization_products_purchased"; const quotationDataCookieName = "quotationData"; const dataPopulationCookieName = "data-population-cookie"; // Function to get cookie function getCookie(cname) { const name = cname + "="; const decodedCookie = decodeURIComponent(document.cookie); const cookies = decodedCookie.split(';'); for (const cookie of cookies) { const c = cookie.trim(); if (c.indexOf(name) === 0) { return c.substring(name.length); } } return ""; } const productsPurchasedStr = getCookie(productsPurchasedCookieName); const productPurchaseData = productsPurchasedStr ? JSON.parse(productsPurchasedStr) : []; //const quotationDataCookieValue = getCookie(quotationDataCookieName); //const dataPopulationCookieValue = getCookie(dataPopulationCookieName); const productsViewedCTAArr = [ { "name": "GREAT Protector Active" } ]; // Check if any product from productsViewedCTAArr is in productPurchaseData const hasMatchingProduct = productsViewedCTAArr.some(viewedProduct => productPurchaseData.some(purchasedProduct => purchasedProduct.name === viewedProduct.name) ); // console.log('hasMatchingProduct:', hasMatchingProduct); // console.log('quotationDataCookieValue:', quotationDataCookieValue); // console.log('dataPopulationCookieValue:', dataPopulationCookieValue); // Activation conditions // const shouldActivate = ( // (!hasMatchingProduct && quotationDataCookieValue === '') || // (!hasMatchingProduct && quotationDataCookieValue && dataPopulationCookieValue === 'true') // ) if (!hasMatchingProduct) { //alert('activate'); executeTrigger(); } })() }}},rules:[{"tags":[{"data":{"type":"m","campaigns":[{"c":980,"g":14}]},"metricId":1184620,"id":"metric"}],"triggers":["10583434"]},{"tags":[{"data":{"type":"m","campaigns":[{"c":980,"g":15}]},"metricId":1188703,"id":"metric"}],"triggers":["10635910"]},{"tags":[{"data":{"type":"m","campaigns":[{"c":980,"g":16}]},"metricId":1032369,"id":"metric"}],"triggers":["9125625"]},{"tags":[{"data":{"type":"m","campaigns":[{"c":980,"g":17}]},"metricId":1032258,"id":"metric"}],"triggers":["9125532"]},{"tags":[{"data":"campaigns.1","priority":4,"id":"runCampaign"}],"triggers":["2695522"]},{"tags":[{"data":{"type":"m","campaigns":[{"c":816,"g":1}]},"metricId":423424,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":819,"g":1}]},"metricId":423424,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":657,"g":1}]},"metricId":423424,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":763,"g":1}]},"metricId":423424,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":985,"g":4}]},"metricId":423424,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":997,"g":1}]},"metricId":423424,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":963,"g":1}]},"metricId":423424,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":1003,"g":1}]},"metricId":423424,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":889,"g":1}]},"metricId":423424,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":965,"g":1}]},"metricId":423424,"id":"metric"}],"triggers":["3546160"]},{"tags":[{"data":"campaigns.889","priority":4,"id":"runCampaign"}],"triggers":["9268389","9268392","9268395"]},{"tags":[{"data":"campaigns.1003","priority":4,"id":"runCampaign"},{"data":"campaigns.965","priority":4,"triggerIds":["10304266","10304269","10304272"],"id":"runCampaign"}],"triggers":["10304266","10304269","10304272"]},{"tags":[{"data":"campaigns.985","priority":4,"id":"runCampaign"}],"triggers":["10244176"]},{"tags":[{"data":{"type":"g","campaigns":[{"c":998,"g":4}]},"metricId":0,"id":"metric"}],"triggers":["10577338"]},{"tags":[{"data":"campaigns.763","priority":4,"id":"runCampaign"}],"triggers":["8890476","8890479","8890482"]},{"tags":[{"data":"campaigns.998","priority":4,"id":"runCampaign"}],"triggers":["10320859"]},{"tags":[{"data":"campaigns.963","priority":4,"id":"runCampaign"}],"triggers":["9522690","9522693","9522696"]},{"tags":[{"data":"campaigns.1029","priority":4,"id":"runCampaign"}],"triggers":["11308072"]},{"tags":[{"data":"campaigns.816","priority":4,"id":"runCampaign"}],"triggers":["8857305","8857308","8857311"]},{"tags":[{"data":"campaigns.653","priority":4,"id":"runCampaign"}],"triggers":["3487732"]},{"tags":[{"data":"campaigns.997","priority":4,"id":"runCampaign"}],"triggers":["10577314"]},{"tags":[{"data":"campaigns.1021","priority":4,"id":"runCampaign"}],"triggers":["10770097","10770100"]},{"tags":[{"data":"campaigns.819","priority":4,"id":"runCampaign"}],"triggers":["6644374","6644377","6644380"]},{"tags":[{"data":{"type":"g","campaigns":[{"c":653,"g":3}]},"metricId":0,"id":"metric"}],"triggers":["3487735"]},{"tags":[{"data":"campaigns.980","priority":4,"id":"runCampaign"},{"data":"campaigns.1005","priority":4,"id":"runCampaign"},{"data":"campaigns.736","priority":4,"id":"runCampaign"}],"triggers":["5291080"]},{"tags":[{"data":{"type":"m","campaigns":[{"c":1005,"g":1}]},"metricId":1202800,"id":"metric"}],"triggers":["10841803"]},{"tags":[{"data":"campaigns.657","priority":4,"id":"runCampaign"}],"triggers":["3546154","3546157"]},{"tags":[{"data":{"type":"m","campaigns":[{"c":980,"g":18}]},"metricId":1189237,"id":"metric"}],"triggers":["10641040"]},{"tags":[{"data":"campaigns.759","priority":4,"id":"runCampaign"}],"triggers":["9850753"]},{"tags":[{"data":{"type":"g","campaigns":[{"c":1029,"g":3}]},"metricId":0,"id":"metric"}],"triggers":["11332921"]},{"tags":[{"data":"campaigns.2","priority":4,"id":"runCampaign"}],"triggers":["2695525"]},{"tags":[{"data":{"type":"m","campaigns":[{"c":980,"g":12}]},"metricId":466124,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":759,"g":1}]},"metricId":466124,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":1029,"g":1}]},"metricId":466124,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":1021,"g":1}]},"metricId":466124,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":736,"g":1}]},"metricId":466124,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":998,"g":3}]},"metricId":466124,"id":"metric"}],"triggers":["4496838"]},{"tags":[{"data":{"type":"m","campaigns":[{"c":980,"g":13}]},"metricId":466127,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":759,"g":2}]},"metricId":466127,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":1029,"g":2}]},"metricId":466127,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":1021,"g":2}]},"metricId":466127,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":736,"g":2}]},"metricId":466127,"id":"metric"},{"data":{"type":"m","campaigns":[{"c":998,"g":2}]},"metricId":466127,"id":"metric"}],"triggers":["4496841"]},{"tags":[{"id":"checkEnvironment"}],"triggers":["5"]},{"tags":[{"priority":2,"id":"groupCampaigns"},{"priority":3,"id":"prePostMutation"}],"triggers":["8"]},{"tags":[{"priority":2,"id":"visibilityService"}],"triggers":["9"]},{"tags":[{"id":"runTestCampaign"}],"triggers":["2"]},{"tags":[{"id":"urlChange"}],"triggers":["75"]}],pages:{"ec":[{"560865":{"inc":["o",["url","urlReg","(?i).*"]]}},{"560865":{"inc":["o",["url","urlReg","(?i).*"]]}},{"560865":{"inc":["o",["url","urlReg","(?i).*"]]}},{"560865":{"inc":["o",["url","urlReg","(?i).*"]]}},{"560865":{"inc":["o",["url","urlReg","(?i).*"]]}},{"560865":{"inc":["o",["url","urlReg","(?i).*"]]}},{"560865":{"inc":["o",["url","urlReg","(?i).*"]]}}]},pagesEval:{"ec":[560865,560865,560865,560865,560865,560865,560865]}}})(); ;;var commonWrapper=function(argument){if(!argument){argument={valuesGetter:function(){return{}},valuesSetter:function(){},verifyData:function(){return{}}}}const getVisitorUuid=function(){if(window._vwo_acc_id>=1037725){return window.VWO&&window.VWO.get("visitor.id")}else{return window.VWO._&&window.VWO._.cookies&&window.VWO._.cookies.get("_vwo_uuid")}};var pollInterval=100;var timeout=6e4;return function(){var accountIntegrationSettings={};var _interval=null;function waitForAnalyticsVariables(){try{accountIntegrationSettings=argument.valuesGetter();accountIntegrationSettings.visitorUuid=getVisitorUuid()}catch(error){accountIntegrationSettings=undefined}if(accountIntegrationSettings&&argument.verifyData(accountIntegrationSettings)){argument.valuesSetter(accountIntegrationSettings);return 1}return 0}var currentTime=0;_interval=setInterval((function(){currentTime=currentTime||performance.now();var result=waitForAnalyticsVariables();if(result||performance.now()-currentTime>=timeout){clearInterval(_interval)}}),pollInterval)}}; commonWrapper({valuesGetter:function(){return {"ga4s":0}},valuesSetter:function(data){var singleCall=data["ga4s"]||0;if(singleCall){window.sessionStorage.setItem("vwo-ga4-singlecall",true)}var ga4_device_id="";if(typeof window.VWO._.cookies!=="undefined"){ga4_device_id=window.VWO._.cookies.get("_ga")||""}if(ga4_device_id){window.vwo_ga4_uuid=ga4_device_id.split(".").slice(-2).join(".")}},verifyData:function(data){if(typeof window.VWO._.cookies!=="undefined"){return window.VWO._.cookies.get("_ga")||""}else{return false}}})(); var pushBasedCommonWrapper=function(argument){var firedCamp={};if(!argument){argument={integrationName:"",getExperimentList:function(){},accountSettings:function(){},pushData:function(){}}}return function(){window.VWO=window.VWO||[];const getVisitorUuid=function(){if(window._vwo_acc_id>=1037725){return window.VWO&&window.VWO.get("visitor.id")}else{return window.VWO._&&window.VWO._.cookies&&window.VWO._.cookies.get("_vwo_uuid")}};var sendDebugLogsOld=function(expId,variationId,errorType,user_type,data){try{var errorPayload={f:argument["integrationName"]||"",a:window._vwo_acc_id,url:window.location.href,exp:expId,v:variationId,vwo_uuid:getVisitorUuid(),user_type:user_type};if(errorType=="initIntegrationCallback"){errorPayload["log_type"]="initIntegrationCallback";errorPayload["data"]=JSON.stringify(data||"")}else if(errorType=="timeout"){errorPayload["timeout"]=true}if(window.VWO._.customError){window.VWO._.customError({msg:"integration debug",url:window.location.href,lineno:"",colno:"",source:JSON.stringify(errorPayload)})}}catch(e){window.VWO._.customError&&window.VWO._.customError({msg:"integration debug failed",url:"",lineno:"",colno:"",source:""})}};var sendDebugLogs=function(expId,variationId,errorType,user_type){var eventName="vwo_debugLogs";var eventPayload={};try{eventPayload={intName:argument["integrationName"]||"",varId:variationId,expId:expId,type:errorType,vwo_uuid:getVisitorUuid(),user_type:user_type};if(window.VWO._.event){window.VWO._.event(eventName,eventPayload,{enableLogs:1})}}catch(e){eventPayload={msg:"integration event log failed",url:window.location.href};window.VWO._.event&&window.VWO._.event(eventName,eventPayload)}};const callbackFn=function(data){if(window._vwo_acc_id===958122||window._vwo_acc_id===900503||window._vwo_acc_id===735326){sendDebugLogsOld(0,0,"initIntegrationCallback","",data)}if(!data)return;var expId=data[1],variationId=data[2],repeated=data[0],singleCall=0,debug=0;var experimentList=argument.getExperimentList();var integrationName=argument["integrationName"]||"vwo";if(typeof argument.accountSettings==="function"){var accountSettings=argument.accountSettings();if(accountSettings){singleCall=accountSettings["singleCall"];debug=accountSettings["debug"]}}if(debug){sendDebugLogs(expId,variationId,"intCallTriggered",repeated)}if(singleCall&&(repeated==="vS"||repeated==="vSS")||firedCamp[expId]){return}window.expList=window.expList||{};var expList=window.expList[integrationName]=window.expList[integrationName]||[];if(expId&&variationId&&["VISUAL_AB","VISUAL","SPLIT_URL"].indexOf(_vwo_exp[expId].type)>-1){if(experimentList.indexOf(+expId)!==-1){firedCamp[expId]=variationId;var visitorUuid=getVisitorUuid();var pollInterval=100;var currentTime=0;var timeout=6e4;var user_type=_vwo_exp[expId].exec?"vwo-retry":"vwo-new";var interval=setInterval((function(){if(expList.indexOf(expId)!==-1){clearInterval(interval);return}currentTime=currentTime||performance.now();var toClearInterval=argument.pushData(expId,variationId,visitorUuid);if(debug&&toClearInterval){sendDebugLogsOld(expId,variationId,"",user_type);sendDebugLogs(expId,variationId,"intDataPushed",user_type)}var isTimeout=performance.now()-currentTime>=timeout;if(isTimeout&&debug){sendDebugLogsOld(expId,variationId,"timeout",user_type);sendDebugLogs(expId,variationId,"intTimeout",user_type)}if(toClearInterval||isTimeout){clearInterval(interval)}if(toClearInterval){window.expList[integrationName].push(expId)}}),pollInterval||100)}}};window.VWO.push(["onVariationApplied",callbackFn]);window.VWO.push(["onVariationShownSent",callbackFn])}}; var surveyDataCommonWrapper=function(argument){if(!argument){argument={getCampaignList:function(){return[]},surveyStatusChange:function(){},answerSubmitted:function(){}}}return function(){window.VWO=window.VWO||[];function getValuesFromAnswers(answers){var values=[];for(var i=0;i=timeout;if(toClearInterval||isTimeout){clearInterval(interval)}}),pollInterval)}}window.VWO.push(["onSurveyShown",function(data){commonSurveyCallback(data,argument.surveyStatusChange,"surveyShown")}]);window.VWO.push(["onSurveyCompleted",function(data){commonSurveyCallback(data,argument.surveyStatusChange,"surveyCompleted")}]);window.VWO.push(["onSurveyAnswerSubmitted",function(data){commonSurveyCallback(data,argument.answerSubmitted,"surveySubmitted")}])}}; (function(){var VWOOmniTemp={};window.VWOOmni=window.VWOOmni||{};for(var key in VWOOmniTemp)Object.prototype.hasOwnProperty.call(VWOOmniTemp,key)&&(window.VWOOmni[key]=VWOOmniTemp[key]);window._vwoIntegrationsLoaded=1;pushBasedCommonWrapper({integrationName:"GA4",getExperimentList:function(){return [736,759,980,985,1021,997,998,1005,1029]},accountSettings:function(){var accountIntegrationSettings={"manualSetup":false,"setupVia":"","dataVariable":""};if(accountIntegrationSettings["debugType"]=="ga4"&&accountIntegrationSettings["debug"]){accountIntegrationSettings["debug"]=1}else{accountIntegrationSettings["debug"]=0}return accountIntegrationSettings},pushData:function(expId,variationId){var accountIntegrationSettings={"manualSetup":false,"setupVia":"","dataVariable":""};var ga4Setup=accountIntegrationSettings["setupVia"]||"gtag";if(typeof window.gtag!=="undefined"&&ga4Setup=="gtag"){window.gtag("event","VWO",{vwo_campaign_name:window._vwo_exp[expId].name+":"+expId,vwo_variation_name:window._vwo_exp[expId].comb_n[variationId]+":"+variationId});window.gtag("event","experience_impression",{exp_variant_string:"VWO-"+expId+"-"+variationId});return true}return false}})();pushBasedCommonWrapper({integrationName:"GA4-GTM",getExperimentList:function(){return [736,759,980,985,1021,997,998,1005,1029]},accountSettings:function(){var accountIntegrationSettings={"manualSetup":false,"setupVia":"","dataVariable":""};if(accountIntegrationSettings["debugType"]=="gtm"&&accountIntegrationSettings["debug"]){accountIntegrationSettings["debug"]=1}else{accountIntegrationSettings["debug"]=0}return accountIntegrationSettings},pushData:function(expId,variationId){var accountIntegrationSettings={"manualSetup":false,"setupVia":"","dataVariable":""};var ga4Setup=accountIntegrationSettings["setupVia"]||"gtm";var dataVariable=accountIntegrationSettings["dataVariable"]||"dataLayer";if(typeof window[dataVariable]!=="undefined"&&ga4Setup=="gtm"){window[dataVariable].push({event:"vwo-data-push-ga4",vwo_exp_variant_string:"VWO-"+expId+"-"+variationId});return true}return false}})(); ;})();(function(){window.VWO=window.VWO||[];var pollInterval=100;var _vis_data={};var intervalObj={};var analyticsTimerObj={};var experimentListObj={};window.VWO.push(["onVariationApplied",function(data){if(!data){return}var expId=data[1],variationId=data[2];if(expId&&variationId&&["VISUAL_AB","VISUAL","SPLIT_URL"].indexOf(window._vwo_exp[expId].type)>-1){}}])})();; ;var vD=VWO.data||{};VWO.data={content:{"fns":{"list":{"vn":1,"args":{"1":{"6678ed65bfb87":"1733984498","6625f8d396bba":"1720140365","6678ed3f31d18":"1733984498","66875a9973fa4":"1727406621"}}}}},as:"r6.visualwebsiteoptimizer.com",dacdnUrl:"https://dev.visualwebsiteoptimizer.com",accountJSInfo:{"url":{},"ts":1739840484,"gC":[{"id":1,"t":1,"wt":{"909":99.999998},"c":[909],"et":2},{"id":5,"t":1,"wt":{"901":50,"899":50},"c":[901,899],"et":2}],"mrp":20,"noSS":false,"rp":90,"pc":{"t":100,"a":100},"pvn":0}};for(var k in vD){VWO.data[k]=vD[k]};;var gcpfb=function(a,loadFunc,status,err,success){function vwoErr() {_vwo_err({message:"Google_Cdn failing for " + a + ". Trying Fallback..",code:"cloudcdnerr",status:status});} if(a.indexOf("/cdn/")!==-1){loadFunc(a.replace("cdn/",""),err,success); vwoErr(); return true;} else if(a.indexOf("/dcdn/")!==-1&&a.indexOf("evad.js") !== -1){loadFunc(a.replace("dcdn/",""),err,success); vwoErr(); return true;}};window.VWO=window.VWO || [];window.VWO._= window.VWO._ || {};window.VWO._.gcpfb=gcpfb;;var d={cookie:document.cookie,URL:document.URL,referrer:document.referrer};var w={VWO:{_:{}},location:{href:window.location.href,search:window.location.search},_vwoCc:window._vwoCc};;window._vwo_cdn="https://dev.visualwebsiteoptimizer.com/cdn/";window._vwo_apm_debug_cdn="https://dev.visualwebsiteoptimizer.com/cdn/";window.VWO._.useCdn=true;window.vwo_eT="br";window._VWO=window._VWO||{};window._VWO.fSeg=["866"];window._VWO.dcdnUrl="/dcdn/settings.js";window.VWO.sTs=1739820078;window._VWO._vis_nc_lib=window._vwo_cdn+"edrv/nc-6331c9fca8b12f85f3e0b84856171853br.js";var loadWorker=function(url){_vwo_code.load(url,{dSC: true, onloadCb: function(xhr,a){window._vwo_wt_l=true;if(xhr.status===200 ||xhr.status===304){var code="var window="+JSON.stringify(w)+",document="+JSON.stringify(d)+";window.document=document;"+xhr.responseText;var blob=new Blob([code||"throw new Error('code not found!');"],{type:"application/javascript"}),url=URL.createObjectURL(blob);window.mainThread={webWorker:new Worker(url)};window.vwoChannelFW=new MessageChannel();window.vwoChannelToW=new MessageChannel();window.mainThread.webWorker.postMessage({vwoChannelToW:vwoChannelToW.port1,vwoChannelFW:vwoChannelFW.port2},[vwoChannelToW.port1, vwoChannelFW.port2]);if(!window._vwo_mt_f)return window._vwo_wt_f=true;_vwo_code.addScript({text:window._vwo_mt_f});delete window._vwo_mt_f}else{if(gcpfb(a,loadWorker,xhr.status)){return;}_vwo_code.finish("&e=loading_failure:"+a)}}, onerrorCb: function(a){if(gcpfb(a,loadWorker)){return;}window._vwo_wt_l=true;_vwo_code.finish("&e=loading_failure:"+a);}})};loadWorker("https://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-208e880542903b63bed375dcf6000140br.js");;var _vis_opt_file;var _vis_opt_lib;if(window.VWO._.allSettings.dataStore.previewExtraSettings!=undefined&&window.VWO._.allSettings.dataStore.previewExtraSettings.isSurveyPreviewMode){var surveyHash=window.VWO._.allSettings.dataStore.plugins.LIBINFO.SURVEY_DEBUG_EVENTS.HASH;var param1="evad.js?va=";var param2="&d=debugger_new";var param3="&sp=1&a=722219&sh="+surveyHash;_vis_opt_file=vwoCode.use_existing_jquery&&typeof vwoCode.use_existing_jquery()!=="undefined"?vwoCode.use_existing_jquery()?param1+"vanj"+param2:param1+"va_gq"+param2:param1+"edrv/va_gq-831f58afea0851f5c3863c30e30ce4e1br.js"+param2;_vis_opt_file=_vis_opt_file+param3;_vis_opt_lib="https://dev.visualwebsiteoptimizer.com/dcdn/"+_vis_opt_file}else if(window.VWO._.allSettings.dataStore.mode!=undefined&&window.VWO._.allSettings.dataStore.mode=="PREVIEW"){ var path1 = 'edrv/pd_'; var path2 = window.VWO._.allSettings.dataStore.plugins.LIBINFO.EVAD.HASH + ".js"; ;_vis_opt_file=vwoCode.use_existing_jquery&&typeof vwoCode.use_existing_jquery()!=="undefined"?vwoCode.use_existing_jquery()?path1+"vanj"+path2:path1+"va_gq"+path2:path1+"edrv/va_gq-831f58afea0851f5c3863c30e30ce4e1br.js"+path2;_vis_opt_lib="https://dev.visualwebsiteoptimizer.com/cdn/"+_vis_opt_file}else{_vis_opt_file=vwoCode.use_existing_jquery&&typeof vwoCode.use_existing_jquery()!=="undefined"?vwoCode.use_existing_jquery()?"edrv/vanj-311d4719485638b6cd866aab07ad8354br.js":"edrv/va_gq-831f58afea0851f5c3863c30e30ce4e1br.js":"edrv/va_gq-831f58afea0851f5c3863c30e30ce4e1br.js"}window._vwo_library_timer=setTimeout((function(){vwoCode.removeLoaderAndOverlay&&vwoCode.removeLoaderAndOverlay();vwoCode.finish()}),vwoCode.library_tolerance&&typeof vwoCode.library_tolerance()!=="undefined"?vwoCode.library_tolerance():2500),_vis_opt_lib=typeof _vis_opt_lib=="undefined"?window._vwo_cdn+_vis_opt_file:_vis_opt_lib;var loadLib=function(url){_vwo_code.load(url, {dSC: true, onloadCb:function(xhr,a){window._vwo_mt_l=true;if(xhr.status===200 || xhr.status===304){if(!window._vwo_wt_f)return window._vwo_mt_f=xhr.responseText;_vwo_code.addScript({text:xhr.responseText});delete window._vwo_wt_f;}else{if(gcpfb(a,loadLib,xhr.status)){return;}_vwo_code.finish("&e=loading_failure:"+a);}}, onerrorCb: function(a){if(gcpfb(a,loadLib)){return;}window._vwo_mt_l=true;_vwo_code.finish("&e=loading_failure:"+a);}})};loadLib(_vis_opt_lib);VWO.load_co=function(u,opts){return window._vwo_code.load(u,opts);};;;}}catch(e){_vwo_code.finish();_vwo_code.removeLoaderAndOverlay&&_vwo_code.removeLoaderAndOverlay();_vwo_err(e);window.VWO.caE=1}})();

LIFE Programme

Life Programme


A programme birthed in 2013 and supporting Singapore Health Promotion Board's campaign that a healthier lifestyle begins at work, the LIFE programme was initiated to help employees understand and internalise what it meant to work in a LIFE Company - to Live #Lifeproof through a holistic health and wellness way of life.

The LIFE programme has evolved over the years from creating general awareness on the importance of healthy living to targeted interventions to empower, motivate and incentivise employees to be where we will like them to be on our health scale. This is a volutary programme and enrolment is through an annual biometric assessment involving blood work. Enrolment rate for the programme remains high at 86% for 2021's programme.

Life Programme - Mental Health
Life Programme - Financial Health
Life Programme - Social Well-Being
Life Programme - Physical Health