<!--The following entity connects to a list of companies using stock ticker symbols as entity references. -->
<!ENTITY % companies SYSTEM "companies.dtd">
<!--The following entity connects to a list of states using postal abbreviations as entity references. -->
<!ENTITY % states SYSTEM "states.dtd">
<!ELEMENT DOCUMENT (#PCDATA)>
%companies;
%states;
