if(document.location.href.indexOf("post=true")>-1){
document.write("
Your ticket has been sent!
");
}
if(document.location.href.indexOf("post=false")>-1){
document.write("Your ticket has NOT been sent! Please try again at a later time.
");
}
document.write('');
document.write('');document.write('
');
if(document.location.href.indexOf("post=true")>-1){
document.getElementById("hideme").style.display='none';
}