function writeCurrency()
{
	document.write('<meta http-equiv="Content-Type" content="text/html; charset=utf-8">')
	document.write('<table border="1" cellpadding="0" width="94%" style="border-collapse: collapse" bordercolor="#FFFFFF">')
	document.write('<tr bgcolor="#EBEBEB" height="18">')
	document.write('<td class="currency_name" width="84">CAD</td>')
	document.write('<td class="currency_number" align="right" nowrap>18,619 VND</td>')
	document.write('</tr>')
	document.write('<tr bgcolor="#EBEBEB" height="18">')
	document.write('<td class="currency_name" width="84">EUR</td>')
	document.write('<td class="currency_number" align="right" nowrap>25,119 VND</td>')
	document.write('</tr>')
	document.write('<tr bgcolor="#EBEBEB" height="18">')
	document.write('<td class="currency_name" width="84">GBP</td>')
	document.write('<td class="currency_number" align="right" nowrap>30,188 VND</td>')
	document.write('</tr>')
	document.write('<tr bgcolor="#EBEBEB" height="18">')
	document.write('<td class="currency_name" width="84">JPY</td>')
	document.write('<td class="currency_number" align="right" nowrap>232 VND</td>')
	document.write('</tr>')
	document.write('<tr bgcolor="#EBEBEB" height="18">')
	document.write('<td class="currency_name" width="84">SGD</td>')
	document.write('<td class="currency_number" align="right" nowrap>14,562 VND</td>')
	document.write('</tr>')
	document.write('<tr bgcolor="#EBEBEB" height="18">')
	document.write('<td class="currency_name" width="84">USD</td>')
	document.write('<td class="currency_number" align="right" nowrap>19,500 VND</td>')
	document.write('</tr>')
	document.write('</table>')
}
