function createForm(){ /* document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write(''); document.write('
'); document.write(''); document.write('
'); */ var form = document.getElementById("signupForm"); form.setAttribute("method","post"); form.setAttribute("action","https://s11.livechatnow.com/signup1.php"); var input; var p; var label; var br; var err_label; input = document.createElement("input"); input.setAttribute("type","hidden"); input.setAttribute("name","c"); input.setAttribute("value","signup"); form.appendChild(input); input = document.createElement("input"); input.setAttribute("type","hidden"); input.setAttribute("name","ac"); input.setAttribute("value","1210365601:9489f8a3438f0498402cab227ae6977a"); form.appendChild(input); } createForm();