
// never empty.
TagIT.location.push('body');
<!-- body -->
<!-- mobile/Sophus-->
TagIT.supports.push({'name' : 'Sophus', 'enabled' : true});
TagIT.handlesSophus = function () {
return true;
};
var sophScr= document.createElement('script'); sophScr.src = "/cs/ENGInE/js/logging/sophus/logging.js"; document.getElementsByTagName("body")[0].appendChild(sophScr);
