function sendmessage() {
    messageform.submit();
    document.location = "thankyou.html";
}  

