jQuery(document).ready(function($) {

  $('body.anonymous').find('a.project-link, a[href$="project=true"]').click(function(e) {

    e.preventDefault();

    tb_show('', this.href.split('?')[0] + '?inline=true&height=350');

  });

});