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