function TMSearch(td){
td.q.value=null;
td.q.value=td.theword.value;
if(!td.q.value) {
location.replace('http://timothyministries.org/theologicaldictionary/default.aspx?theword='+td.q.value.toLowerCase());
}
}
