jQuery(document).ready(function(){
	
	<!--WRAP LINK AROUND WEATHER WIDGET ICONS-->
	$(".qc_obs_icon").wrap("<a href='http://www.sacandagalife.com/adirondack-region-weather/' title='Click for Sacandaga Lake Weather' class='weather-widget'></a>");
	
	<!--MAKE TD CLICKABLE AROUND WEATHER TEMP & CONDITIONS-->
	$(".qc_obs_temp").click( function(event) { window.location = "http://www.sacandagalife.com/adirondack-region-weather/"; event.preventDefault(); });	
	$(".qc_obs_condition").click( function(event) { window.location = "http://www.sacandagalife.com/adirondack-region-weather/"; event.preventDefault(); });	
	
});
