var Text = ''

Text += '<table BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH="100%" style="border-top:1px solid black;border-left:1px solid black;border-right:1px solid black;border-bottom:1px solid black;">'
Text += '<tr BGCOLOR="#C0C0C0">'
Text += '<td ALIGN=CENTER width="18%" class="contentsmall" height=10 style="border-top:1px solid black;border-left:1px solid black;border-right:1px solid black;"><b>Tenor<br>(Months)</b></td>'
Text += '<td VALIGN=TOP WIDTH="31%" style="border-top:1px solid black;border-right:1px solid black;" align="center" class="contentsmall">'
Text += '<b>Interest Rates*<br>(% per annum)</b>'
Text += '</td>'
Text += '<td VALIGN=TOP WIDTH="21%" style="border-top:1px solid black;border-right:1px solid black;" align="center" class="contentsmall">'
Text += '<b>Maturity Bonus*<br>(%)</b>'
Text += '</td>'
Text += '<td VALIGN=TOP WIDTH="30%"  style="border-top:1px solid black;border-right:1px solid black;" align="center" class="contentsmall">'
Text += '<b>Effective Rate<br>(% per annum)</b>'
Text += '</td>'
Text += '</tr>'
Text += '<tr BGCOLOR="#FFFFCC">'
Text += '<td ALIGN=CENTER VALIGN=center class="contentsmall" style="border-top:1px solid black;border-left:1px solid black;border-right:1px solid black;">6</td>'
Text += '<td VALIGN=TOP WIDTH="18%" style="border-top:1px solid black;border-right:1px solid black;" align="center" class="contentsmall">'
Text += '0.385'
Text += '</td>'
Text += '<td VALIGN=TOP WIDTH="18%"  style="border-top:1px solid black;border-right:1px solid black;" align="center" class="contentsmall">'
Text += '5.000'
Text += '</td>'
Text += '<td VALIGN=TOP WIDTH="18%"  style="border-top:1px solid black;border-right:1px solid black;" align="center" class="contentsmall">'
Text += '0.40'
Text += '</td>'
Text += '</tr>'
Text += '<tr BGCOLOR="#FFFFCC">'
Text += '<td ALIGN=CENTER VALIGN=center class="contentsmall" style="border-top:1px solid black;border-left:1px solid black;border-right:1px solid black;">8</td>'
Text += '<td VALIGN=TOP WIDTH="18%" style="border-top:1px solid black;border-right:1px solid black;" align="center" class="contentsmall">'
Text += '0.385'
Text += '</td>'
Text += '<td VALIGN=TOP WIDTH="18%"  style="border-top:1px solid black;border-right:1px solid black;" align="center" class="contentsmall">'
Text += '5.000'
Text += '</td>'
Text += '<td VALIGN=TOP WIDTH="18%"  style="border-top:1px solid black;border-right:1px solid black;" align="center" class="contentsmall">'
Text += '0.40'
Text += '</td>'
Text += '</tr>'
Text += '<tr BGCOLOR="#FFFFCC">'
Text += '<td ALIGN=CENTER VALIGN=center class="contentsmall" style="border-top:1px solid black;border-left:1px solid black;border-right:1px solid black;border-bottom:1px solid black;">9</td>'
Text += '<td VALIGN=TOP WIDTH="18%" style="border-top:1px solid black;border-right:1px solid black;border-bottom:1px solid black;" align="center" class="contentsmall">'
Text += '0.430'
Text += '</td>'
Text += '<td VALIGN=TOP WIDTH="18%"  style="border-top:1px solid black;border-right:1px solid black;border-bottom:1px solid black;" align="center" class="contentsmall">'
Text += '5.000'
Text += '</td>'
Text += '<td VALIGN=TOP WIDTH="18%"  style="border-top:1px solid black;border-right:1px solid black;border-bottom:1px solid black;" align="center" class="contentsmall">'
Text += '0.45'
Text += '</td>'
Text += '</tr>'
Text += '</table>'
Text += '<div align=justify>*Applicable to depositors aged 40 years old and above. For deposit amount of S$50,001 to S$999,999. No premature withdrawal penalty. Depositors are entitled the Maturity Bonus on the Fixed Deposit Interest earned when they complete the 6-month, 8-month, or 9-month Fixed Deposit term. Terms and conditions apply.</div>'

Text += '<br><span class="contentsmall">Note: Rates are only indicative and are subject to change at any time without prior notice.</span>'

document.write (Text)
