function writeCurrency()
{
	document.write('<meta http-equiv="Content-Type" content="text/html; charset=utf-8">')
	document.write('<table border="1" cellpadding="3" width="96%" style="border-collapse: collapse" bordercolor="#DAF0FB">')
	document.write('<tr bgcolor="#C2EDFE" height="18">')
	document.write('<td class="currency_name" width="84">CAD</td>')
	document.write('<td class="currency_number" align="right" nowrap>21 VND</td>')
	document.write('</tr>')
	document.write('<tr bgcolor="#C2EDFE" height="18">')
	document.write('<td class="currency_name" width="84">EUR</td>')
	document.write('<td class="currency_number" align="right" nowrap>27 VND</td>')
	document.write('</tr>')
	document.write('<tr bgcolor="#C2EDFE" height="18">')
	document.write('<td class="currency_name" width="84">GBP</td>')
	document.write('<td class="currency_number" align="right" nowrap>33 VND</td>')
	document.write('</tr>')
	document.write('<tr bgcolor="#C2EDFE" height="18">')
	document.write('<td class="currency_name" width="84">SGD</td>')
	document.write('<td class="currency_number" align="right" nowrap>17 VND</td>')
	document.write('</tr>')
	document.write('<tr bgcolor="#C2EDFE" height="18">')
	document.write('<td class="currency_name" width="84">USD</td>')
	document.write('<td class="currency_number" align="right" nowrap>20 VND</td>')
	document.write('</tr>')
	document.write('<tr bgcolor="#C2EDFE" height="18">')
	document.write('<td class="currency_name" width="84">YEN</td>')
	document.write('<td class="currency_number" align="right" nowrap>277 VND</td>')
	document.write('</tr>')
	document.write('</table>')
}

