$(document).ready(function() {
// Only execute if the URL contains the Dutch slug '/nl'
if(window.location.href.indexOf('/nl') > -1) {
// Check if the URL does not contain the word 'webinars'
if(window.location.href.indexOf('webinars') === -1) {
const modal = $('#webinar-modal');
function webModal(){
hasSeenBanner = getCookie("hasSeenWebinarBanner");
if (hasSeenBanner == "") {
modal.addClass('active');
}
}
function closeModal(){
setCookie('hasSeenWebinarBanner', '1', '20');
modal.removeClass('active');
}
$('#close-webinar-modal').click(function() {
closeModal();
});
setTimeout(() => {
webModal();
}, 15000);
// Below you find three function for setting a cookie, getting a cookie and eventually checking whether the cookie exists
function setCookie(cname, cvalue, exdays) {
const d = new Date();
d.setTime(d.getTime() + (exdays*24*60*60*1000));
let expires = "expires="+ d.toUTCString();
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
}
function getCookie(cname) {
let name = cname + "=";
let decodedCookie = decodeURIComponent(document.cookie);
let ca = decodedCookie.split(';');
for(let i = 0; i
Webinar: Hoe executive profiling merksucces stimuleert
Ontdek hoe u uw leiderschapsteam kunt omvormen tot thought leaders op sociale media. Leer hoe u hen kunt betrekken bij medewerkerambassadeurschap voor maximale impact.

Locaties
Rijksweg 38G
5386 LE Geffen
Keizersgracht 391A
1016 EJ Amsterdam
Urb. Montesol 23
03802 Alcoy (Alicante)