function writeWeather()
{
	document.write('<meta http-equiv="Content-Type" content="text/html; charset=utf-8">')
	document.write('<table width="100%"  border="0" cellpadding="0" cellspacing="0">')
	document.write('<tr>')
	document.write('<td height="21" background="../images/weather.gif" class="lefttitle">Thời tiết</td>')
	document.write('</tr>')
	document.write('<tr>')
	document.write('<td height="22" valign="top" background="../images/weather1.gif">')
	document.write('<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">')
	document.write('<tr>')
	document.write('<td width="53%" class="weather_name">Hà Nội</td>')
	document.write('<td width="47%" class="weather_temp">13°C-17°C</td>')
	document.write('</tr>')
	document.write('</table></td>')
	document.write('</tr>')
	document.write('<tr>')
	document.write('<td height="21" valign="top" background="../images/weather1_1.gif">')
	document.write('<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">')
	document.write('<tr>')
	document.write('<td width="53%" class="weather_name">Huế</td>')
	document.write('<td width="47%" class="weather_temp">16°C-19°C</td>')
	document.write('</tr>')
	document.write('</table></td>')
	document.write('</tr>')
	document.write('<tr>')
	document.write('<td height="22" valign="top" background="../images/weather1.gif">')
	document.write('<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">')
	document.write('<tr>')
	document.write('<td width="53%" class="weather_name">Tp.HCM</td>')
	document.write('<td width="47%" class="weather_temp">23°C-33°C</td>')
	document.write('</tr>')
	document.write('</table></td>')
	document.write('</tr>')
	document.write('<tr>')
	document.write('<td height="21" valign="top" background="../images/weather1_1.gif">')
	document.write('<table width="100%" height="100%"  border="0" cellpadding="0" cellspacing="0">')
	document.write('<tr>')
	document.write('<td width="53%" class="weather_name">Đà Nẵng</td>')
	document.write('<td width="47%" class="weather_temp">19°C-22°C</td>')
	document.write('</tr>')
	document.write('</table></td>')
	document.write('</tr>')
	document.write('<tr>')
	document.write('<td height="2" valign="top" background="../images/line.gif"></td>')
	document.write('</tr>')
	document.write('</table>')
}

