   document.write('<table border="1" backcolor:#3c6e01 align="center" style="font-family:Arial, Helvetica, sans-serif; font-size:11px" cellpadding="0" cellspacing="0"  width="171">');
    try
    {
		 document.write('<tr bgcolor="#f9aa01"><td colspan="2" height="20" align="left" style="color:#fff; text-align:center"><b>M&#201;T&#201;O</b></td></tr>');
    	 document.write('<tr bgcolor="#edffd8"><td style=" text-align:left; font-size:11px" width="70"><b>Ville</b></td><td style=" text-align:center; font-size:11px"><b>Degr&#233;</b></td></tr>')
		if (typeof vHanoi != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;Hanoi</td><td style="text-align:right">&nbsp;' + dHanoi + '&deg;C</td></tr>');
	    if (typeof vHaiPhong != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;Haiphong</td><td style="text-align:right">&nbsp;' + dHaiPhong + '&deg;C</td></tr>');
	    if (typeof vHue != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;Hue</td><td style="text-align:right">&nbsp;' + dHue + '&deg;C</td></tr>');
	    if (typeof vDaNang != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;Danang</td><td style="text-align:right">&nbsp;' + dDaNang + '&deg;C</td></tr>');
	    if (typeof vHoChiMinh != "undefined")
	    	document.write('<tr><td>&nbsp;&nbsp;HoChiMinh</td><td style="text-align:right">&nbsp;' + dHoChiMinh + '&deg;C</td></tr>');
	}
	catch (error)
	{
	    document.write('<a href="http://www.webvietpro.com">http://www.webvietpro.com</a>' + error.message);
	    
	}
    
    document.write('</table>');

