document.write('<table cellpadding="0" cellspacing="0" border="0">');
document.write('<tr>');
document.write('<form action="http://www.empirefutures.com/quotes_charts.html">');
document.write('<td class="bcTD">');
document.write('<a href="http://www.empirefutures.com/quotes_charts.html?page=lookup">Enter Symbol:</a> &nbsp;');
document.write('<input type="text" name="sym" size="5" maxlength="10" value="" class="bcInput">');
document.write(' <input type="submit" value="Get" class="bcSubmit">');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="right" class="bcTD">');
document.write('<input type="radio" name="page" value="quote" checked="yes">Quote&nbsp;&nbsp;');
document.write('<input type="radio" name="page" value="chart">Chart&nbsp;&nbsp;');
document.write('<input type="radio" name="page" value="optqte">Option');
document.write('</td>');
document.write('</form>');
document.write('</tr>');
document.write('</table>');