﻿// JScript File code by blackyaa
function ShowGoldPrice(){
	var sHTML = '';	
	document.writeln('<table border="1" cellpadding="0" cellspacing="0" width="118"   align="center" class="tablelist">  ');
	document.writeln('	<tr >'); 
	document.writeln('		<td  width="30%" align="left">Lo&#7841;i</td>');
	document.writeln('		<td  align="center" >Mua</td>');
	document.writeln('		<td  align="center">B&#225;n</td>');
	document.writeln('	</tr>');
	document.writeln('	<tr >');
	document.writeln('		<td  >SBJ</td>');
	document.writeln('		<td >');
	document.writeln(vGoldSbjBuy);
	document.writeln('</td>');
	document.writeln('		<td >');
	document.writeln(vGoldSbjSell);
	document.writeln('</td>');
	document.writeln('	</tr >');
	document.writeln('	<tr >');
	document.writeln('		<td >SJC</td>');
	document.writeln('		<td >');
	document.writeln(vGoldSjcBuy);
	document.writeln('</td>');
	document.writeln('		<td >');
	document.writeln(vGoldSjcSell);
	document.writeln('</td>');
	document.writeln('	</tr>');
	
	

	document.writeln('</table>');
	//gmobj('eGold').innerHTML = sHTML;
}
ShowGoldPrice();
