// JavaScript Document

(function($){

	$(document).ready(function(){

		// set year in copyrights.
		$('.section .switch').click(
			function () {
					$(this).next().slideToggle(1000)
			});

	});

})(jQuery);


