
// never empty.
TagIT.location.push('load');
<!-- load -->
<!-- mobile/DoubleClick-->
<!-- mobile/Psyma-->
<!-- Encountered script/include/mobile/load/DTMFooter but it wasn't enabled -->
TagIT.supports.push({'name' : 'DTMFooter', 'enabled' : false,  'status' : 'hash'});
TagIT.supports.push({'name' : 'DoubleClick', 'enabled' : false, 'status' : 'placeholder'});
<!--DoubleClick has unhandled placeholders @@Page-->
TagIT.supports.push({'name' : 'Psyma', 'enabled' : true});
TagIT.handlesPsyma = function () {
return true;
};
var _psyma = document.createElement('script');
_psyma.src = document.location.protocol + "//scripts.psyma.com/scripts/abuk/abuk_ford.php";
_psyma.async = true; 
document.getElementsByTagName("body")[0].appendChild(_psyma);
