// JScript File
<!--

function douglas(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>DOUGLAS COUNTY INCOME LIMITS</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col"><b>8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;18,450</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;21,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;23,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;26,350</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;28,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;30,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;32,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;34,800</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;29,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;33,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;37,950</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;42,150</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;45,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;48,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;52,250</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;55,650</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;35,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;39,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;43,450</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;54,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;61,150</b></td>' +
      '</tr>' +
    '</table>';
}

function columbia(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>COLUMBIA COUNTY INCOME LIMITS</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col"><b>8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;25,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;28,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;32,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;36,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;38,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;41,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;44,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,550</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;40,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;46,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,850</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;62,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;66,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;71,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;76,050</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;45,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,350</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;63,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;67,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;72,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;76,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;81,550</b></td>' +
      '</tr>' +
    '</table>';
}

function hood(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top">' +
      '<b>HOOD RIVER COUNTY INCOME LIMITS</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col"><b>8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;19,350</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;22,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;24,850</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;27,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;29,850</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;32,050</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;34,250</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;36,450</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;30,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;35,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;39,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;44,150</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;54,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;58,300</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;36,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;40,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;45,250</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;49,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;53,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;56,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;60,250</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;63,800</b></td>' +
      '</tr>' +
    '</table>';
}

function lane(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>LANE COUNTY INCOME LIMITS</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col"><b>8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;20,450</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;23,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;26,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;29,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;31,550</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;33,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;36,250</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;38,550</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;32,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;37,350</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;42,050</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;46,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;50,450</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;54,150</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;61,650</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;38,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;42,850</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,550</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;52,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;55,950</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;59,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;63,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;67,150</b></td>' +
      '</tr>' +
    '</table>';
}

function jefferson(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>JEFFERSON COUNTY INCOME LIMITS</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col"><b>8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;18,450</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;21,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;23,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;26,350</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;28,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;30,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;32,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;34,800</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;29,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;33,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;37,950</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;42,150</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;45,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;48,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;52,250</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;55,650</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;35,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;39,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;43,450</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;54,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;61,150</b></td>' +
      '</tr>' +
    '</table>';
}

function linn(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>LINN COUNTY INCOME LIMITS</b></caption>' +
      '<thead>'+
      '<tr>' +
        '<th width="43" scope="col" class="rounded-company">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col" class="rounded-q4"><b>8 PER</b></th>' +
      '</tr>' +
      '</thead>'+
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;20,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;23,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;26,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;28,950</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;31,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;33,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;35,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;38,250</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;32,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;37,050</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;41,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;46,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;50,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;53,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;61,100</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;37,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;42,550</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,150</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;55,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;59,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;62,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;66,600</b></td>' +
      '</tr>' +
    '</table>';
}

function malh(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>MALHEUR COUNTY INCOME LIMIT</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col"><b>8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;18,450</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;21,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;23,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;26,350</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;28,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;30,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;32,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;34,800</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;29,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;33,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;37,950</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;42,150</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;45,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;48,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;52,250</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;55,650</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;35,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;39,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;43,450</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;54,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;61,150</b></td>' +
      '</tr>' +
    '</table>';
}

function uma(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>UMATILLA COUNTY INCOME LIMITS</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col"><b>8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;19,050</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;21,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;24,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;27,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;29,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;31,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;33,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;35,950</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;30,450</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;34,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;39,150</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;43,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;50,450</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;53,950</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,400</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;35,950</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;40,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;44,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;49,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;52,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;55,950</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;59,450</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;62,900</b></td>' +
      '</tr>' +
    '</table>';
}

function lincoln(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>LINCOLN COUNTY INCOME LIMITS</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col"><b>8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
       '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;18,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;21,250</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;23,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;26,550</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;28,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;30,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;32,950</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;35,050</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;29,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;34,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;38,250</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;42,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;45,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;49,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;52,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;56,100</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;35,250</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;39,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;43,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;48,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;54,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;58,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;61,600</b></td>' +
      '</tr>' +
    '</table>';
}

