function logout() {
	$.ajax({
  		url: 'require/logout.php',
  		success: function(data) {
    	$('#top_content').html(data);
  		}
	});
}
