function writeWeather()
{
	document.write('<meta http-equiv="Content-Type" content="text/html; charset=utf-8">')
	document.write('<table border="1" width="94%" cellpadding="0" style="border-collapse: collapse" bordercolor="#FFFFFF">')
	document.write('<tr bgcolor="#EBEBEB">')
	document.write('<td class="weather_name" style="padding-left: 5" width="84"><img border="0" src="images/weather/symbols/we.gif"> <b>Danang</b></td>')
	document.write('<td class="weather_temp">25-34°C</td>')
	document.write('</tr>')
	document.write('<tr bgcolor="#EBEBEB">')
	document.write('<td class="weather_name" style="padding-left: 5" width="84"><img border="0" src="images/weather/symbols/4.gif"> <b>Hanoi</b></td>')
	document.write('<td class="weather_temp">27-34°C</td>')
	document.write('</tr>')
	document.write('<tr bgcolor="#EBEBEB">')
	document.write('<td class="weather_name" style="padding-left: 5" width="84"><img border="0" src="images/weather/symbols/3.gif"> <b>HCMC</b></td>')
	document.write('<td class="weather_temp">24-33°C</td>')
	document.write('</tr>')
	document.write('<tr bgcolor="#EBEBEB">')
	document.write('<td class="weather_name" style="padding-left: 5" width="84"><img border="0" src="images/weather/symbols/5.gif"> <b>Hue</b></td>')
	document.write('<td class="weather_temp">25-34°C</td>')
	document.write('</tr>')
	document.write('</table>')
}
