<!--
function visit_inbox() {
	opener.document.location.href = "usercp/inbox/";
	window.close();
}
//-->