ww_base_url=location.href;

function ww_cform_828811516_verify(form) {
	if (!/^[^@]+@[^@]+\.[^@]+$/.test(form.email.value)) {
		if (!confirm("Indirizzo email assente o non inserito correttamente. Il destinatario non potra' risponderti via email. Inviare lo stesso?")) {
			return false;
		}
	}
	if (form.text.value.length > 20000){
		alert("Il testo deve essere lungo al massimo 20000 caratteri!");
		return false;
	}
	return true;
}
		document.write( ''+
'<form method="post" action="http://it.wopweb.net/services/message_confirm/" onsubmit="return ww_cform_828811516_verify(this)">'+
'<input type="hidden" name="type" value="C">'+
'<input type="hidden" name="id" value="828811516">'+
'<input type="hidden" name="page" value="'+ww_base_url+'">'+
''+
'Nome:'+
'<br><input id="ww_txt_name" type="text" name="name" size="22" maxlength="30" style="font-family:courier">'+
'<br>Email:'+
'<br><input id="ww_txt_email" type="text" name="email" size="22" maxlength="60" style="font-family:courier">'+
'<br>Oggetto:'+
'<br><input id="ww_txt_subject" type="text" name="subject" size="22" maxlength="120" style="font-family:courier">'+
'<br><b>Il tuo messaggio:</b>'+
'<br><textarea id="ww_txt_body" name="text" cols="20" rows="4" style="font-family:courier"></textarea>'+
'<br>'+
'<input type="submit" value="Invia"></form><p style="font-size:smaller" align="center">Servizio Form di Contatti fornito da <a href="http://it.wopweb.net/" target="_blank" style="color:red"><b>WOP!WEB</b></a></p>' );
