function setForm()
{
var sCookieText = '';
sCookieText += document.wfqsform.wf_field1.value + ":";
sCookieText += document.wfqsform.wf_term1.value + ":";
document.cookie = 'wf_search_structure=' + encodeURIComponent(sCookieText) + '; Path=/';
document.cookie = 'wf_selected_databases=' + document.wfqsform.Databases.value + '; Path=/';
}

document.write("<div class=\"wfqsdiv\">");
document.write("<form name=\"wfqsform\" action=\"http://wfxsearch.webfeat.org/wfsearch/search\" method=\"POST\">");
document.write("<input type=\"hidden\" name=\"Databases\" value=\"wf_csa_psycarticles,wf_medlineplus,wf_mdconsult,wf_acpmedicine,wf_ncbibook,wf_handbookcp,wf_knovel,wf_pubmed_xml,wf_wileymolbiology,wf_accessscience,wf_wiley_els,wf_csa_toxline,wf_harrisons,wf_ebscoxml_aph,wf_csa_psycinfo,wf_oclc_hstm,wf_pq_genderwatch,wf_atsdr,wf_csa_geneabs,wf_mitcog,wf_toxicologyabs,wf_ebscoxml_cin20,wf_toxnet,wf_wiley_microbiology,wf_webofscience,wf_clinicalevidence,wf_ovidbooks\" />");
document.write("<input type=\"hidden\" name=\"Client_ID\" value=\"10340\" />");
document.write("<input type=\"hidden\" name=\"Command\" value=\"Search\" />");
document.write("<input type=\"hidden\" name=\"noserial\" value=\"1\" />");
document.write("<input type=\"hidden\" name=\"wf_all_years\" value=\"yes\" />");
document.write("<input type=\"hidden\" name=\"wf_codeset\" value=\"utf-8\" />");
document.write("<input type=\"hidden\" name=\"wf_field1\" value=\"wf_keyword\" />");
document.write("<input type=\"hidden\" name=\"useSessions\" value=\"1\" />");
document.write("<input type=\"hidden\" name=\"rtmpl\" value=\"wfx_ui2.jsp\" />");
document.write("<input type=\"hidden\" name=\"format\" value=\"JS\" />");
document.write("<input type=\"hidden\" name=\"locale\" value=\"en\" />");document.write("<span class=\"wfqstermlabel\">Medicine & Health Article Express</span>");document.write("<input class=\"wfqsterm\" type=\"text\" name=\"wf_term1\" size=\"20\" value=\"\" />");
document.write("<input class=\"wfqsbtn\" type=\"submit\" value=\"Search\" onclick=\"setForm();\" />");
document.write("</form>");
document.write("</div>");