function getAppletTags()
{
  document.write('<APPLET name="calculator" code="Payroll.class" align="baseline" WIDTH="559" HEIGHT="475" archive="dinkytown.jar"  codebase="/java">')
  document.write('<PARAM name="GROSS_EARNINGS1"          value="1000">')
  document.write('<PARAM name="RETIRE_PLAN_PERCENT1" value="5.0">')
  document.write('<PARAM name="PRE_OTHER1" value="0">')
  document.write('<PARAM name="POST_TAX1" value="0">')
  document.write('<PARAM name="STATE_TAX1" value="6">')
  document.write('<PARAM name="POST_REIMBURSE1" value="0">')
  document.write('<PARAM name="WITHHOLD_COUNT1" value="2">')
  document.write('<PARAM name="GROSS_EARNINGS2"          value="1000">')
  document.write('<PARAM name="RETIRE_PLAN_PERCENT2" value="5.0">')
  document.write('<PARAM name="PRE_OTHER2" value="0">')
  document.write('<PARAM name="POST_TAX2" value="0">')
  document.write('<PARAM name="STATE_TAX2" value="6">')
  document.write('<PARAM name="POST_REIMBURSE2" value="0">')
  document.write('<PARAM name="WITHHOLD_COUNT2" value="2">')
  document.write('<PARAM name="BACKGROUND" value="background.jpg">')
  document.write('<PARAM name="BACKGROUND_COLOR" value="DBE2F5">')
  document.write('<PARAM name="COLOR1" value="DBE2F5">')
  document.write('<PARAM name="COLOR2" value="CDD6F1">')
  document.write('<PARAM name="GRAPHCOLOR1" value="E76E2D">')
  document.write('<PARAM name="GRAPHCOLOR2" value="AAD333">')
  document.write('<PARAM name="GRAPHCOLOR3" value="3162FA">')
  document.write('<PARAM name="GRAPHCOLOR4" value="8b31fa">')
  document.write('<PARAM name="BORDER" value="NONE">')
  document.write('<PARAM name="BORDER_COLOR" value="000000">')
  document.write('<PARAM name="BORDER_WIDTH" value="2">')
  document.write('<PARAM name="TEXT_FOR_REPORT" value="<HTML>')
}
