$(document).ready(function() { 
  // booking links in header and footer have class count
  $('a.count').click(function(){
    // load ad pixel
    var img = new Image();
    $(img).attr('src','http://ad.yieldmanager.com/pixel?id=726269&t=2');
  });
});
