$(document).ready(function() {
  $('a.colorbox').colorbox();
});

