﻿// JScript File code by blackyaa
function ShowGoldPrice(){
	var sHTML = '';	
	document.writeln('<div style="text-align:right;font:bold 10px arial;padding-right:8px;padding-bottom:5px">ĐVT: tr.&#273;/l&#432;&#7907;ng</div>');
	document.writeln('<table border="1" cellpadding="0" cellspacing="0" width="90%" bgcolor="#FFFFFF" style="border-collapse:collapse;">');
	document.writeln('	<tr>'); 
	document.writeln('		<td class="td-weather-title" style="font-size:10px;width:30%;">&nbsp;Lo&#7841;i</td>');
	document.writeln('		<td class="td-weather-title" style="text-align:center;font-size:10px;width:35%;">Mua</td>');
	document.writeln('		<td class="td-weather-title" style="text-align:center;font-size:10px;width:35%;">B&#225;n</td>');
	document.writeln('	</tr>');
	document.writeln('	<tr>');
	document.writeln('		<td class="td-weather-title">&nbsp;SBJ</td>');
	document.writeln('		<td class="td-weather-data txtr">&nbsp;');
	document.writeln(vGoldSbjBuy);
	document.writeln('</td>');
	document.writeln('		<td class="td-weather-data txtr">&nbsp;');
	document.writeln(vGoldSbjSell);
	document.writeln('</td>');
	document.writeln('	</tr>');
	document.writeln('	<tr>');
	document.writeln('		<td class="td-weather-title">&nbsp;SJC</td>');
	document.writeln('		<td class="td-weather-data txtr">&nbsp;');
	document.writeln(vGoldSjcBuy);
	document.writeln('</td>');
	document.writeln('		<td class="td-weather-data txtr">&nbsp;');
	document.writeln(vGoldSjcSell);
	document.writeln('</td>');
	document.writeln('	</tr>');
	document.writeln('</table>');
	//gmobj('eGold').innerHTML = sHTML;
}
ShowGoldPrice();
