
function annuOut(id)
{
 (new Image()).src="/annuout.php?id="+id;
 return true;
}

