function loadHPWeather() {
	//$('#hp_weather_wrapper').html('Loading weather...',function() {
		$('#hp_weather_wrapper').load('/classes/weather_jquery/wj.php?m=hpt');
	//})

}