temporary fix, open wrapper.html
replace:
function out(link,username)
//<![CDATA[
{ link.setAttribute('href','{$list_url}/index.php?a=out&u=' + username+'&go='+link.getAttribute('href'));
}
//]]>
with:
function out(username)
//<![CDATA[
{
image = new Image();
image.src=...