function file()
{
     if(window.XMLHttpRequest) // FIREFOX
          http = new XMLHttpRequest();
     else if(window.ActiveXObject) // IE
          http = new ActiveXObject("Microsoft.XMLHTTP" );

	email = encodeURIComponent(document.getElementById("email").value);
	http.open("GET", 'http://p3tre.emv3.com/D2UTF8?emv_tag=7A00A80400005D30&emv_ref=BdX7CqkdF_uAxmENAON3687XKEx6GdnA-g2L&ABO_SEDUCTION_F_FIELD=1&EMAIL_FIELD='+email, true);
	http.send(null);
}

