$(function () {
	$('#getStarted h2').click(function () {
		window.location.href = $('#join a').attr('href');
	});
});