
// Dynamic Script Loader
var scriptLocation = 'www.dongenergy.dk/Style%20Library/DONGEnergy/Scripts/tracking.js';   // Uden "http" eller "https"
if (document.location.href.indexOf('.test.') != -1)
    scriptLocation = 'www.test.dongenergy.dk/Style%20Library/DONGEnergy/Scripts/tracking.js';   // Uden "http" eller "https"
document.writeln('<script src="http' + (document.location.protocol == 'https:' ? 's' : '') + '://' + scriptLocation + '"></script>');


