(function() { 'use strict' var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onload = function() { run(); } script.src = 'https://recruit.hr-on.com//frame-api/hr.js'; head.appendChild(script); var run = function() { getScript('https://recruit.hr-on.com//js/easyXDM/easyXDM.min.js', function() { var hrsky = new HRSkyen({"companyId":1083,"persistent":{"theme":"Aveo-api","joblisturl":location.href,"cssfile":"https:\/\/aveo.dk\/HR-ON_stylesheet1.css"},"multiload":true,"locale":"Dansk","container":"hr-on","queryKey":"hr","search":"hr=show-job|176885&expandform=1","action":"show-job|176885&expandform=1"}); }); }; })();