$(document).ready(function(){
	$('body').click(function(){
		tb_remove();
	});
	$('a#TB_closeWindowButton').click(function(){
		tb_remove();
		return false;
	})
});