function writeCurrency()
{
	document.write('<meta http-equiv="Content-Type" content="text/html; charset=utf-8">')
	document.write('<table width="100%" cellpadding="0" cellspacing="0">')
	document.write('<tr><td bgcolor="#DADADA" align="center">')
	document.write('<table width="96%"  border="0" cellpadding="0" cellspacing="0"><tr>')
	document.write('<td valign="top" bgcolor="#FFFFFF">')
	document.write('<table width="100%"  border="0" cellpadding="1" cellspacing="1">')
	document.write('<tr bgcolor="#F5F5F5"><td width="50%" align="left" class="leftWhiteTextBold">')
	document.write('CAD</td>')
	document.write('<td class="leftWhiteTextSmall">')
	document.write('21')
	document.write('</td></tr>')
	document.write('<tr bgcolor="#EBEBEB"><td width="50%" align="left" class="leftWhiteTextBold">')
	document.write('EUR</td>')
	document.write('<td class="leftWhiteTextSmall">')
	document.write('27')
	document.write('</td></tr>')
	document.write('<tr bgcolor="#F5F5F5"><td width="50%" align="left" class="leftWhiteTextBold">')
	document.write('GBP</td>')
	document.write('<td class="leftWhiteTextSmall">')
	document.write('33')
	document.write('</td></tr>')
	document.write('<tr bgcolor="#EBEBEB"><td width="50%" align="left" class="leftWhiteTextBold">')
	document.write('SGD</td>')
	document.write('<td class="leftWhiteTextSmall">')
	document.write('17')
	document.write('</td></tr>')
	document.write('<tr bgcolor="#F5F5F5"><td width="50%" align="left" class="leftWhiteTextBold">')
	document.write('USD</td>')
	document.write('<td class="leftWhiteTextSmall">')
	document.write('20')
	document.write('</td></tr>')
	document.write('<tr bgcolor="#EBEBEB"><td width="50%" align="left" class="leftWhiteTextBold">')
	document.write('YEN</td>')
	document.write('<td class="leftWhiteTextSmall">')
	document.write('277')
	document.write('</td></tr>')
	document.write('</table></td></tr>')
	document.write('</table></td></tr></table>')
}

