jQuery(document).ready(function(){
  jQuery('#sidebar-navigation ul li a').bind('click',function(event){
    trakk_link(this, ['_trackEvent','Navigation/Start/Showroom', '3', 'Startseite']);
   });
  jQuery('#cms-nav-top-menu li a').bind('click',function(event){
    trakk_link(this, ['_trackEvent','Navigation/Start/Showroom', '2', 'Head']);
  });
  jQuery('#irobotlink').bind('click',function(event){
    trakk_link(this, ['_trackEvent','Teaser/Start/Showroom', '4.1', 'iRobot']);
  });
  jQuery('#aircleanlink').bind('click',function(event){
    trakk_link(this, ['_trackEvent','Teaser/Start/Showroom', '4.2', 'Luftreiniger']);
  });
  jQuery('#facebooklink').bind('click',function(event){
    trakk_link(this, ['_trackEvent','Teaser/Start/Showroom', '4.3', 'Facebook']);
  });
  jQuery('#ambienteimg').bind('click',function(event){
    trakk_link(this, ['_trackEvent','Teaser/Start/Showroom', '4.4', 'Messe2011']);
  });
  jQuery('#klmoreselect').bind('click',function(event){
    trakk_link(this, ['_trackEvent','Teaser/Start/Showroom', '4', 'Produktmix']);
  });
  //jQuery('#text-4 div a').bind('click',function(event){
  //  trakk_link(this, ['_trackEvent','Teaser/Start/Showroom', '5', 'Twitter']);
  //});
  jQuery('#text-4 div a').bind('click',function(event){
    _gaq.push(['_trackSocial','twitter','follower',location.href]);
  });
  jQuery('a.lipdf').bind('click',function(event){
    t_link(this, ['_trackEvent','Download', 'Pdf']);
  });
  jQuery('a.lizip').bind('click',function(event){
    t_link(this, ['_trackEvent','Download', 'Zip']);
  });
});

