$(document).ready(function() {
	$("#thefuturists-are").tabs({ selected: null });
	$("#thefuturists-are ul li a").click(function () {
		$("#member-select").hide();
		return false;
	});
});
