(function($){

	window.app = {
		init: function(){
			
			$("#slideshow").slideshow();
		}
	}

	app.init();
	
})(jQuery);

