function limuzynyvegaspl(id)
  {
  	object = new Image();
  	object.src = "out.php?id=" + id;
  }
