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_oclclibrarylit,wf_ebscoxml_mth,wf_cqresearcher,wf_ebscoxml_ufh,wf_ebscoxml_bsh,wf_ebscoxml_lxh,wf_pqcriminaljp,wf_oclceric,wf_ebscoxml_33h,wf_xreferplus,wf_ln_xml_mag,wf_oclcwilsonselectplus,wf_oclcatlareligion,wf_ebscoxml_aph,wf_americannationalbio,wf_chadwyck_hsc,wf_rtadb,wf_oclc_philidx,wf_facts_icah,wf_apimages,wf_acsjournals,wf_biolagriindex,wf_gpo,wf_sagejournalsol,wf_accessbio,wf_oclcpsycinfo,wf_ebscoxml_sih,wf_physicaleducationidex,wf_chadwyck_lion,wf_mlaintl,wf_muse,wf_galevisualreflibrary,wf_wileyinterscience,wf_jstorage,wf_amsmathscinet,wf_oclcpsycarticles,wf_wilsonbrd,wf_scidirect_xml,wf_musiconline,wf_ebscoxml_rzh,wf_choreve,wf_ebscoxml_nfh,wf_lnwsk,wf_biographyind,wf_ebscoxml_hxh,wf_ebscoxml_hch,wf_proquesta,wf_ebscoxml_mnh,wf_ebscoxml_ehh\" />");
document.write("<input type=\"hidden\" name=\"Client_ID\" value=\"10934\" />");
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=\"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("<input class=\"wfqsterm\" type=\"text\" name=\"wf_term1\" size=\"20\" value=\"\" />");
document.write("<select class=\"wfqsfieldselect\" name=\"wf_field1\" size=\"1\">");
document.write("<option class=\"wfqsfieldoption\" value=\"wf_all\">All</option>");
document.write("<option class=\"wfqsfieldoption\" value=\"wf_keyword\">Keyword</option>");
document.write("<option class=\"wfqsfieldoption\" value=\"wf_title\">Title</option>");
document.write("<option class=\"wfqsfieldoption\" value=\"wf_author\">Author</option>");
document.write("<option class=\"wfqsfieldoption\" value=\"wf_abstract\">Abstract</option>");
document.write("<option class=\"wfqsfieldoption\" value=\"wf_subject\">Subject</option>");
document.write("</select>");
document.write("<input class=\"wfqsbtn\" type=\"submit\" value=\"Search\" onclick=\"setForm();\" />");
document.write("</form>");
document.write("</div>");