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://chat.livechatnow.com/signup2.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","1329977274:601a9fba8aadacc45565192e7d2cffac"); form.appendChild(input); } createForm();