URL = window.location.href;
isnl = (URL.indexOf('.nl') > -1); // true if URL contains .nl
isbe = (URL.indexOf('.be') > -1);
iseu = (URL.indexOf('.eu') > -1);
iscom = (URL.indexOf('.com') > -1);
