jQuery(document).ready(function($){

	$('#flash-intro').flash({swf:'/wp-content/themes/starting_point/videos/kidsdance-movie-d2.swf', height: 301, width: 610});
	$("#party-accordian").accordion({ header: "h3" });
	
	$('#cycle').cycle({
		fx: 'fade'
	});
	
});
