function g_weather(){
	$('.gw_forecast').click(function(){
		$('.gw_recent').toggle();
		$('.gw_weekly').toggle();
		return false;
	});
}