$(document).ready(function() {

	$('.cloud_activation').click(function(){
		$('.weather_container').toggleClass('hidewidget');
	});

});

