function submitForm(){
document.userrequest.button.click();
var t=setTimeout("redir()",3000);
} function redir(){
window.location.href = 'http://mikeantoni.com/blog/thanks-weve-received-your-request/';
}
function submitForm(){
document.userrequest.button.click();
var t=setTimeout("redir()",3000);
} function redir(){
window.location.href = 'http://mikeantoni.com/blog/thanks-weve-received-your-request/';
}