var afKey;
var searchLabel;
document.write('<form action="http://www.tias.com/cgi-bin/search.fcgi" method="get" target="_blank">');
document.write('        <input type="Hidden" name="service" value="afkey' + afKey + '"><input type="HIDDEN" name="max"');
document.write('        value="50"><input type="HIDDEN" name="noResultPageTemplate" value="NoResultPage2.html"><input');
document.write('        type="HIDDEN" name="resultPageTemplate" value="ResultPage2.html"><input type="HIDDEN"');
document.write('        name="resultItemTemplate" value="CatResultItem.txt"><input type="HIDDEN"');
document.write('        name="resultTableTemplate" value="CatResultTable2.txt"><input type="HIDDEN"');
document.write('        name="itemResultPageTemplate" value="ResultPage.html"><input type="HIDDEN"');
document.write('        name="itemResultItemTemplate" value="ResultItem2.txt"><input type="HIDDEN"');
document.write('        name="itemResultTableTemplate" value="ResultTable.txt"><input type="HIDDEN"');
document.write('        name="bothSearch" value="1"><input type="HIDDEN" name="matchAll" value="1">');
document.write('<table>');
document.write('  <tr>');
document.write('    <td colspan="2"><center><B>' + searchLabel);
document.write('        </center></b></td>');
document.write('    </tr>');
document.write('  <tr>');
document.write('    <td colspan="2"><center>Search for ');
document.write('        it @ TIAS.com</center></td>');
document.write('    </tr>');
document.write('   <tr>');
document.write('      <td align="right"><input name="searchText" size="30"></td>');
document.write('      <td align="left"><input type="submit" name="search" value="Find"></td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td colspan="2">');
document.write('        <p align="center"><font size="1">Over a half a million unique items await you!</font></p></td>');
document.write('    </tr>');
document.write('  </table></form>');
  
