<%@ page contentType="text/html;charset=windows-1252"%> <% cacheBean.setPrefs(globalBean); if (cacheBean.getCongress() == null || cacheBean.getCongress().length()<= 0 ) { cacheBean.setCongress(gov.loc.thomas.search.CommonUtility.getCurrentCongress()); } queryBean.setDocCache ( cacheBean); if (cacheBean.getReset()){ //Make sure that the homepage always does only the current congress for the // sponsorlist dropdowns if ( cacheBean.getCongress() == null || cacheBean.getCongress().length() <= 0 ){ cacheBean.setCongress(gov.loc.thomas.search.CommonUtility.getCurrentCongress()); } } cacheBean.setSubject("Root"); queryBean.setDocCache ( cacheBean); queryBean.doReset(); %> <% queryTopicBean.setDocCache ( cacheBean); queryTopicBean.doSearch(); %> New THOMAS Features (BETA) (Library of Congress)
The Library of Congress > New THOMAS Features Home

Learn more about the new features and let us know what you think.
 About the new THOMAS features

Note: As this is a BETA product, you may experience technical difficulties. Please report any errors you encounter.

<% queryBean.printTime("end"); %>