	$(document).ready(function() {
		
		$('#ftrl').click(function() {
			$('#ftb').remove();
			return false;
		});

		
	});
