$(document).ready(function() {
	$('.close-link').click(function() {
		tb_remove();
	});
});