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("class","step2"); 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","1216853344:fc52fa6b54b7ca6a5f2f12f8234d4d95"); form.appendChild(input); } //setTimeout("createForm();", 1000); createForm();