/* functions.js */


function register() {
  var url = "http://aha.w-ru.com/registration_approved.html";
  window.location.href = url;
}


function enter() {
  var url = "http://aha.w-ru.com/";
  window.location.href = url;
}


function counters() {
  var kmindex = new Image();
  kmindex.src = "http://counting.kmindex.ru/0.gif?uid=153476&r=" + escape(document.referrer) + "&" + Math.random();
  var li = new Image();
  li.src = "http://counter.yadro.ru/hit?t38.13;r" + escape(document.referrer) + ((typeof(screen) == "undefined") ? "" : ";s" + screen.width + "*" + screen.height + "*" + (screen.colorDepth ? screen.colorDepth : screen.pixelDepth)) + ";u" + escape(document.URL) + ";" + Math.random();
  var rambler = new Image();
  rambler.src = "http://counter.rambler.ru/top100.cnt?1612083";
}

