﻿/*тестируем*/

$(function() {
  $('a').bind('click', function(event) {
    href= $(this).attr('href');
    if (href.indexOf('.yandex.ru/count')>=0)
      $.post('/ajax/registeradvertclick.php', {type: 1, url: location.pathname}, function (data) {} );
    if (href.indexOf('http://googleads.g.')>=0)
      $.post('/ajax/registeradvertclick.php', {type: 2, url: location.pathname}, function (data) {} );
/*    
    
    
      alert('yandex');
    else
      event.stopImmediatePropagation();*/
  }
  );
})
