$(document).ready(function() {
  $('a[rel="facebox"]').livequery(function() {
    $(this).facebox();
  });
  
  $('.altRows tr:not(.altRows table tr):even').addClass('evenRow');
  

});
