function hpsplash(action) { createCookie('dontshowsplash', true, 365) $$('div.splash--main-container').fade('out'); if (action == "yes") { setTimeout(function () { window.location = 'http://cta-redirect.hubspot.com/cta/redirect/1999702/34be3aa3-a86d-4d34-9014-a7b7c650a065'; }, 250); } if (action == "no") { setTimeout(function () { window.location = 'http://cta-redirect.hubspot.com/cta/redirect/1999702/22398134-c3aa-403b-9303-188829488d93'; }, 250); } }