document.domain = '2329.com'; function miniAjax(url, methed, callback) { if (methed == "get") { new Ajax().get(url, function (o) { if (o != null && o.responseText != null) { eval(callback + "('" + o.responseText + "')") } }) } } function Ajax() { var _req = !!0; try { _req = new XMLHttpRequest } catch (e) { try { _req = new ActiveXObject("MSXML2.XMLHTTP") } catch (e2) { try { _req = new ActiveXObject("Microsoft.XMLHTTP") } catch (e3) { _req = false } } } if (!_req) return; this.req = _req; this.send = function (_url, _content, _callback, _method, _isasync) { var Url = _url || ""; var Content = _content || ""; var Callback = _callback; var Method = _method || "GET"; var IsAsync = _isasync == null ? true : _isasync; _req.open(Method, Url, IsAsync); if (Method == "POST") _req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); _req.onreadystatechange = function () { if (_req.readyState == 4 && Callback) { Callback(_req.status == 200 ? _req : null) } }; _req.send(Method == "POST" ? Content : "") }, this.get = function (_url, _callback) { this.send(_url, "", _callback, "GET") }, this.post = function (_url, _content, _callback) { this.send(_url, _content, _callback, "POST") } } function SummitForm(html) { document.getElementById("popLayer").innerHTML = html; var inp = document.createElement("input"); inp.id = "F24MX9TQ2D"; inp.name = "F24MX9TQ2D"; inp.value = "61c35fe0f46cd76e3b784b67c4a3b9c6"; inp.type = "hidden"; document.getElementById("regForm").appendChild(inp); document.getElementById("regForm").submit() }