// JavaScript for WeatherBox

weatherBox = 0;

function hideWeatherBox() {
	weatherBox = document.getElementById('weatherBox');
	weatherBox.style.visibility = 'hidden';
}