function ShowWeather()
{
	function AddCityWeather(City, Degree)
	{
		//document.writeln('<tr bgcolor="#FFFFFF"><td class=BoxItem>&nbsp;', Trim(City) , '</font></td><td class=BoxItem align=right>', Trim(Degree), '&nbsp;&#176;&nbsp;</td></tr>');
		//document.writeln('<tr><td><font class=LbThoiTiet>&nbsp;', Trim(City) , '</font></td><td class=LbThoiTiet align=right>', Trim(Degree), '&nbsp;&#176;&nbsp;</td></tr>');
		document.writeln('<tr><td width="46%" class="thoitiet">&nbsp;', Trim(City) , '</td><td class=thoitiet align=right>', Trim(Degree), '&nbsp;&#176;&nbsp;</td></tr>');
	}

	//if (!AddHeader('Weather', 'Th&#7901;i ti&#7871;t', 3, PageHost.concat('/DesktopModules/PHUONGNTT_Weather/ThoiTiet.JPG')))
	//return;
    //document.writeln('<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#FF00FF"><tr ><td align=center ><img src="', PageHost.concat('/DesktopModules/PHUONGNTT_Weather/ThoiTiet.JPG'),'"></td></tr>')
	//document.writeln('<table border="0" width="100%" cellspacing="3" cellpadding="0" bgcolor=#4E8DB8><tr >')
//	document.writeln('<td align=center ><img src="', PageHost.concat('/DesktopModules/PHUONGNTT_Weather/ThoiTiet.JPG'),'"></td></tr>')
//	document.writeln('<tr><td><table border="1" width="100%" cellspacing="0" bordercolor =#FFFFFF  >')
//	if (typeof(vHanoi)!='undefined'     && typeof(dHanoi)    !='undefined') AddCityWeather(vHanoi, dHanoi);
//	if (typeof(vHaiPhong)!='undefined'       && typeof(dHaiPhong)      !='undefined') AddCityWeather(vHaiPhong, dHaiPhong);
//	if (typeof(vDaNang)!='undefined'    && typeof(dDaNang)   !='undefined') AddCityWeather(vDaNang, dDaNang);
//	if (typeof(vHoChiMinh)!='undefined' && typeof(dHoChiMinh)!='undefined') AddCityWeather(vHoChiMinh, dHoChiMinh);
//	document.writeln('</table></td></tr></table>')
	//document.writeln('<tr bgcolor="#ffffff"><td colspan=2 class=BoxItem align=center><i>(Ngu?n: Trung tâm d? báo khí t??ng QG -  )</td></tr>');
	//AddFooter();
	
	
	   document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr>')
	  
       document.writeln('<tr><td align="center" bgcolor="#98DAEA" style="padding-bottom:7px"><TABLE class="LbThoiTiet" style="BORDER-TOP-STYLE: solid; BORDER-BOTTOM: 0px solid; BORDER-RIGHT-STYLE: solid; BORDER-LEFT-STYLE: solid; BORDER-COLLAPSE: collapse" borderColor=#FFFFFF cellSpacing=0 cellPadding=1 width="94%" border=1> <TBODY>')
       if (typeof(vHanoi)!='undefined'     && typeof(dHanoi)    !='undefined') AddCityWeather(vHanoi, dHanoi);
	   if (typeof(vHaiPhong)!='undefined'       && typeof(dHaiPhong)      !='undefined') AddCityWeather(vHaiPhong, dHaiPhong);
	   if (typeof(vDaNang)!='undefined'    && typeof(dDaNang)   !='undefined') AddCityWeather(vDaNang, dDaNang);
	   if (typeof(vHoChiMinh)!='undefined' && typeof(dHoChiMinh)!='undefined') AddCityWeather(vHoChiMinh, dHoChiMinh);
       document.writeln('</TBODY></TABLE></td></tr><tr><td height="10" bgcolor="#98DAEA"></td></tr></tr><tr><td height="1" bgcolor="#ffffff"></td></tr></table>')

}
ShowWeather();
