function TB_reloader(title, href, rel) {
	TB_remove();
	setTimeout("TB_show(\""+title+"\", \""+href+"\", false)",500);
}