 var GB_ANIMATION = true;
      $(document).ready(function(){
        $("a.greyboxresearch").click(function(){
          var t = this.title || $(this).text() || this.href;
          GB_show(t,this.href,652,920);
          return false;
        });
      });

