﻿    document.write('<table border="1" bordercolor="#f0f0f0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#FFFFFF">');
    try
    {
    	if (typeof vHanoi != "undefined")
	    	document.write('<tr><td width="70">&nbsp;&nbsp;Hà Nội</td><td align="center">&nbsp;' + dHanoi + '&deg;C</td></tr>');
	    if (typeof vHaiPhong != "undefined")
	    	document.write('<tr><td width="70">&nbsp;&nbsp;Hải Phòng</td><td align="center">&nbsp;' + dHaiPhong + '&deg;C</td></tr>');
	    if (typeof vDaNang != "undefined")
	    	document.write('<tr><td width="70">&nbsp;&nbsp;Đà Nẵng</td><td align="center">&nbsp;' + dDaNang + '&deg;C</td></tr>');
	    if (typeof vHoChiMinh != "undefined")
	    	document.write('<tr><td width="70">&nbsp;&nbsp;Saigon</td><td align="center">&nbsp;' + dHoChiMinh + '&deg;C</td></tr>');
	}
	catch (error)
	{
	    document.write('<a href="">Vinhanonline.com</a>' + error.message);
	}
      document.write('</table>');