$(document).ready(function() {
	$('.slideshow').flexslider({
		animation: "slide",
		slideshow: true,
		slideshowSpeed: 7000,
		animationDuration: 300,
		directionNav: false,
		touchSwipe: true,
		randomize: false,
		pauseOnAction: true,
		pauseOnHover: true,
		controlsContainer: ".slideshow-container"
	});	
	$("#twitter-feed").tweet({
        join_text: "auto",
        username: "on_stage_dance",
        avatar_size: 0,
        count: 3,
        loading_text: "loading tweets...",
        template: "{text} &ndash; {time}"
      });
});
