﻿function writeWeather()
{
	document.write('<meta http-equiv="Content-Type" content="text/html; charset=utf-8">')
	document.write('<table border="0" width="98%" cellpadding="1" cellspacing="1">')
	document.write('<tr  bgcolor="#f5f5f5">')
	document.write('<td align="center" width="52%"><b>Hà Nội</b></td>')
	document.write('<td align="center" width="48%">27-34°C</td>')
	document.write('</tr>')
	document.write('<tr  bgcolor="#ebebeb">')
	document.write('<td class="smallfont" align="center" width="52%"><b>Huế</b></td>')
	document.write('<td class="smallfont" align="center" width="48%">25-34°C</td>')
	document.write('</tr>')
	document.write('<tr  bgcolor="#f5f5f5">')
	document.write('<td align="center" width="52%"><b>Tp.HCM</b></td>')
	document.write('<td align="center" width="48%">24-33°C</td>')
	document.write('</tr>')
	document.write('<tr  bgcolor="#ebebeb">')
	document.write('<td class="smallfont" align="center" width="52%"><b>Đà Nẵng</b></td>')
	document.write('<td class="smallfont" align="center" width="48%">25-34°C</td>')
	document.write('</tr>')
	document.write('</table>')
}
