$(document).ready(function () {
	
	$('#popup a:last').click(function () {
		$('#popup').hide();
	});
	
});