subject_id="";function handleHttpResponse(){if(http.readyState==4)if(subject_id!="")document.getElementById(subject_id).innerHTML=http.responseText}function getHTTPObject(){var a;if(!a&&typeof XMLHttpRequest!="undefined")try{a=new XMLHttpRequest}catch(b){a=false}return a}var http=getHTTPObject();
function getScriptPage(){var a=document.getElementById("name").value,b=document.getElementById("email").value,e=document.getElementById("comments").value,c="true",d="";if(b.indexOf("@")==-1||b.indexOf(".")==-1){c="false";d+="A valid e-mail address is required\n\n"}if(c=="true"){a="?name="+a+"&email="+b+"&comments="+e;subject_id="formMarker";http.open("GET","aja_contact_form.php"+a,true);http.onreadystatechange=handleHttpResponse;http.send(null);document.getElementById("name").value="";document.getElementById("email").value=
"";document.getElementById("comments").value=""}else alert(d);return false};