$('document').ready(function () {
	$('#TB_window').live('load', function() {
		alert('loaded');
	});
});
