function out(id)
{
 var img = new Image();
 img.src = 'rank_out.php?id=' + id;
 return true;
}
