function ShowStockVietNam()
{
	if (!AddHeader('vnStock', 'Ch&#7913;ng kho&#225;n', 3, PageHost.concat('/Service/i_Stock.gif'), 1))
		return;
	document.writeln('<table width="100%" cellspacing=0 cellpadding=0 border=0>');
	document.writeln('<tr><td><img name="IMG_Stock" width=127 alt="Bang chung khoan dien tu" src="/User/Chung-khoan/Source/quoteSmall.png" border=0></td></tr>');
	document.writeln('</table>');
	AddFooter();
}
ShowStockVietNam();