(function() { window.loadScript = function(url, callback) { var script = document.createElement("script"); script.type = "text/javascript"; // If the browser is Internet Explorer if (script.readyState){ script.onreadystatechange = function() { if (script.readyState == "loaded" || script.readyState == "complete") { script.onreadystatechange = null; callback(); } }; // For any other browser } else { script.onload = function() { callback(); }; } script.src = url; document.getElementsByTagName("head")[0].appendChild(script); }; var GetCorePage = function($) { if( $("#customform_data").length ){ $("#customform_data").attr('data-id', "7dd76ecc53122876e3ff7e") if($("#customform_data iframe").length==0) { $("#customform_data").append('