function submitAnswer()
{
 var form = document.getElementById("boggleform");
 form.action ="submitboggle.action";
 form.submit();
}

