var GB_ANIMATION = true;
jQuery(document).ready(function(){
  jQuery("a.greybox").click(function(){
    var t = this.title || $(this).text() || this.href;
    GB_show(t,this.href,290,335);
    return false;
  });
});