    document.write('<table class="sg-thoitiet" cellpadding="0" cellspacing="0">');
    try
    {
    	if (typeof vHanoi != "undefined")
	    	document.write('<tr><td class="sg-forexs1">&nbsp;&nbsp;' + vHanoi + '</td><td></td><td class="sg-costs1">&nbsp;' + dHanoi + '&deg;C</td></tr>');
	    if (typeof vHaiPhong != "undefined")
	    	document.write('<tr><td class="sg-forexs1">&nbsp;&nbsp;' + vHaiPhong + '</td><td></td><td class="sg-costs1">&nbsp;' + dHaiPhong + '&deg;C</td></tr>');
	    if (typeof vHue != "undefined")
	    	document.write('<tr><td class="sg-forexs1">&nbsp;&nbsp;' + vHue + '</td><td></td><td class="sg-costs1">&nbsp;' + dHue + '&deg;C</td></tr>');
	    if (typeof vDaNang != "undefined")
	    	document.write('<tr><td class="sg-forexs1">&nbsp;&nbsp;' + vDaNang + '</td><td></td><td class="sg-costs1">&nbsp;' + dDaNang + '&deg;C</td></tr>');
	    if (typeof vHoChiMinh != "undefined")
	    	document.write('<tr><td class="sg-forexs1">&nbsp;&nbsp;' + vHoChiMinh + '</td><td></td><td class="sg-costs1">&nbsp;' + dHoChiMinh + '&deg;C</td></tr>');
		if (typeof vNhaTrang != "undefined")
	    	document.write('<tr><td class="sg-forexs1">&nbsp;&nbsp;' + vNhaTrang + '</td><td></td><td class="sg-costs1">&nbsp;' + dNhaTrang + '&deg;C</td></tr>');
		if (typeof vPhuQuoc != "undefined")
	    	document.write('<tr><td class="sg-forexs1">&nbsp;&nbsp;' + vPhuQuoc + '</td><td></td><td class="sg-costs1">&nbsp;' + dPhuQuoc + '&deg;C</td></tr>');			
			document.write('<tr><td colspan="3" class="sg-costs-bot1"></td></tr>');
	}
	catch (error)
	{
	    document.write('<a href="http://www.goalvn.com/">Võ Văn An</a>' + error.message);
	}
    
    document.write('</table>');
