<!--
   $(function(){
       $("a").live("click", function(){
       var url = $(this).attr('href');
           if(url.match(/^https:\/\/sv55\.wadax\.ne\.jp\//)) {
             if(url.match(/#/)){
               _gaq.push(['_link', this.href]);
               return false;
             }
             else {
               _gaq.push(['_link', this.href , true]);
               return false;
             }
           }
       });
   });
//-->

