$(function() {
	$("#events").tabs({
		fx: {
			opacity: 'toggle',
			duration: 'fast'
		}
	});
		
	// $(".home h2 span").each(function() {

		// Ensures that the three dot pattern won't ever be cut off in the middle
		// var width = $(this).width();
		// 
		// var mod = width % 15;
		// var anti_mod = 15 - mod;
		// 
		// if (mod > 5)
		// 	$(this).width(width + anti_mod);
	// });
});	