<search function="usps">
  <name>Track USPS Packages</name>
  <category>Shipping</category>
  <contributor> Steve Poirier</contributor>
  <link>http://www.usps.com/shipping/trackandconfirm.htm</link>
  <email>stevepoirier at yahoo dot com</email>
  <description>
    Track a single USPS package using a tracking number.
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
  		<tr><td>usps 9101067404020161318246</td></tr>
  	</table>
  </description>
  <form name="uspsf"
        method="post"
        action="http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do">
    <input type="hidden" name="strOrigTrackNum" value="" />
  </form>
  <script><![CDATA[
    function usps(q)
    {
      if( nullArgs("usps", q) )
        return;

      document.uspsf.strOrigTrackNum.value = q;

      submitForm(uspsf);
    }
  ]]></script>
  <copyright>
    The following applies if this file is included and distributed with Dave's Quick Search Deskbar:
    Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
  <created_by>
    This search file was initially created on 05/18/06 at 12:29:18
    by Dave's Quick Search Deskbar Search Wizard version 1.3,
    Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General Public License, Version 2
  </created_by>
</search>