window.onload = function(){
	document.getElementById('wt-date1').innerHTML = "8日(水)";
	document.getElementById('wt-icon1').src="http://image.weather.livedoor.com/img/icon/2.gif";
	document.getElementById('wt-icon1').alt="晴時々曇";
	document.getElementById('wt-kion1').innerHTML = "9℃/5℃";
	document.getElementById('wt-date2').innerHTML = "9日(木)";
	document.getElementById('wt-icon2').src="http://image.weather.livedoor.com/img/icon/2.gif";
	document.getElementById('wt-icon2').alt="晴時々曇";
	document.getElementById('wt-kion2').innerHTML = "7℃/0℃";
}

