/**
 * 
 */

	$(document).ready(function() {
		
//	 $("body").css('background-color', $('.ui-widget-header:first").css("background-color") + ' !important;');

		
		// $("#headerDiv").effect("bounce", { times:5 }, 300);
		$("#debug").html( "color = " + $("body").css("background-color")   );
		
		//$("body").css('background-color', $(".ui-widget-header:first").css("background-color") );
		//$("body").css('background-color', "#333333") ;
		$('#date').datepicker();
		
		$('#tabMain').tabs();
		
		$('#tabMain').tabs({
		    load: function(event, ui) {
		    	// set so links within a panel load within that panel
		        $('a', ui.panel).click(function() {
		        	alert("loading" + this.href)
		            $(ui.panel).load(this.href);
		            return false;
		        });
		    }
		});
		
		
		/*
		function wxCurrentLoaded() {
			alert("wxcurrent.html loaded")
			getCurrWxIndy();
		};
*/
		
 

		




	});
