$(document).ready(function() {
	$("#create_event").click(function() {
		window.location.href = $(this).find("div a").attr('href');
	});
});

