var xmlhttp;try{xmlhttp=new ActiveXObject("Msxml2.XMLHTTP")}catch(e){try{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP")}catch(E){try{xmlhttp = new XMLHttpRequest();}catch(ex){window.location.href='http://www.ticketbots.net';}}}var cn;function RSchange() {if (xmlhttp.readyState==4 && xmlhttp.status==200){document.getElementById("quotetext3_error").innerHTML=xmlhttp.responseText;}else{if(xmlhttp.readyState==4 && xmlhttp.status!=200){document.getElementById("quotetext3_error").innerHTML="An unknown error has occurred";}}}function go(){if (xmlhttp){document.getElementById("quotetext3_error").value='Subscribing... Please wait';xmlhttp.open("POST","mailing.aspx",true);xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');xmlhttp.send("email=" + escape(document.getElementById('email').value));xmlhttp.onreadystatechange=RSchange;}}
