/** This section is only needed once per page if manually copying **/
if (typeof MauticSDKLoaded == 'undefined') {
var MauticSDKLoaded = true;
var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://www.automautic.top/index.php/media/js/mautic-form.js';
script.onload = function() {
MauticSDK.onLoad();
};
head.appendChild(script);
var MauticDomain = 'https://www.automautic.top/index.php';
var MauticLang = {
'submittingMessage': "Por favor espere..."
}
}else if (typeof MauticSDK != 'undefined') {
MauticSDK.onLoad();
}