$j(document).ready(function() {
	$j(".close").click(function(){
		parent.tb_remove();
		return false;
	});
});
