var rwOfficeLocInfo = document.getElementsByClassName('person-card__office')[0].getElementsByTagName('div'); if (typeof rwOfficeLocInfo[0].innerText == 'string' && (rwOfficeLocInfo[0].innerText.trim().toUpperCase() == 'HAUGESUND')){ if (typeof rwOfficeLocInfo[1].innerText == 'string'){ try{ var rwOfficeLocStreetRoom = rwOfficeLocInfo[1].innerText.split(','); var rwOfficeLink = 'https://www.hsh.no/hsh/apps/sted.php?finn=' + escape(rwOfficeLocStreetRoom[1].trim()); if (window.location.href.search(/Vestibylen/i) < 0){ rwOfficeLocInfo[1].innerHTML = rwOfficeLocStreetRoom[0].trim() + ', ' + rwOfficeLocStreetRoom[1].trim() + ''; } }catch(e){ console.log('Kunne ikke filtrere ut romkode: ' + e); } } }