document.write("<table id='questionbox' cellspacing='0'>");
document.write("<form action='http://mum.intelliresponse.com/index.jsp' name='questionForm' method='post' onsubmit='return isValidForm()'>");
document.write("<input type='hidden' name='id' value='-1'>");
document.write("<input type='hidden' name=interfaceID value='7'>");
document.write("<input type='hidden' name='requestType'>");
document.write("<input type=hidden name='source'>");
document.write("<tr>");
document.write("<td id='left'>Ask a question</td>");
document.write("<td id='middle'>");
document.write("<input type='text' name='question' value='Type your question here'  onfocus=\"if(this.value=='Type your question here') this.value='';\" onblur=\"if(this.value=='') this.value='Type your question here';\" size='60'><br />");
document.write("<strong>Ask real questions like:</strong> How do I apply for financial aid?");
document.write("</td>");
document.write("<td id='right'>");
document.write("<input type='button' name='button' value='&nbsp;&nbsp;Ask!&nbsp;'  onclick='javascript:submitForm();' /><br />"); 
document.write("</td>");
document.write("</tr>");
document.write("</form>");
document.write("</table>");

