function writeWeather()
{
	document.write('<meta http-equiv="Content-Type" content="text/html; charset=utf-8">')
	document.write('<table width="100%" cellpadding="0" cellspacing="0">')
	document.write('<tr><td bgcolor="#DADADA" align="center">')
	document.write('<table width="96%"  border="0" cellpadding="0" cellspacing="0"><tr>')
	document.write('<td valign="top" bgcolor="#FFFFFF">')
	document.write('<table width="100%"  border="0" cellpadding="1" cellspacing="1">')
	document.write('<tr bgcolor="#F5F5F5"><td width="50%" align="left" class="leftWhiteTextBold">')
	document.write('Hà Nội</td>')
	document.write('<td class="leftWhiteTextSmall">')
	document.write('27°C-34°C')
	document.write('</td></tr>')
	document.write('<tr bgcolor="#EBEBEB"><td width="50%" align="left" class="leftWhiteTextBold">')
	document.write('Huế</td>')
	document.write('<td class="leftWhiteTextSmall">')
	document.write('25°C-34°C')
	document.write('</td></tr>')
	document.write('<tr bgcolor="#F5F5F5"><td width="50%" align="left" class="leftWhiteTextBold">')
	document.write('Tp.HCM</td>')
	document.write('<td class="leftWhiteTextSmall">')
	document.write('24°C-33°C')
	document.write('</td></tr>')
	document.write('<tr bgcolor="#EBEBEB"><td width="50%" align="left" class="leftWhiteTextBold">')
	document.write('Đà Nẵng</td>')
	document.write('<td class="leftWhiteTextSmall">')
	document.write('25°C-34°C')
	document.write('</td></tr>')
	document.write('</table></td></tr>')
	document.write('</table></td></tr></table>')
}