function jackson(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>JACKSON COUNTY INCOME LIMITS</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col"><b>8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;20,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;23,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;26,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;28,850</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;31,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;33,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;35,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;38,100</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;32,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;36,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;41,550</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;46,150</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;49,850</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;53,550</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,250</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;60,900</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;37,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;42,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,050</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;55,350</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;59,050</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;62,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;66,400</b></td>' +
      '</tr>' +
    '</table>';
}

function wasco(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>WASCO COUNTY INCOME LIMITS</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col"><b>8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;18,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;21,450</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;24,150</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;26,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;28,950</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;31,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;33,250</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;35,400</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;30,050</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;34,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;38,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;42,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;46,350</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;49,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;53,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;56,650</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;35,550</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;39,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;44,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;48,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,850</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;55,250</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;58,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;62,150</b></td>' +
      '</tr>' +
    '</table>';
}

function morrow(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>MORROW COUNTY INCOME LIMITS</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col">1 PER</b></th>' +
        '<th width="64" scope="col">2 PER</b></th>' +
        '<th width="64" scope="col">3 PER</b></th>' +
        '<th width="64" scope="col">4 PER</b></th>' +
        '<th width="64" scope="col">5 PER</b></th>' +
        '<th width="64" scope="col">6 PER</b></th>' +
        '<th width="64" scope="col">7 PER</b></th>' +
        '<th width="64" scope="col">8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;18,450</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;21,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;23,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;26,350</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;28,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;30,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;32,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;34,800</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;29,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;33,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;37,950</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;42,150</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;45,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;48,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;52,250</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;55,650</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;35,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;39,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;43,450</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;54,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;61,150</b></td>' +
      '</tr>' +
    '</table>';
}

function yamhill(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>YAMHILL COUNTY INCOME LIMITS</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col"><b>8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;25,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;28,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;32,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;36,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;38,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;41,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;44,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,550</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;40,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;46,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,850</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;62,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;66,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;71,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;76,050</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;45,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,350</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;63,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;67,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;72,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;76,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;81,550</b></td>' +
      '</tr>' +
    '</table>';
}

function desh(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>DESHUTES COUNTY INCOME LIMITS</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col"><b>8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;22,950</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;26,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;29,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;32,750</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;35,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;38,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;40,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;43,250</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;36,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;41,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,150</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;52,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;56,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;60,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;65,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;69,150</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;42,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;52,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;62,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;66,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;70,500</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;74,650</b></td>' +
      '</tr>' +
    '</table>';
}

function clackamas(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>CLACKAMAS COUNTY INCOME LIMITS</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col"><b>8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;25,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;28,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;32,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;36,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;38,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;41,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;44,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,550</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;40,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;46,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,850</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;62,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;66,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;71,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;76,050</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;45,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,350</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;63,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;67,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;72,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;76,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;81,550</b></td>' +
      '</tr>' +
    '</table>';
}

function washington(){
document.getElementById('lim').innerHTML = '<table style="font-size:10pt;">' +
      '<caption align="top"><b>WASHINGTON COUNTY INCOME LIMITS</b></caption>' +
      '<tr>' +
        '<th width="43" scope="col">&nbsp;</th>' +
        '<th width="64" scope="col"><b>1 PER</b></th>' +
        '<th width="64" scope="col"><b>2 PER</b></th>' +
        '<th width="64" scope="col"><b>3 PER</b></th>' +
        '<th width="64" scope="col"><b>4 PER</b></th>' +
        '<th width="64" scope="col"><b>5 PER</b></th>' +
        '<th width="64" scope="col"><b>6 PER</b></th>' +
        '<th width="64" scope="col"><b>7 PER</b></th>' +
        '<th width="64" scope="col"><b>8 PER</b></th>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>VL</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;25,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;28,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;32,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;36,000</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;38,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;41,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;44,650</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;47,550</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>L</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;40,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;46,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,850</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;62,200</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;66,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;71,400</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;76,050</b></td>' +
      '</tr>' +
      '<tr>' +
        '<td height="28"><b>M</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;45,800</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;51,600</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;57,350</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;63,100</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;67,700</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;72,300</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;76,900</b></td>' +
        '<td><b style=\"font-weight: lighter;\">&#36;81,550</b></td>' +
      '</tr>' +
    '</table>';
}

-->


