document.writeln('<div id="rates_widget">');
document.writeln('  <h2>Compare Deposit Rates</h2>');
document.writeln('  <form name="top_cd_rates_form" id="top_cd_rates_widget_form" action="/articles/cd-rates" method="get">');
document.writeln('    <label for="top_cd_rates_widget_product"><a href="/articles/cd-rates">CD Rates:</a></label>');
document.writeln('    <select id="top_cd_rates_widget_product" name="product">');
document.writeln('      <option value="13">3 Month CD</option>');
document.writeln('      <option value="14">6 Month CD</option>');
document.writeln('      <option value="15" selected="selected">1 Year CD</option>');
document.writeln('      <option value="16">2 Year CD</option>');
document.writeln('      <option value="18">3 Year CD</option>');
document.writeln('      <option value="19">5 Year CD</option>');
document.writeln('      <option value="22">3 Month Jumbo CD</option>');
document.writeln('      <option value="23">6 Month Jumbo CD</option>');
document.writeln('      <option value="24">1 Year Jumbo CD</option>');
document.writeln('      <option value="162">2 Year Jumbo CD</option>');
document.writeln('      <option value="26">5 Year Jumbo CD</option>');
document.writeln('    </select>');
document.writeln('    <input id="top_cd_rates_widget_go" name="go" type="image" src="/rate_tables/go_button.png" value="Go" alt="Go" />');
document.writeln('  </form>');
document.writeln('  <form name="top_mma_rates_form" id="top_mma_rates_widget_form" action="/articles/high-yield-savings-accounts-rates.html" method="get">');
document.writeln('    <label for="top_mma_rates_widget_product"><a href="/articles/top-5-online-banks-savings-or-checking-accounts.html">Money Market Rates:</a></label>');
document.writeln('    <select id="top_mma_rates_widget_product" name="product">');
document.writeln('      <option value="33" selected="selected">up to $10K</option>');
document.writeln('      <option value="34">$10K+</option>');
document.writeln('      <option value="35">$25K+</option>');
document.writeln('      <option value="36">$50K+</option>');
document.writeln('      <option value="37">$100K+</option>');
document.writeln('    </select>');
document.writeln('    <input id="top_mma_rates_widget_go" name="go" type="image" src="/rate_tables/go_button.png" value="Go" alt="Go" />');
document.writeln('  </form>');
document.writeln('</div>');

