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