function giavang()
{
	document.write('<CENTER>')
	document.write('<table width="96%" border="0" cellspacing="0" cellpadding="3" style="font:normal 11px tahoma; color:#000000; border:1px solid #ccc;">')
	document.write('<tr><td height="20" align="center" style="border: 1px solid #ccc; border-top:0px; border-left:0px;"><strong>Loại</strong></td><td align="center" style="border: 1px solid #ccc; border-top:0px; border-left:0px;"><strong>Mua</strong></td><td align="center" style="border-bottom: 1px solid #ccc;"><strong>Bán</strong></td></tr>');
	if (typeof(vGoldSbjBuy) !='undefined')
		document.writeln(' <tr><td height="20" align="left" style="border: 1px solid #ccc; border-top:0px; border-left:0px;">SBJ</td><td align="right" style="border: 1px solid #ccc; border-top:0px; border-left:0px;">'+vGoldSbjBuy+'</td><td align="right" style="border-bottom: 1px solid #ccc;">'+vGoldSbjSell+'</td></tr>');
	if (typeof(vGoldSjcBuy) !='undefined')
		document.writeln(' <tr><td height="20" align="left" style="border: 1px solid #ccc; border-top:0px; border-left:0px;">SJC</td><td align="right" style="border: 1px solid #ccc; border-top:0px; border-left:0px;">'+vGoldSjcBuy+'</td><td align="right" style="border-bottom: 1px solid #ccc;">'+vGoldSjcSell+'</td></tr>');
	document.write(' <tr><td height="20" colspan="3" align="center"><em>(Nguồn: <img src="http://vinalaf.vn/js/logoSb.gif" width="80" height="9" />)</em></td></tr>')	
	document.write('</Table>')
	document.write('</CENTER>')
}

function giavang2()
{
	document.write('<CENTER>')
	document.write('<table width="96%" border="0" cellspacing="0" cellpadding="3" style="font:normal 11px tahoma; color:#666; border:1px solid #ccc;">')
	document.write('<tr><td height="20" align="center" style="border: 1px solid #ccc; border-top:0px; border-left:0px;"><strong>Loại</strong></td><td align="center" style="border: 1px solid #ccc; border-top:0px; border-left:0px;"><strong>Buy</strong></td><td align="center" style="border-bottom: 1px solid #ccc;"><strong>Sell</strong></td></tr>');
	if (typeof(vGoldSbjBuy) !='undefined')
		document.writeln(' <tr><td height="20" align="left" style="border: 1px solid #ccc; border-top:0px; border-left:0px;">SBJ</td><td align="right" style="border: 1px solid #ccc; border-top:0px; border-left:0px;">'+vGoldSbjBuy+'</td><td align="right" style="border-bottom: 1px solid #ccc;">'+vGoldSbjSell+'</td></tr>');
	if (typeof(vGoldSjcBuy) !='undefined')
		document.writeln(' <tr><td height="20" align="left" style="border: 1px solid #ccc; border-top:0px; border-left:0px;">SJC</td><td align="right" style="border: 1px solid #ccc; border-top:0px; border-left:0px;">'+vGoldSjcBuy+'</td><td align="right" style="border-bottom: 1px solid #ccc;">'+vGoldSjcSell+'</td></tr>');
	document.write(' <tr><td height="20" colspan="3" align="center"><em>(Source: <img src="http://vinalaf.vn/js/logoSb.gif" width="80" height="9" />)</em></td></tr>')	
	document.write('</Table>')
	document.write('</CENTER>')
}
