$(function(){
  $('form').submit(function(){
    _gaq.push(['_linkByPost', this, true]);
  });
});

$(function(){
  $('a').filter(function() {
    return this.hostname && this.hostname !== location.hostname && "www.studio-yoggy.com yoggy.mobi yoggy-beauty.com".indexOf(this.hostname)!=-1
  }).click(function(){
    _gaq.push(['_link', this.href, true]);
    return false;
  });
});

$(function(){
  var filetypes = /\.(zip|exe|pdf|doc*|xls*|ppt*|mp3)$/i;
  $('a').each(function(){
    var href = $(this).attr('href');
    if (href && href.match(filetypes)){
      $(this).click(function() {
        var filePath = href.replace(/^https?\:\/\/[^\/]+/i, '');
        _gaq.push(['_trackPageview', filePath]);
      });
    }
  });
}); 

