function onLoad(){
    var d = new Date();
    document.email_form.submitDate.value = d;
}

