$(document).ready(function(){

  $("a[rel]").each(function(){
    $(this).colorbox();
  });

});


