      var GB_ANIMATION = true;
      jQuery(document).ready(function(){
        jQuery("a.modale").click(function(){
          var t = this.title || jQuery(this).text() || this.href;
          GB_show(t,this.href,650,700);
          return false;
        });
        jQuery("a.modalevideo").click(function(){
          var t = this.title || jQuery(this).text() || this.href;
          GB_show(t,this.href,410,500);
          return false;
        });
        jQuery("a.modalesuggerer").click(function(){
          var t = this.title || jQuery(this).text() || this.href;
          GB_show(t,this.href,710,400);
          return false;
        });


       });      

