	 function OnLoad(){
		  $("#tabs").tabs();
		  

			$("#effect").show('highlight',{} , 500, true);

		   $("#effect1").show('slide');
		   $('.slideshow2').cycle({ 
			fx:     'shuffle', 
			speed:   300, 
			timeout: 3000, 
			next:   '.slideshow2', 
			pause:   1 
			});
		   $("#accordion").accordion({ active: false, autoHeight: false, collapsible: true, navigation: true });
			$("#accordion2").accordion({autoHeight: false});
			$("#accordion3").accordion({ active: false, autoHeight: false, collapsible: true, navigation: true });


		$("#beat").heartBeat(
			{
			delayBetweenAnimation:1000, // Delay in ms between fade in and fade out. 
			delay:1000 // Time it take to do the fading animation.
			});


		$("#progressbar").progressbar({
			value: 25
		});
				$("#progressbar2").progressbar({
			value: 50
		});

		$("#progressbar3").progressbar({
			value: 75
		});

		$("#progressbar4").progressbar({
			value: 99
		});

		$("#please-wait").dialog("close");
		}
		google.setOnLoadCallback(OnLoad);

			//]]>
