function c_searchLexicon(x) {
  $(x.div).innerHTML = x.xhr.responseText;
}

function searchLexicon(word,div) {
  new XMLHTTP({url:'./pages/lexiconSearch.php?Lsearch='+word,callback:c_searchLexicon,div:div});
}
