
$(document).ready(function(){
	/*$('#lnkForecast').click(function() {
	  if ($('#divForecast').is(':hidden')){
		  $('#divForecast').slideDown('slow', function() {});
	   } else {
		  $('#divForecast').slideUp('slow', function() {});
	   }
	  $(this).text($(this).text() == 'Show 7 Day Forecast' ? 'Hide 7 Day Forecast' : 'Show 7 Day Forecast');
	});*/
});
