function ToonTeller(id, pass)
{
  document.write("<img src='" + teller_root + "/count.php?id=" + id + "&pass=" + pass + "' width='1' height='1' alt=''>");
}

